获取七牛云视频第一帧与视频信息

获取七牛云视频信息

不断积累,不断努力

获取七牛云视频第一帧

使用规则

调用七牛云上传接口后,返回的视频链接后拼上 ?vframe/jpg/offset/0,就是视频的第一帧。

0可以递增,代表的是视频指定的秒,例如?vframe/jpg/offset/1就是视频播放的第一秒的位置。
使用示例
例如视频地址:
http://images.jhzxnet.com/video%402x.mp4
视频第一帧图片:
//视频地址+?vframe/jpg/offset/0
http://images.jhzxnet.com/video%402x.mp4?vframe/jpg/offset/0
备注

视频路径可能会失效,可自己上传到七牛云上替换地址即可

获取七牛云视频信息

使用规则
在视频地址后加上查询参数 ?avinfo 即可
使用示例
http://images.jhzxnet.com/video%402x.mp4?avinfo

response:

{
	streams: [{
			index: 0,
			codec_name: "h264",
			codec_long_name: "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
			profile: "Constrained Baseline",
			codec_type: "video",
			codec_time_base: "3153/187000",
			codec_tag_string: "avc1",
			codec_tag: "0x31637661",
			width: 320,
			height: 240,
			coded_width: 320,
			coded_height: 240,
			has_b_frames: 0,
			pix_fmt: "yuv420p",
			level: 13,
			color_range: "tv",
			color_space: "smpte170m",
			color_transfer: "bt709",
			color_primaries: "smpte170m",
			chroma_location: "left",
			refs: 1,
			is_avc: "true",
			nal_length_size: "4",
			r_frame_rate: "30000/1001",
			avg_frame_rate: "93500/3153",
			time_base: "1/90000",
			start_pts: 0,
			start_time: "0.000000",
			duration_ts: 1135080,
			duration: "12.612000",
			bit_rate: "80637",
			bits_per_raw_sample: "8",
			nb_frames: "374",
			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: {
				creation_time: "2010-05-11T10:32:06.000000Z",
				language: "und",
				encoder: "JVT/AVC Coding",
			},
		},
		{
			index: 1,
			codec_name: "aac",
			codec_long_name: "AAC (Advanced Audio Coding)",
			profile: "LC",
			codec_type: "audio",
			codec_time_base: "1/48000",
			codec_tag_string: "mp4a",
			codec_tag: "0x6134706d",
			sample_fmt: "s16p",
			sample_rate: "48000",
			channels: 2,
			channel_layout: "stereo",
			bits_per_sample: 0,
			r_frame_rate: "0/0",
			avg_frame_rate: "0/0",
			time_base: "1/48000",
			start_pts: 0,
			start_time: "0.000000",
			duration_ts: 605184,
			duration: "12.608000",
			bit_rate: "115752",
			max_bit_rate: "119080",
			nb_frames: "591",
			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: {
				creation_time: "2010-05-11T10:32:06.000000Z",
				language: "und",
			},
		},
		{
			index: 2,
			codec_name: "bin_data",
			codec_long_name: "binary data",
			codec_type: "data",
			codec_tag_string: "text",
			codec_tag: "0x74786574",
			r_frame_rate: "0/0",
			avg_frame_rate: "0/0",
			time_base: "1/90000",
			start_pts: 0,
			start_time: "0.000000",
			duration_ts: 1135080,
			duration: "12.612000",
			bit_rate: "8",
			nb_frames: "1",
			disposition: {
				default: 0,
				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: {
				creation_time: "2010-05-11T10:32:06.000000Z",
				language: "und",
			},
		},
	],
	format: {
		nb_streams: 3,
		nb_programs: 0,
		format_name: "mov,mp4,m4a,3gp,3g2,mj2",
		format_long_name: "QuickTime / MOV",
		start_time: "0.000000",
		duration: "12.612000",
		size: "318465",
		bit_rate: "202007",
		probe_score: 100,
		tags: {
			major_brand: "mp42",
			minor_version: "0",
			compatible_brands: "mp42isomavc1",
			creation_time: "2010-05-11T10:32:06.000000Z",
			encoder: "HandBrake 0.9.4 2009112300",
		},
	},
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值