Created
February 18, 2023 15:59
-
-
Save Rahmanism/e90c985b1cd5162a2b2a7050ebd7f16d to your computer and use it in GitHub Desktop.
Extract subtitle from a movie using `ffmpeg`
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
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