howto:merge-video
This is an old revision of the document!
Merge/Combine/Join Video
MPG/MPEG files:
sudo apt-get install mpgtx mpgjoin vid1.mpg vid2.mpg vid3.mpg -o combinedvideo.mpg
WMV files (same codec/properties):
ls -la > list.txt #edit list and sort/format lines as # file 'video1.wmv' # file 'video2.wmv' # file 'video3.wmv' ffmpeg -f concat -safe 0 -i list.txt -c copy outputfilename.wmv
howto/merge-video.1661802309.txt.gz · Last modified: 2023/05/29 11:53 (external edit)