Page 1 of 1

Join MP4 with variable framerate

Posted: 09 May 2010 22:53
by TheFalcon
Hi,

Is there any tool that can join MP4 files? So without re-encoding.
Avidemux cant handle variable framerate. Maybe there is a command line for VLC?

Oh and the MP4's are all from Nokia N95

Re: Join MP4 with variable framerate

Posted: 10 May 2010 00:28
by Jean-Baptiste Kempf
VLC is clearly not the best tool for this, but something like:
vlc file1.mp4 file2.mp4 --sout file/mp4:///path/to/test.mp4 --sout-keep
might work.

Re: Join MP4 with variable framerate

Posted: 10 May 2010 17:23
by TheFalcon
Thanks for the reply

Im sorry Im very new to commands
I've tried this, moved the file1.mp4, file2.mp4 and file3.mp4 to VLC folder and run this batch. When I run batch, result below
Image

here's my script VLc file1.mp4 file2.mp4 file3.mp4 --sout file/mp4:/C:/program files/VideoLAN/VLC/test.mp4 --sout-keep

I know Im doing something wrong, can you help me out?