MediaCodec is a class from the package "android.
I'm modifying an Android Framework example to package the elementary AAC streams produced by MediaCodec into a standalone .mp4 file. …
android android-mediacodecI am trying to play an mp3 stream using MediaExtractor/MediaCodec. MediaPlayer is out of the question due to latency …
android audio mp3 android-mediacodec mediaextractorI want to compress locally saved video file to a smaller size in order to upload to a server. Since …
android compression decode encode android-mediacodecI am using Android MediaCodec API to decode h264 frames. I could decode and render the frames on the view. …
android decode android-mediacodecI'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 muxerI 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-lollipopI am trying to use MediaCodec to save a series of Images, saved as Byte Arrays in a file, to …
android video android-mediacodecI'm trying to get all frames from video file using MediaCodec. If I try display video on SurfaceView, everything is …
android bitmap android-mediacodecI'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 mediaextractorI have a bunch of local images saved as jpeg files. My images are captured using CameraPreview and the PreviewFormat …
android android-mediacodec