VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. 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.
    Quote Quote  
  2. Mod Neophyte redwudz's Avatar
    Join Date
    Sep 2002
    Location
    USA
    Search Comp PM
    Maybe AVIDemux? Just open the first file and append the second file to it.

    And are both files exactly the same? If not, you may have joining problems.

    And welcome to our forums.
    Quote Quote  
  3. Member Budman1's Avatar
    Join Date
    Jul 2012
    Location
    NORTHWEST ILLINOIS, USA
    Search Comp PM
    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'
    Put the file in a folder with your FFMPEG.exe file and run the following from CMD prompt:

    ffmpeg -f concat -i FileList.txt -c copy "C:\Users\Bud\Desktop\Various test Formats\_Joined_1.mp4"
    Quote Quote  
  4. Member
    Join Date
    Mar 2006
    Location
    United States
    Search Comp PM
    try solveigmm video splitter, tmpgenc mpeg smart editor, videoredo.....
    Quote Quote  
  5. They are NOT the same file size. One is 20 minutes, the other is 2.
    Quote Quote  
  6. 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
    Quote Quote  
  7. Oh, right, I'll give the recommendations a try...
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!