Play video with contrast, brightness, rotation and flip on iPhone
i have mp4 video. And i need to play it in my iPad application in custom view.
Also i need next options:
- Playback control (pause, play, stop)
- Speed control (0.5x, 1x, 2x ...)
- Contrast/brightness/sharpness
- Flip and rotation
Optionally:
- vi开发者_如何学JAVAdeo frame navigation
What is the best way to implement it? MB, split video to frame pictures (i can do this on server side) and emulate video via UIImageView or GLImageProcessing?
Solution, i use is split video to frames on server side and animate it on client side via OpenGLES.
I can apply filters to images, control play speed, navigate etc.
精彩评论