Hi
i want to take a snapshot of video and show it in a UIImage
for example show every 10 second a thumbnail of video playing
i have noticed that there is a method that saves a snapshot in a file (saveVideoSnapshotAt )...
is it good to save it to file and then load it to Uiimage?
i'm developing for ios ...
any suggestion