-name "*.mkv" -exec mkvpropedit {} --edit track:a1 --set flag-default=0 --edit
#!/bin/bash for f in *.mkv do mkvpropedit -v "$f" --edit track:2 --set
would like to have a batch file for mkvpropedit that can set the subtitle track to display english, as well as the audio track for japanese. there is.
Matroska (.mkv) is a container format with multiple audio and subtitle tracks.
I'm really a newbie and I don't understand a think about batch and
If your files only have one audio track, remove the instruction for the second audio track
Okay, I rewrote this thing and it's now a batch GUI for mkvpropedit, so it may be
Only the default audio track is coming into effect. 1
MKVmerge Batch File - Default Track General Discussion.
By default mkvpropedit(1) will edit the segment information section.