Skip to content

Instantly share code, notes, and snippets.

@Rahmanism
Created February 18, 2023 15:59
Show Gist options
  • Save Rahmanism/e90c985b1cd5162a2b2a7050ebd7f16d to your computer and use it in GitHub Desktop.
Save Rahmanism/e90c985b1cd5162a2b2a7050ebd7f16d to your computer and use it in GitHub Desktop.
Extract subtitle from a movie using `ffmpeg`
ffmpeg -i movie.mkv -map 0:s:0 sub.srt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment