有没有办法使用ffprobe或类似的命令行工具来探测每个GOP的视频比特率?
ffprobe似乎只输出整个视频的总比特率而不是数据包。
ffprobe -i video.mp4 -show_entries packets
我想这是一组图片。
[PACKET]
codec_type=video
stream_index=0
pts=126976
pts_time=9.920000
dts=126464
dts_time=9.880000
duration=512
duration_time=0.040000
convergence_duration=N/A
convergence_duration_time=N/A
size=6229
pos=5648590
flags=__
[/PACKET]