VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Hello

    Is there a tool I can use that will let me load in a folder of about 100 MPG files into a batch manager where they can be made into .MKV without making any changes to the quality of the file?

    Basically I want to take the MPG file and contain it as an MKV. I want to do it in a batch where I can load a bunch of files at a time (not one by one)

    Thanks!!
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    https://forum.videohelp.com/threads/371886-Batch-merges-for-MKVmerge-User-options-added...indows-only%29

    But it seems to crash for some users. But if it do please ask the developer in the thread for help and post feedback!

    You can also make your own bat script for ffmpeg or mkvmerge.

    Example with no video reconversion:
    Code:
    for %%a in ("*.mpg") do ffmpeg -i "%%a" -vcodec copy -acodec copy "newfiles\%%~na.mkv"
    pause
    See https://forum.videohelp.com/threads/356314-How-to-batch-convert-multiplex-any-files-with-ffmpeg
    Last edited by Baldrick; 21st May 2015 at 02:28. Reason: Updated
    Quote Quote  



Similar Threads

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