VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. What's the best way to combine an MP4 and SRT file into a MKV file. Assume the same name of both files, and I have hundreds of them.

    I gather a batch file somebody created to do this with MKVToolnix will do the job, but I don't have the skills. Anyone?
    Quote Quote  
  2. Member
    Join Date
    Apr 2007
    Location
    Australia
    Search Comp PM
    Code:
    for /r %%a in ("*.mp4") do ffmpeg.exe -i "%%a" -i "%%~dpna.srt" -map 0:0 -map 0:1 -map 1:0 -c:v copy -c:a copy -c:s copy -y "%%~dpna.mkv"
    Cheers
    Quote Quote  
  3. That....completely kicks butt. Thank you!!
    Quote Quote  



Similar Threads

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