Created
June 30, 2023 04:24
-
-
Save F1LT3R/dbc99abf207895f016092af3e8900e01 to your computer and use it in GitHub Desktop.
Get the bitrate of an mp4 using 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 -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