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?