0

I am trying to build a video system on android. I am using the sample provided by Qualcomm, which allows me to use openmax and do hardware-acceleration on Qualcomm customer device.

Anyway, this sample only generates .h264 file. So I am looking forword a good way to do the muxer work. I've used MediaMuxer before, but it supports system later than android4.3, so this doesn't work on this sample. (Qualcomm sample only support android4.2 and before)

Does anyone have any ideas? Thank you!

4

1 回答 1

0

你可以使用ffmpeg。为 android 构建 ffmpeg,创建 jni 包装器并轻松地将多路复用功能公开到 java 级别

于 2014-03-19T14:20:28.700 回答