Page 1 of 1

Merging multiple videos

Posted: 02 Dec 2019 20:30
by Wastapea
Capturing from my camera in AVI format caused MULTIPLE (20) files to be created.
I would like to merge them all into ONE file, then convert to something like mpeg 4

I tried adding the files to a playlist, but i can't see to save this as one file.
Any clue? Thanks!

Re: Merging multiple videos

Posted: 05 Dec 2019 12:43
by Skeeve
Could you - maybe - convert them all into MP4 first?

I found (sorry for the shameless mentioning of something different than VLC) mp4box to be very useful in appending MP4 videos one after the other like so:

Code: Select all

mp4box -add video1.mp4 -cat video2.mp4 -cat video3.mp4 ... my_great_video.mp4