avinfo字段说明
{
"streams": [
{
"avg_frame_rate": 平均帧率
"bit_rate": 码率
"codec_long_name": 编码器名全称
"codec_name": 编码器名
"codec_tag": 编码器标签
"codec_tag_string": 编码器标签名
"codec_time_base": 编码器每帧时长
"codec_type": 编码器类型
"display_aspect_ratio": 显示长宽比
"disposition": { 处理信息
"attached_pic": 0,
"clean_effects": 0,
"comment": 0,
"default": 1,
"dub": 0,
"forced": 0,
"hearing_impaired": 0,
"karaoke": 0,
"lyrics": 0,
"original": 0,
"visual_impaired": 0
},
"duration": 文件总时间
"rotate":旋转信息
"duration_ts": 帧总时间
"has_b_frames": 记录帧缓存大小
"height": 高度
"index": 流索引号
"level": 级别
"nb_frames":帧数
"pix_fmt":像素个数
"profile": 配置信息
"r_frame_rate": 真实基础帧率
"sample_aspect_ratio":采样率
"start_pts": 起始时间
"start_time":首帧时间
"tag": { 标签
"creation_time": 创建时间
"encoder": 编码器
"handler_name": 处理器名字
"language": 语言
},
"time_base": 每帧时长
"width": 宽度
"r_frame_rate": "25/1" 真实帧率
"avg_frame_rate": "25/1" 平均帧率
},
{
"avg_frame_rate": 平均帧率
"bit_rate": 码率
"bits_per_sample": 采样码率
"channels": 音频数
"codec_long_name": 编码器全名
"codec_name": 编码器名
"codec_tag": 编码器标签
"codec_tag_string": 编码器标签名
"codec_time_base": 编码器每帧时长
"codec_type": 编码器类别
"disposition": { 处理信息
"attached_pic": 0,
"clean_effects": 0,
"comment": 0,
"default": 1,
"dub": 0,
"forced": 0,
"hearing_impaired": 0,
"karaoke": 0,
"lyrics": 0,
"original": 0,
"visual_impaired": 0
},
"duration": 文件总时间
"duration_ts": 帧总时间
"index": 流索引号
"nb_frames": 帧数
"profile": 配置文件
"r_frame_rate": 真实基础帧率
"sample_fmt": 采样格式
"sample_rate": 采样率
"start_pts": 起始时间
"start_time":首帧时间
"tag": { 标签
"creation_time": 创建时间
"handler_name": 处理器名字
"language": 语言
},
"time_base": 每帧时长
"width": 宽度
"r_frame_rate": "25/1" 真实帧率
"avg_frame_rate": "25/1" 平均帧率
}
]
"format": {
"bit_rate":码率
"duration":时长
"format_long_name":文件名全称
"format_name":文件名
"nb_programs": 程序集的数目
"nb_streams":流的数目
"probe_score":格式探测得分
"size":文件大小
"start_time":首帧时间
"tag": { 标签信息
"compatible_brands": 兼容性品牌
"creation_time": 创建时间
"major_brand": 主品牌
"minor_version": 次要版本
}
}
}