I have a problem about get media info of .mp4 file. I want to get video bit rate mode of the .mp4 file.
I used to ffmpeg and mediainfo tool.
ffmpeg don't have (or show) video_bit_rate_mode field.
Command: ffprobe -show_streams -i "file.mp4"
mediainfo tool have video_bit_rate_mode field. It's fine when open with some formats, however, this field is not shown when I open with .mp4 file.
Please help me how to specify video bit rate mode is used in .mp4 file.
Thanks for help.