VideoHelp Forum
+ Reply to Thread
Results 1 to 9 of 9
Thread
  1. Hey there people, so here is my problem.

    I have 2 videos both .mkv h264 :

    - The first one it is just a 10 secs credit video that I made with after effects
    - The second one it is the main video

    The first one has to play before the main video, and the main video has a softsub file.

    How can I merge both videos using megui and save that new file as .mkv h264 ?

    Sorry if someone already ask that, i tried to search and didn't find anything.

    Thank you very much in advance.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    mkvmergegui can join.
    Quote Quote  
  3. Originally Posted by Baldrick View Post
    mkvmergegui can join.
    Well, I tried but it didn't work it. The first video, works just fine but when its over the main video didn't show up. It get stuck at the "last image" of the credit video. The sound worked just fine, but I can't see the video or subs.
    Quote Quote  
  4. Member
    Join Date
    Aug 2011
    Location
    Australia
    Search Comp PM
    I know this is an old thread but I'm having the same problem
    Quote Quote  
  5. Originally Posted by shagratt71 View Post
    I know this is an old thread but I'm having the same problem
    Let's say you have 2 videos [ video01.mp4 and video02.mp4 ], when you're writing your avs script just copy and paste the line for video02. Like this:

    Code:
    DirectShowSource("E:\path to the file\video01.mp4", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
     
    DirectShowSource("E:\path to the file\video02.mp4", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
    I'm using megui to do that since i'm used to it.
    Quote Quote  
  6. I'm a Super Moderator johns0's Avatar
    Join Date
    Jun 2002
    Location
    canada
    Search Comp PM
    To merge the mkv files with mkvmerge you add the first mkv and with the second mkv you choose append,if you get an error then there's something wrong with one of the files or they are not of the same resolution and codecs.
    I think,therefore i am a hamster.
    Quote Quote  
  7. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by leoficz View Post
    Let's say you have 2 videos [ video01.mp4 and video02.mp4 ], when you're writing your avs script just copy and paste the line for video02. Like this:

    Code:
    DirectShowSource("E:\path to the file\video01.mp4", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
     
    DirectShowSource("E:\path to the file\video02.mp4", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
    I'm using megui to do that since i'm used to it.
    That will work but is reencoding both videos.
    Quote Quote  
  8. Originally Posted by AlanHK View Post
    Originally Posted by leoficz View Post
    Let's say you have 2 videos [ video01.mp4 and video02.mp4 ], when you're writing your avs script just copy and paste the line for video02. Like this:

    Code:
    DirectShowSource("E:\path to the file\video01.mp4", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
     
    DirectShowSource("E:\path to the file\video02.mp4", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
    I'm using megui to do that since i'm used to it.
    That will work but is reencoding both videos.
    Yes, but I would have to encode both anyway...
    Quote Quote  
  9. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by leoficz View Post
    Yes, but I would have to encode both anyway...
    No, MKVmerge will append files without reencoding.
    See http://www.bunkus.org/videotools/mkvtoolnix/doc/mkvmerge.html
    Quote Quote  



Similar Threads

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