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!!
+ Reply to Thread
Results 1 to 2 of 2
-
-
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
Last edited by Baldrick; 21st May 2015 at 02:28. Reason: Updated
Similar Threads
-
batch convert iso to mpg
By ssusca in forum DVD RippingReplies: 3Last Post: 18th Mar 2013, 09:33 -
Batch method to convert subtitles embedded in mkv's
By invinciblegod in forum SubtitleReplies: 4Last Post: 9th Aug 2012, 01:11 -
Best way to batch convert xvid/avi files to mkv/x264 files?
By gaikokujinkyofusho in forum Video ConversionReplies: 1Last Post: 13th Jan 2012, 06:31 -
How to batch convert mpg to avi
By roberta in forum Newbie / General discussionsReplies: 3Last Post: 18th Apr 2011, 16:17 -
Batch convert mkv to avi possible?
By dude112 in forum Video ConversionReplies: 5Last Post: 6th Jul 2010, 02:56