Quitch
12th October 2013, 11:15
I'm trying to change the default subtitles on a number of .mkv files. Thanks to the_weirdo I've put together the following:
FOR %F IN (C:\users\user1\folder\*.mkv) DO mkvproedit "%~F" --edit track:s1 --set flag-default=0 --edit track:s2 --set flag-default=1
I see it successfully find both files, but both result in the following error:
"blah.mkv could not be opened for reading and writing, or a read/write operation on it failed: open file error."
What's going wrong?
FOR %F IN (C:\users\user1\folder\*.mkv) DO mkvproedit "%~F" --edit track:s1 --set flag-default=0 --edit track:s2 --set flag-default=1
I see it successfully find both files, but both result in the following error:
"blah.mkv could not be opened for reading and writing, or a read/write operation on it failed: open file error."
What's going wrong?