Top "Android-mediacodec" questions

MediaCodec is a class from the package "android.

Android MediaMuxer failed to stop

I am trying to use MediaCodec,MediaExtractor and MediaMuxer to generate mp4 file. EveryThing seems to work properly but when …

android android-mediacodec mediaextractor mediamuxer
Select H264 Profile when encoding with MediaCodec and MTK Codec

We have an Android app that encodes video into H264. On all previously tried Android devices this encodes to Baseline …

android encoding h.264 android-mediacodec
Recording Audio and Video using MediaMuxer on Android

I'm trying to record audio and video using AudioRecord, MediaCodec and MediaMuxer provided in Android 4.3 However, sometimes the audio encoder …

android audio video android-mediacodec mediamuxer
MediaCodec KEY_FRAME_RATE seems to be ignored

I am trying to modify the source for screenrecord in android 4.4 and lower the captured frame rate, but no matter …

android android-ndk android-source android-mediacodec