Android video encoding and deocding native level

跟風遠走 提交于 2019-12-11 02:33:40

问题


Scenario : I have to read the video frames and edit them and encode it a new .mp4 file. According to the research i have done i can do this native level. Even if i am doing it in the native level which open source library i can use so that the encoding and decoding of the video will be faster. It have seen in many places people used ffmpeg but it in order to H264 stream it needs LGPL license. Is there any other libraries which have better performance and comes under GPL.


回答1:


If you can use Android 4.3 (API 18) or greater, take a look to the Big Flake samples. It's easy to rewrite them to your needs.

If you want other API version, you will have to compile and use FFMPEG for Android



来源:https://stackoverflow.com/questions/24427034/android-video-encoding-and-deocding-native-level

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!