I'm trying to merge two mp4 files but nothing works, I tried MP4box, but it put the shorter one first, when I wanted it last.
+ Reply to Thread
Results 1 to 7 of 7
-
-
What has always worked for me, if, as Redwudz pointed out, they are the same everything, use ffmpeg.
Make a FileList.txt as with the following text inside:
file 'C:\Users\Bud\Desktop\Various test Formats\YourFileName1.mp4'
file 'C:\Users\Bud\Desktop\Various test Formats\YourFileName2.mp4'
ffmpeg -f concat -i FileList.txt -c copy "C:\Users\Bud\Desktop\Various test Formats\_Joined_1.mp4" -
try solveigmm video splitter, tmpgenc mpeg smart editor, videoredo.....
-
He actually means frame dimensions, not file size
For example, you cannot append a 1920x1080 file to a 640x360 file
The duration of the videos doesn't matter - but other characteristics do matter, such as the type of encoding (compression used) , number of tracks
You can use mediainfoxp (view=>text) to get more information on the files . Copy & paste the text back here
https://www.videohelp.com/software/mediainfoxp
Similar Threads
-
Combining MP4 files downloaded via rtmpe
By Cwluc in forum EditingReplies: 2Last Post: 4th Feb 2012, 21:37 -
Combining MP4 files (h264) with mencoder results in blank (white) videos
By mstaker in forum Video ConversionReplies: 0Last Post: 10th Dec 2011, 14:35 -
combining MP4 and MTS files
By mikey111k in forum EditingReplies: 3Last Post: 2nd Nov 2010, 04:05 -
combining VOB files with avidemux
By majax79 in forum Newbie / General discussionsReplies: 2Last Post: 20th Jul 2010, 01:17 -
combining two .sub and .avi files into one
By agassi in forum Video ConversionReplies: 1Last Post: 8th Jul 2010, 15:59