开发者

Play video with contrast, brightness, rotation and flip on iPhone

开发者 https://www.devze.com 2023-03-06 23:08 出处:网络
i have mp4 video. And i need to play it in my iPad application in custom view. Also i need next options:

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:

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消