iPhone SDK - 将 .mov 转换为 .3gp
我需要将格式“.mov”的视频转换为“.3gp”。我在Google上搜索,发现有人说使用ffmpeg。
我搜索了很多,但没有找到任何关于如何为 iPhone 编译 ffmpeg 然后转换视频的教程。
有谁做过这个或知道任何教程吗?
多谢。
I need to convert a video in format ".mov" to ".3gp". I searched on Google and I found some people saying to use ffmpeg.
I search a lot but I don't found any tutorial to how compile ffmpeg for iPhone then convert the video.
Has anyone what have done this or know any tutorial?
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ffmpeg
已经移植到 iOS 平台:gabriel/ffmpeg-iphone- build @ GitHub
替代方案:ffmpeg4iphone - Google 代码
ffmpeg
has already been ported to the iOS platform:gabriel/ffmpeg-iphone-build @ GitHub
Alternative: ffmpeg4iphone - Google Code