How to get first video frame?

别说谁变了你拦得住时间么 提交于 2020-01-07 06:37:33

问题


I am programming media player using VLCKit. I want to take preview picture of the video. How can i do that using VLCKit or maybe another tools?

P.S. I've already used AVFoundation and QTKit, but it didn't work. They argue on video format (.mkv)


回答1:


You want to use VLCKit's thumbnailer class. It is doing everything for you.



来源:https://stackoverflow.com/questions/38827400/how-to-get-first-video-frame

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!