Skip to content

Instantly share code, notes, and snippets.

@xardit
Created May 25, 2016 20:49
Show Gist options
  • Save xardit/2b7fc92c8cafd454224a1874575ba379 to your computer and use it in GitHub Desktop.
Save xardit/2b7fc92c8cafd454224a1874575ba379 to your computer and use it in GitHub Desktop.
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