I would like to do the following on iPhone/iPodTouch: Open a video and - via swipe or tilt - use gesture to move through each frame. Think of it as a gestural flipbook.
Does the video API support seeking frame by frame in this manner?
Thanks, Doug
I would like to do the following on iPhone/iPodTouch: Open a video and - via swipe or tilt - use gesture to move through each frame. Think of it as a gestural flipbook.
Does the video API support seeking frame by frame in this manner?
Thanks, Doug
There's no direct support for this in the SDK with Apple's move player, but you could potentially build it yourself using FFmpeg or a similar library.