如何在移动平台(android、ios、symbian)实现h.264编码器

发布于 2024-11-29 01:04:09 字数 236 浏览 3 评论 0原文

据我所知,并不是所有的移动平台(android、ios、symbian)都支持h.264编码。现在我想在移动平台上实现一个h.264编码器,对视频进行编码并将其从一部手机传输到另一部手机。我发现 ffmpeg 很有用,但我找不到一些有用的教程。还有其他有效的方法吗?谢谢!

更新:我之前读过该手册,发现android 2.1+不支持h.264编码。在每个操作系统上实现 h.264 视频编码的不同方法或以跨平台方式执行此操作的方法都可以:-)

As far as I know, not all the mobile platform(android, ios, symbian) support h.264 encoding. Now I want to implement a h.264 encoder at mobile platform, encoding the videos and transfer them from one mobile phone to another. I found ffmpeg is useful, but I cannot find some useful tutorial. And is there some other efficient methods? Thanks!

update:I have read that manual before and found android 2.1+ does not support h.264 encoding. Different means of implementing h.264 video encoding on each OS or a way of doing this in a cross-platform manner are both ok :-)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

欲拥i 2024-12-06 01:04:09

http://developer.android.com/reference/android/media/MediaRecorder 怎么样.html

还有一个关于如何使用 AudioRecorder 的链接。我猜视频的过程是一样的。

How about http://developer.android.com/reference/android/media/MediaRecorder.html?

There is also a link to how the AudioRecorder is used. Guess the procedure is the same for video.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文