Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ScribbleGhost/c78bd93f655baab18885f90a9569556d to your computer and use it in GitHub Desktop.
Save ScribbleGhost/c78bd93f655baab18885f90a9569556d to your computer and use it in GitHub Desktop.
Check a video file for subtitles, subtitle language and subtitle format with ffprobe
ffprobe -loglevel error -select_streams s -show_entries stream=codec_name,index:stream_tags=language -of csv=p=0 %input%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment