go!go!go!
全部博文(188)
分类: LINUX
2020-06-04 16:33:44
原文地址:FFmpeg使用手册 - ffprobe 的常用命令 作者:T-Bagwell
属性 |
说明 |
值 |
media_type |
帧的类型(视频、音频、字幕等) |
video |
stream_index |
帧所在的索引区域 |
0 |
Key_frame |
是否是关键帧 |
1 |
Pkt_pts |
Frame包的pts |
0 |
Pkt_pts_time |
Frame包的pts的时间显示 |
0.000000 |
Pkt_dts |
Frame包的dts |
0 |
Pkt_dts_time |
Frame包的dts的时间显示 |
0.000000 |
Pkt_duration |
Frame包的时长 |
1024 |
Pkt_duration_tine |
Frame包的时长时间显示 |
0.066667 |
Pkt_pos |
Frame包所在文件的偏移位置 |
44 |
Width |
帧显示的宽度 |
608 |
height |
帧显示的高度 |
320 |
Pix_fmt |
帧的图像色彩格式 |
Yuv420p |
Pict_type |
帧类型 |
I |
属性 |
说明 |
值 |
Index |
流所在的索引区域 |
0 |
Codec_name |
编码名 |
Mpeg4 |
Codec_long_name |
编码全名 |
MPEG-4 part 2 |
profile |
编码的profile |
Simple Profile |
level |
编码的level |
1 |
Has_b_frames |
包含B帧信息 |
0 |
Codec_tyoe |
编码类型 |
Video |
Codec_time_base |
编码的时间戳计算基础单位 |
1/15 |
Pix_fmt |
图像显示图像色彩格式 |
Yuv420p |
Coded_width |
图像的宽度 |
608 |
Coded_height |
图像的高度 |
320 |
Codec_tag_string |
编码的标签数据 |
Mp4v |
属性 |
说明 |
值 |
R_frame_rate |
实际帧率 |
15/1 |
Avg_frame_rate |
平均帧率 |
15/1 |
Time_base |
时间基数(用来做timestamp计算) |
1/15360 |
Bit_rate |
码率 |
220914 |
Max_bit_rate |
最大码率 |
220914 |
Nb_frames |
帧数 |
1288 |
ffprobe -show_frames -select_streams v -of xml input.mp4
命令行执行后可以看到输出的信息如下,全部为视频的frames信息: