我不得不在安卓中使用libVpx,我在谷歌和其他论坛上搜索了以下是我的理解并想确认一下,
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 --看来,如果我想要使用WebM格式压缩和解压缩视频数据,或者MediaPlayer中有任何API可以使用这个编解码器,我需要通过使用NDK将这个库集成到我的项目中
发布于 2013-02-28 18:17:27
谢谢你看了这个,
我可以编译和集成它,确保你应该得到Libvpx 1.x.y版本,它很容易为Android平台编译……
https://stackoverflow.com/questions/7162774
复制相似问题