Add GIF watermark on a video in iOS

前端 未结 2 1668
我寻月下人不归
我寻月下人不归 2021-02-02 04:33

I need to accomplish this function: There is a GIF overlay on a video, hoping to composition this video and GIF to a new video. I\'m using the following code, but result is only

2条回答
  •  佛祖请我去吃肉
    2021-02-02 05:00

    You should adjust your animation settings for CoreAnimation:

    animation.beginTime = AVCoreAnimationBeginTimeAtZero;
    animation.removedOnCompletion = NO;
    

提交回复
热议问题