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

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

How To Add Audio To Video While Recording [continuouscaptureactivity] [grafika]

I implement Video recording using ContinuousCaptureActivity.java. it's work perfectly. Now i wa… Read more How To Add Audio To Video While Recording [continuouscaptureactivity] [grafika]

Decode H264 Raw Stream Using Mediacodec

I recieve h264 data from server, I want to decode this stream using mediacodec and texture view on… Read more Decode H264 Raw Stream Using Mediacodec

Running Extractdecodeeditencodemuxtest Outside Of Testcase On Android

I am trying to add functionality to extract, decode, edit, encode and mux a video on Android. There… Read more Running Extractdecodeeditencodemuxtest Outside Of Testcase On Android

Is There A Way To Get The Total Number Of Video Frames On Android?

I am currently extracting, decoding, editing and re-encoding a video on Android using MediaCodec an… Read more Is There A Way To Get The Total Number Of Video Frames On Android?

How To Real-timely Render Image Data(yuv420sp) Decoded By Mediacodec To Surfaceview On Android?

MediaCodec has a limitation FPS of decoding, I want to break that, so I need to render frames by my… Read more How To Real-timely Render Image Data(yuv420sp) Decoded By Mediacodec To Surfaceview On Android?

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?

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