标签: android video android-ndk mediacodec
我想使用NDK和opengl分析后台视频(无UI)。我想解码视频并在纹理(内存)上渲染。我们怎么做?
我尝试使用AMediaCodec直接渲染纹理。但问题是它需要ANativeWindow(在AMediaCodec_configure中),我无法从opengl纹理创建(使用glGenTextures创建)。有人可以建议吗?