在原视频URL加上 ?avinfo
codec_type:编码类型;
format:总览;
duration:时长 (s);
size:大小 (B);
bit_rate:码率(bps);
b 为 比特(bit),B代表字节(Byte),1B=8b。
视频文件体积:(音频码率+视频码率) x 时长 / 8
下面例子中就是:36944973=106.7000*(2770007/8)。
{
"streams": [
{
"index": 0,
"codec_name": "h264",
"codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
"profile": "High",
"codec_type": "video",
"codec_time_base": "15242857/610000000",
"codec_tag_string": "avc1",
"codec_tag": "0x31637661",
"width": 352,
"height": 640,
"coded_width": 352,
"coded_height": 640,
"has_b_frames": 0,
"pix_fmt": "yuv420p",
"level": 41,
"chroma_location": "left",
"refs": 1,
"is_avc": "true",
"nal_length_size": "4",
"r_frame_rate": "20/1",
"avg_frame_rate": "305000000/15242857",
"time_base": "1/1000000",
"start_pts": 0,
"start_time": "0.000000",
"duration_ts": 106700000,
"duration": "106.700000",
"bit_rate": "2716260",
"bits_per_raw_sample": "8",
"nb_frames": "2135",
"disposition": {
"default": 1,
"dub": 0,
"original": 0,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 0,
"timed_thumbnails": 0
},
"tags": {
"language": "und",
"handler_name": "VideoHandler"
}
},
{
"index": 1,
"codec_name": "aac",
"codec_long_name": "AAC (Advanced Audio Coding)",
"profile": "LC",
"codec_type": "audio",
"codec_time_base": "1/44100",
"codec_tag_string": "mp4a",
"codec_tag": "0x6134706d",
"sample_fmt": "s16p",
"sample_rate": "44100",
"channels": 2,
"channel_layout": "stereo",
"bits_per_sample": 0,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/44100",
"start_pts": 0,
"start_time": "0.000000",
"duration_ts": 4697091,
"duration": "106.510000",
"bit_rate": "48617",
"max_bit_rate": "48617",
"nb_frames": "4588",
"disposition": {
"default": 1,
"dub": 0,
"original": 0,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 0,
"timed_thumbnails": 0
},
"tags": {
"language": "und",
"handler_name": "SoundHandler"
}
}
],
"format": {
"nb_streams": 2,
"nb_programs": 0,
"format_name": "mov,mp4,m4a,3gp,3g2,mj2",
"format_long_name": "QuickTime / MOV",
"start_time": "0.000000",
"duration": "106.700000",
"size": "36944973",
"bit_rate": "2770007",
"probe_score": 100,
"tags": {
"major_brand": "isom",
"minor_version": "512",
"compatible_brands": "isomiso2avc1mp41",
"encoder": "Lavf57.71.100"
}
}
}