Created
May 25, 2016 20:49
-
-
Save xardit/2b7fc92c8cafd454224a1874575ba379 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in *.mkv ; do | |
mkvmerge -o "fixed_$i" --nosubs --no-chapters "$i" | |
mkvpropedit "fixed_$i" --edit info --set title= --edit track:1 --set name= --edit track:2 --set name= | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment