在 Android 上使用 LibVpx

发布于 2024-12-01 09:13:11 字数 483 浏览 3 评论 0原文

我必须在Android中使用libVpx,我在谷歌和其他论坛上搜索了以下是我的理解并想确认,

1 -- http://developer.android.com/guide/appendix/media-formats.html
-- 这个网站说,版本 2.3.3+ 及以上的 android 平台,支持 vp8,这是否意味着,如果我仅将我的应用程序定位在上面和这个平台上?
-- 它还说,编码器在那里,但编码器不在那里,任何人都可以告诉我,如果我想使用 libvpx 2 压缩原始缓冲区,我该如何使用 WebM 编码器

-- 看来,我需要集成这个库在我的项目中,通过使用 NDK,如果我想使用 WebM 格式压缩和解压缩视频数据,或者 MediaPlayer 中有任何 API 可以使用此编解码器

I have to make use of libVpx in Android, i searched on google and other forum following is my understanding and wanted to confirm,

1 -- http://developer.android.com/guide/appendix/media-formats.html
-- This site says, version 2.3.3+ onwards android platform, supports vp8, does that mean, if i target my application only above and this platform ?
-- it also says, Coder is there but encoder is not there, can anyone throw me light, how can i make use of WebM encoder if i wanted to compress raw buffer using libvpx

2 -- It seems, i needs to integrate this library in my project, by making use of NDK, if i want to compress and decompress video data using WebM format or there would be any API in MediaPlayer to make use of this codec

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

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

发布评论

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

评论(1

枯叶蝶 2024-12-08 09:13:11

感谢您查看此内容,

我能够编译并集成它,确保您应该获得 Libvpx 1.xy 版本,该版本可以轻松为 Android 平台编译...

Thanks for looking at this,

i am able to compile it and integrate it, Makesure you should get the Libvpx 1.x.y version, which compiles easily for the Android platform...

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