Software Development
Pages
Home
About
Contact
Friday, May 29, 2020
Stitching Videos Using FFMPEG
1. On Mac 10.13.6 (17G12034). To install ffmpeg:
brew install ffmpeg
2. Create the stitch.txt with files to be stitched. The command needs a slight modification to avoid silent video:
ffmpeg -f concat -safe 0 -i stitch.txt -c:v copy adjacent-duplicates-f.mp4
Newer Post
Older Post
Home