Looping AVPlayer seamlessly

后端 未结 4 2241
花落未央
花落未央 2020-11-29 09:51

There has been some discussion before about how to loop an AVPlayer\'s video item, but no \'solution\' is seamless enough to provide lag-less l

4条回答
  •  天命终不由人
    2020-11-29 10:27

    If the video is very short (a few seconds), you can probably extract each frame as CGImage and use CAKeyframeAnimation to animate it. I am using this technique to play GIF images on my app and the animation is very smooth.

提交回复
热议问题