Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ScribbleGhost/00ce8f3c73f0ad3a7ac9b0578b375def to your computer and use it in GitHub Desktop.
Save ScribbleGhost/00ce8f3c73f0ad3a7ac9b0578b375def to your computer and use it in GitHub Desktop.
Remove the track title (track name) from an audio track in an MKV file
for /r %i in (*.mkv) do (mkvpropedit "%i" --edit track:a1 --set "name=")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment