I have several MKV files where the subtitle (track id 2) is not forced and I''m trying to make them forced using this command with no luck.
Edit: Oops posted in the wrong forum. Can you please move to SubtitlesCode:for %%i in (*.mkv) do mkvmerge -o output/"%%i" --atracks "1" --stracks "2" "%%i" --forced-track "2:yes"
+ Reply to Thread
Results 1 to 3 of 3
-
-
Moved.
What happens with that command? No changes? Error? -
The file remained the same. After a couple of hours I think I've found what the mistake was. The "%%i" has to be at the end before the forced switch.
Similar Threads
-
Batch script for removing/adding mkv covers
By piratikxd in forum ProgrammingReplies: 1Last Post: 6th Jun 2017, 08:47 -
A batch/Python script to Mux subtitles with video
By Scavvy in forum ProgrammingReplies: 4Last Post: 6th Jul 2015, 03:23 -
batch script that remux multiple movies and subtitles together to mkv file
By galiber12 in forum SubtitleReplies: 2Last Post: 16th Jan 2015, 16:38 -
Script to Batch edit MKV files with MKVMerge or any other program
By Animebuster in forum EditingReplies: 3Last Post: 21st Oct 2013, 18:17 -
[HELP] Handbrake: multiple mkv to mp4 [SCRIPT] with subtitles
By remuxler in forum Video ConversionReplies: 2Last Post: 13th Feb 2013, 07:29