On Tue, Sep 3, 2019 at 9:38 AM August Johansson <augustperso...@gmail.com>
wrote:

> Hi,
> I would like to store the average bit rate of every stream in my database.
> I tested using ffprobe -print_format json -show_streams but this
> information does not seem to be there. What would be the best way to return
> this information?
> Thanks
> _______________________________________________


A bit off topic, but I would use mediainfo for this:

mediainfo --Inform="General;%OverallBitRate%" file.ext

That would get you the overall bitrate in bps, eg:  10236425

mediainfo --Inform="General;%OverallBitRate/String%" file.ext

That would get you the overall bitrate in a more Human readable form, eg:
10.2 Mb/s





> --
>

*William Caulfield *| *ContentBridge Systems*
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to