iOS获取视频的缩略图

来源:互联网 发布:淘宝企业店铺有什么用 编辑:程序博客网 时间:2024/05/16 11:33

今天在做视频相关的录制和和播放相关的项目。其中遇到视频录制好了怎么展示的问题。 答案就是缩略图。

直接贴答案:

[concell.img sd_setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@?vframe/jpg/offset/2/w/420/h300",imgmodel.url]] placeholderImage:nil]

其中
imgmodel.url为视屏的url,而
?vframe/jpg/offset/2/w/420/h300拼接好就是缩略图。 其中offset :多少秒 w高 h宽

原创粉丝点击