Skip to content

Instantly share code, notes, and snippets.

@F1LT3R
Created June 30, 2023 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save F1LT3R/dbc99abf207895f016092af3e8900e01 to your computer and use it in GitHub Desktop.
Save F1LT3R/dbc99abf207895f016092af3e8900e01 to your computer and use it in GitHub Desktop.
Get the bitrate of an mp4 using ffprobe
ffprobe -v quiet -select_streams v:0 -show_entries stream=bit_rate -of default=noprint_wrappers=1:nokey=1 input.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment