VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    I found this batch command while doing a Google search and it does what I want but names the output files remux-xxx.mkv so I have to manusally remove the remux- from the front of all the file name.

    How do I create the mkvs without remux- at the beginning of every file.

    Here is the command that I'm using...

    FOR %%A IN (*.264) DO mkvmerge -o "remux-%%~nA.mkv" "%%~A"

    I've tried removing remux- from the command but nothing happens when I double click the bat file.

    I have folders full of raw 264 files that I need to mux into separate mkv files.

    1.264
    2.264
    3.264
    etc...
    Quote Quote  
  2. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    Nevermind. The test files I used had .h264 extensions instead of .264 extensions.

    FOR %%A IN (*.264) DO mkvmerge -o "~nA.mkv" "%%~A"

    works fine on .264 files.
    Quote Quote  



Similar Threads

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