views:

949

answers:

2

Hey,

I am trying to acquire a thumbnail (of the first frame) from a video taken from iphone 3GS camera so i can display it. Anyone been succesful at doing this? If so howd you do it?

Thanks

Daniel

+1  A: 

I haven't tried this, but here is one suggestion:

http://stackoverflow.com/questions/1259316/iphone-sdk-3-0-video-thumbnail

Matt Long
sounds promising
Daniel
A: 

Best method I've found... MPMoviePlayerController thumbnailImageAtTime:timeOption

E-Madd
The best method i would say is using AVFoundation
Daniel