VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Member
    Join Date
    Mar 2011
    Location
    Oregon, US
    Search Comp PM
    Looking for a piece of freeware that converts a mp4 file to a mkv file recursively through a directory, anybody know of one?? Starts at the top creates a directory if needed and goes through directories and converts everything to mkv? Thank you in advance. John
    Quote Quote  
  2. Try using ffmpeg within loop using FOR /R
    Quote Quote  
  3. I'm a Super Moderator johns0's Avatar
    Join Date
    Jun 2002
    Location
    canada
    Search Comp PM
    I think,therefore i am a hamster.
    Quote Quote  
  4. Member
    Join Date
    Apr 2007
    Location
    Australia
    Search Comp PM
    Originally Posted by RBCC View Post
    Starts at the top creates a directory if needed and goes through directories and converts everything to mkv?
    Expand of jack_666 reply. Starts at the top and creates the mkv next to the mp4.
    recurse.cmd
    Code:
     for /r %%a in ("*.mp4") do ffmpeg.exe -i "%%a" -c copy "%%~dpna.mkv"
    Cheers
    Quote Quote  



Similar Threads

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