MediaCodec is a class from the package "android.
The question is simple, But I have no any clue to solve it: I write a single line code to …
android encode aac android-mediacodecI am looking for a way to "compress" an mp4 video. To achieve this, I want to reduce the resolution …
android video resolution mp4 android-mediacodecI get the IllegalStateException on MediaCodec.configure() line, I'm trying to record audio using MediaCodec. This only occur on some …
android audio-recording codec android-mediacodecI use the MediaCodec class provided by the Android SDK since API level 16 with the OMX.SEC.aac.enc encoder …
android android-mediacodec aac audiorecord openmaxI'm trying to use the MediaCodec to retrive all the frames from a video for image processing stuff, I'm trying …
android android-mediacodecI'm on Android 4.2 and calling MediaExtractor.setDataSource, and it sometimes throws an IOException of "failed to instantiate extractor". I've found …
java android video android-mediacodecI'm looking for efficient way to reduce some video weight (as a File, for upload) and obvious answer for that …
android video video-processing android-mediacodec mediamuxerAndroid provides a way to query the supported encoding profiles. But when setting up an encoder I cannot find the …
android android-mediacodecI'm developing an Android App that records screen video and audio. I recorded these 2 files : mp3 audio file and mp4 …
android audio video android-mediacodecHow to I extract the frame rate of a recorded video file? I know that there is MediaFormat.KEY_FRAME_…
android video media android-mediacodec mediaextractor