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