drob
7th April 2012, 15:22
For simply going throw a folder of mkv files and remuxing all of them making sure header compression is disabled, would this batch work (compiled form other scripts found via search)?
FOR %%A IN ("d:\mux\*.mkv") DO "d:\mux\mkvmerge.exe" -o "d:\mux\remux-%%~nA.mkv" --compression -1:none "%%~A"
Thanks.
FOR %%A IN ("d:\mux\*.mkv") DO "d:\mux\mkvmerge.exe" -o "d:\mux\remux-%%~nA.mkv" --compression -1:none "%%~A"
Thanks.