H264除ffmpeg x264以外的编码器 [英] H264 Encoders other than ffmpeg x264

查看:164
本文介绍了H264除ffmpeg x264以外的编码器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

iPhone应用程序正在以某些用户定义的时间间隔内串行捕获图像,我正在寻找一种将这些图像组合成H264编码视频的方法。我已经对Google做了一些研究,看起来我将不得不在iPhone上使用像ffmpeg / mencoder这样的东西? (还发现有人将ffmpeg移植到iPhone,ffmpeg4iPhone)

The iPhone app I am working on captures images in series within certain user-defined time interval, I am looking for a way to combine these images into H264 encoded videos. I have done some research on Google, it looks like I will have to use something like ffmpeg/mencoder on iPhone? (Also found someone ported ffmpeg to iPhone, ffmpeg4iPhone)

但是,我发现x264是GPL许可证,如果我使用ffmpeg,我需要我开源我的项目。还发现有些人建议使用Ogg Theora,但如果我使用它,我将需要将其移植到iPhone。 (我现在不知道该怎么做)。

However, I found that x264 is under GPL license, and requires me to open source my project if I use ffmpeg. Also found some people suggested to use Ogg Theora, but I will need to port it to iPhone if I use it. (Which I am not sure how to do it now).

有没有解决办法?有任何想法吗?谢谢。

Is there any workaround for this? Any ideas? Thanks.

推荐答案

我认为你在一个GPL绑定,有两个建议:

I think you are in a GPL-bind there and have two suggestions:


  1. 只需继续使用GPL您的项目。没有理由不能销售开源软件,应用商店的延迟/处罚时间将使您能够通过GPL代码在任何潜在的完成项目中获得良好的交付时间。您在iTunes商店的地位,您的动机和任何品牌宣传可能比源代码更有价值。此外,您可以让其他人为您修复错误。 更新:截至2011年1月, GPL和App Store不要混合

  1. Just go ahead and GPL your project. There is no reason you cannot sell open source software, and the app store's delay/penalty period will give you a nice lead time over any potential completing project with the GPL'd code. Your place on iTunes store, your motivation and any branding is probably more valuable than the source code. Plus, you can get other people to fix bugs for you. Update: As of January 2011, GPL and App Store do not mix.

让iPhone应用程序将原始图像上传到服务器并在那里进行处理。这样你就不会发布和分发FFmpeg和x264代码,因此不需要分发它。

Have the iPhone app upload the raw images to a server and do the processing there. That way you are not releasing and distributing the FFmpeg and x264 code, and are hence not required to distribute it.

祝你好运,让我们知道,如果你发表了!

Good luck and let us know here if you get it published!

这篇关于H264除ffmpeg x264以外的编码器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆