Created
April 12, 2021 12:47
-
-
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
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
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