Top "Android-mediacodec" questions

MediaCodec is a class from the package "android.

Muxing AAC audio with Android's MediaCodec and MediaMuxer

I'm modifying an Android Framework example to package the elementary AAC streams produced by MediaCodec into a standalone .mp4 file. …

android android-mediacodec
Android MediaExtractor and mp3 stream

I am trying to play an mp3 stream using MediaExtractor/MediaCodec. MediaPlayer is out of the question due to latency …

android audio mp3 android-mediacodec mediaextractor
Compress Videos using android MediaCodec api

I want to compress locally saved video file to a smaller size in order to upload to a server. Since …

android compression decode encode android-mediacodec
Android MediaCodec decode h264 raw frame

I am using Android MediaCodec API to decode h264 frames. I could decode and render the frames on the view. …

android decode android-mediacodec
MediaMuxer error "Failed to stop the muxer"

I'm encoding Camera preview data using MediaCodec with mime-type "video/avc" and passing the encoded data (video-only, no audio) to …

android mp4 android-mediacodec muxer
Android MediaCodec Encode and Decode In Asynchronous Mode

I am trying to decode a video from a file and encode it into a different format with MediaCodec in …

android android-5.0-lollipop video-encoding android-mediacodec android-5.1.1-lollipop
Using MediaCodec to save series of images as Video

I am trying to use MediaCodec to save a series of Images, saved as Byte Arrays in a file, to …

android video android-mediacodec
How to get bitmap (frames) from video using MediaCodec

I'm trying to get all frames from video file using MediaCodec. If I try display video on SurfaceView, everything is …

android bitmap android-mediacodec
SurfaceTexture's onFrameAvailable() method always called too late

I'm trying to get the following MediaExtractor example to work: http://bigflake.com/mediacodec/ - ExtractMpegFramesTest.java (requires 4.1, API 16) The …

android opengl-es android-mediacodec mediaextractor
Images to Video using MediaCodec and MediaMuxer

I have a bunch of local images saved as jpeg files. My images are captured using CameraPreview and the PreviewFormat …

android android-mediacodec