Scale the video up from a smaller size(Re-scale)

为君一笑 提交于 2019-12-11 12:21:45

问题


I'm actually looking for is to not just the quality but resize the entire video to a greater resolution using the AV foundation. I have a videos in 320x240 and 176x144 in mp4 quality and I want to resize video upto size 1280x720, but AVAssetExportSession class not allow to scale the video up from a smaller size.


回答1:


try AVMutableVideoCompositionLayerInstruction and CGAffineTransform.

This code will help the understanding.

https://gist.github.com/zrxq/9817265



来源:https://stackoverflow.com/questions/33231675/scale-the-video-up-from-a-smaller-sizere-scale

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