Skip to content

Instantly share code, notes, and snippets.

@rodhfr
Last active June 30, 2025 07:25
Show Gist options
  • Save rodhfr/85a614192ffec87b728cd7ff627300d2 to your computer and use it in GitHub Desktop.
Save rodhfr/85a614192ffec87b728cd7ff627300d2 to your computer and use it in GitHub Desktop.
ffmpeg -i *mkv 2>&1 | grep Subtitle
ffmpeg -i "input.mkv" 2>&1 | grep Subtitle
ffmpeg -i "input.mkv" -map 0:2 -c:s copy "subtitle.srt"
distrobox enter archbox -- cat /etc/os-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment