VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date
    Mar 2011
    Location
    Oregon, US
    Search Comp PM
    I have to convert 20-25 AVIs, MP4s to Mkvs at a time . Is there Ultra Fast Converter that doesn't take all night to convert ? John

    I have mkvbatch but a ocx file is missing and it bombs out John
    Quote Quote  
  2. If you havn't already install ffmpeg in your path.

    Use this in a batch file

    Code:
    for %%g in (*.avi,*.mp4) do ffmpeg -i %%g -c copy %%~ng.mkv
    Quote Quote  
  3. Member
    Join Date
    Mar 2011
    Location
    Oregon, US
    Search Comp PM
    In what path? The path of the avi and mp4 files? John
    Quote Quote  
  4. In what path? The path of the avi and mp4 files? John
    You could install it in the folder with the avi's and mp4 files.

    However, I suggets you use your Windows Path for the installation so you can use ffmpeg in any folder.
    Quote Quote  
  5. Just install Metafox you drag the videos and the program starts packing everything to mkv.
    Quote Quote  



Similar Threads

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