Skip to content

Instantly share code, notes, and snippets.

@kelciour
Created August 27, 2017 17:18
Show Gist options
  • Save kelciour/3d90b5f1170878f1b6b3f7ae41a21d98 to your computer and use it in GitHub Desktop.
Save kelciour/3d90b5f1170878f1b6b3f7ae41a21d98 to your computer and use it in GitHub Desktop.
@echo off
for %%I in (*.mkv) do (
echo %%I
mkvextract tracks "%%I" "2:%%~NI.srt"
)
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment