简体   繁体   English

在iOS中将H263转换为H264

[英]Converting h263 to h264 in iOS

I am downloading a video with h263 codec and 3gp container on an iOS application. 我正在iOS应用程序上下载带有h263编解码器和3gp容器的视频。 iOS cannot play h263 videos so the solution is to convert it to h264. iOS无法播放h263视频,因此解决方案是将其转换为h264。 Can I do that with AV Foundation? 我可以使用AV Foundation吗? Or I have to use FFMPEG to do that? 还是我必须使用FFMPEG来做到这一点?

Thanks for your help. 谢谢你的帮助。

不,您不能使用AVFoundation来做到这一点,您需要从其他资源中做到这一点。

You can use FFmpeg to play h263. 您可以使用FFmpeg播放h263。

Here you have FFmpeg4iOS 在这里,您有FFmpeg4iOS

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM