How to use layer instruction into videoCompositionWithAsset:applyingCIFiltersWithHandler method

随声附和 提交于 2019-12-22 18:26:13

问题


Engineering has provided the following information regarding this issue:

CoreImage filtering and layer instruction based composition can't be used simultaneously. Layer instructions won't be run when added to an AVMutableVideoComposition that it is initialized with +[videoCompositionWithAsset:applyingCIFiltersWithHandler:]. To use layer instructions in this case, move the functionality into the handler instead of adding the layer instructions to the AVMutableVideoComposition.

This is what i found from apple engineer. It says To use layer instructions in this case, move the functionality into the handler instead of adding the layer instructions to the AVMutableVideoComposition. But don't know how it can be!

Please help me out with this.

Thanks

来源:https://stackoverflow.com/questions/50040808/how-to-use-layer-instruction-into-videocompositionwithassetapplyingcifilterswit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!