Question

Is it possible to extract images or convert a video to a sequence of images using the iPhone API? The goal is to play a video using some kind of animation, instead of the builtin video players. The reason for doing this is that I need to playback a video at reduced speed.

FFMpeg is not an option.

Was it helpful?

Solution

No, there is no public iPhone API available for that.

Your best option would actually be an open source alternative, like FFmpeg.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top