I'd like to show a video on an iOS device in slow motion.
My view contains a video (~2 seconds long) and a slider.
The user can move the slider and step (forwards and backwards) through the movie frame by frame.
MPMoviePlayerController
lacks the ability to step frame by frame.
I read about MVAssetReader
, but I have no concrete idea how to use this.
I don't have a fixed framerate, so it should take this information out of the metadata of the video. I really need to show every frame.
Can someone give me a clue?
AV Player Demo Sample code of WWDC 2010 Sample Code can be helpful in your task
Cutting Thumbnails from Video is Explained in WWDC 2010 AV Editing with AV Foundation Framework and lots of other things regarding editing audio and video with sample codes
If you have Developer account(paid) then you can watch video on iTunes