ffmpeg-bitrate-stats
Calculate bitrate statistics using FFmpeg
Simple script for calculating bitrate statistics using FFmpeg.
Requirements:
- Python 3.6
- FFmpeg:
    - download a static build from their website
- put the ffprobeexecutable in your$PATH
 
- pip3 install -r requirements.txt
Installation
pip install ffmpeg_bitrate_stats