Skip to content

Instantly share code, notes, and snippets.

@InfiniteSynthesis
Created March 12, 2024 01:22
Show Gist options
  • Save InfiniteSynthesis/a844ccb95c19e708042856a7683bd8a4 to your computer and use it in GitHub Desktop.
Save InfiniteSynthesis/a844ccb95c19e708042856a7683bd8a4 to your computer and use it in GitHub Desktop.
Extracting subtitle from videos using ffmpeg
ffmpeg -i input.mkv -map 0:s:0 sub.ass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment