Is there a way to use ffmpegX to concatenate several mp4 files from a Lumix GH4 camera?
Results 1 to 6 of 6
-
Are these spanned clips? There are better ways (and an explanation):
http://www.dpreview.com/forums/thread/3693275?page=2
-
Code:
MP4Box -force-cat -cat file1.mp4 -cat file2.mp4 [...] ouput.mp4
Last edited by Case; 3rd Dec 2014 at 22:44.
-
I presume the MP4Box command is to be executed from Terminal. Is there any way to do the concatenation from the ffmpegX interface?