ffprobe:bitrate
This is an old revision of the document!
ffprobe - Bitrate
ffprobe -v quiet -select_streams v -show_entries packet=size -of compact=p=0:nk=1 input.mp4 | awk '{s+=$1} END {print s}' 1772586389 ffprobe -v quiet -select_streams v -show_entries stream=duration -of compact=p=0:nk=1 video.mp4 # format=duration if MKV 3592.544000 echo 1772586389/3592.544000 | bc # B/s 493407 echo '1772586389/3592.544000/1024' | bc # kB/s 481
ffprobe/bitrate.1736720240.txt.gz · Last modified: 2025/01/12 22:17 by peter