Cropping videos in iOS

后端 未结 4 1664
你的背包
你的背包 2021-02-05 21:52

We can crop images. Can we crop videos?

4条回答
  •  后悔当初
    2021-02-05 22:10

    You should be able to do this using AVAssetExportSession, AVVideoComposition, and AVVideoCompositionCoreAnimationTool (and just set up a CALayer hierarchy with the positioning you want). I'm not sure if this is the most efficient way, though.

提交回复
热议问题