Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mediamuxer

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

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

How To Drop Frames While Recording With Mediacodec And Inputsurface?

In my Android app I want to record a video with Time-lapse. I have an InputSurface -> MediaCodec… Read more How To Drop Frames While Recording With Mediacodec And Inputsurface?