Top "Android-mediacodec" questions

MediaCodec is a class from the package "android.

Resizing surface view for aspect ratio change in video display in android

I am working on a video conferencing project. My video display is using surface view. Now during a video call …

android video surfaceview android-mediacodec
PCM -> AAC (Encoder) -> PCM(Decoder) in real-time with correct optimization

I'm trying to implement AudioRecord (MIC) -> PCM -> AAC Encoder AAC -> PCM Decode -> …

android pcm aac android-mediacodec audiorecord
Encoding AAC Audio using AudioRecord and MediaCodec on Android

I am trying to encode aac audio using android AudioRecord and MediaCodec. I have created a encoder class very similar …

android aac audiorecord android-mediacodec
How to generate the AAC ADTS elementary stream with Android MediaCodec

What I am trying to do: use Android's MediaCodec to encode raw PCM audio samples into a raw AAC file. …

android audio encoding android-mediacodec
How to compress mp4 video using MediaCodec Android?

In my Android app, I want to compress mp4 video by changing its resolution, bitrate. I don't want to use …

android compression mp4 android-mediacodec
How to use MediaCodec without MediaExtractor for H264

I need to use MediaCodec without the MediaExtractor and I'm reading the file using a FileInputStream. Currently it is not …

android h.264 stagefright android-mediacodec transport-stream
Adding watermark bitmap over video in android: 4.3's MediaMuxer or ffmpeg

Here is my scenario: Download an avi movie from the web Open a bitmap resource Overlay this bitmap at the …

android ffmpeg mp4 android-mediacodec mediamuxer
I can't capture android screen using adb screen record tool

I have a nexus 4 with android KitKat. I tried screen recording using the following commands: adb shell screenrecord --verbose /sdcard/…

android android-mediacodec screen-recording
How to save SurfaceTexture as bitmap

When I decode a video to a surface I want to save the frames i want as bitmap/jpeg files. …

android opengl-es-2.0 android-mediacodec decoder
IllegalStateException at MediaCodec.dequeInputBuffer / dequeOutputBuffer

I am trying to convert a PNG file to a one slice video clip, so to just to make a …

android android-mediacodec