D. Ermolaev
D. Ermolaev

Reputation: 146

How to get first video frame?

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)

Upvotes: 0

Views: 352

Answers (1)

feepk
feepk

Reputation: 1831

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

Upvotes: 1

Related Questions