Created
August 4, 2022 07:42
-
-
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
This file contains hidden or 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 /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