Skip to content

Instantly share code, notes, and snippets.

@romanhaa
Created December 31, 2023 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romanhaa/1e8b60d8266af4ff797f03e47706802b to your computer and use it in GitHub Desktop.
Save romanhaa/1e8b60d8266af4ff797f03e47706802b to your computer and use it in GitHub Desktop.
Convert all subtitle tracks to SRT format, e.g. because Plex doesn't support ASS format
ffmpeg -i "<input.mkv>" -map 0 -c:v copy -c:a copy -c:s srt "<output.mkv>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment