Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Mediacodec

Recoding One H.264 Video To Another Using Opengl Surfaces Is Very Slow On My Android

I'm developing function of translating one video into another with additional effects for each … Read more Recoding One H.264 Video To Another Using Opengl Surfaces Is Very Slow On My Android

Android Mediamuxer Failed To Stop

I am trying to use MediaCodec,MediaExtractor and MediaMuxer to generate mp4 file. EveryThing seems … Read more Android Mediamuxer Failed To Stop

Android Mediacodec Api - Music Plays On Emulator, Not On The Device

The code given below works fine on the emulator, but not the device. I found the following lines th… Read more Android Mediacodec Api - Music Plays On Emulator, Not On The Device

How To Get Stride And Y Plane Alignment Values For Mediacodec Encoder

There's a few related questions and discussions on this subject: Mediacodec and camera, color … Read more How To Get Stride And Y Plane Alignment Values For Mediacodec Encoder

How To Know Android Decoder Mediacodec.createdecoderbytype(type) Is Hardware Or Software Decoder?

Is there a way to find out if the decoder that received using MediaCodec.createDecoderByType(type) … Read more How To Know Android Decoder Mediacodec.createdecoderbytype(type) Is Hardware Or Software Decoder?

How To Convert Codec Of Video Recorded By Inbuilt Android Camera?

I record video using the inbuilt camera of android,but when I send to server via Retrofit2,the vide… Read more How To Convert Codec Of Video Recorded By Inbuilt Android Camera?

Amediaextractor Setdatasource Amedia_error_unsupported Error On Android Q

I am working with AMediaCodec and AMediaExtractor, all works fine on all devices(I hope:), but if I… Read more Amediaextractor Setdatasource Amedia_error_unsupported Error On Android Q

Mediacodec Returns Null For Getoutputimage On Real Devices - Emulator Works

I'm trying to grab the Image of a Video via the MediaCodec using the getOutputImage method (Fra… Read more Mediacodec Returns Null For Getoutputimage On Real Devices - Emulator Works

Mediacodec.dequeueoutputbuffer Taking Very Long When Encoding H264 On Android

I'm trying to encode h264 video on Android for real-time video streaming using MediaCodec but d… Read more Mediacodec.dequeueoutputbuffer Taking Very Long When Encoding H264 On Android

Mediacodec.configure Fails With Illegalstateexception For 1080p Videos

I've been using grafika's MoviePlayer and bigFlake's ExtractMpegFramesTest to implement… Read more Mediacodec.configure Fails With Illegalstateexception For 1080p Videos

MediaCodec Returns Null For GetOutputImage On Real Devices - Emulator Works

I'm trying to grab the Image of a Video via the MediaCodec using the getOutputImage method (Fra… Read more MediaCodec Returns Null For GetOutputImage On Real Devices - Emulator Works