MediaCodec is a class from the package "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-mediacodecI'm trying to implement AudioRecord (MIC) -> PCM -> AAC Encoder AAC -> PCM Decode -> …
android pcm aac android-mediacodec audiorecordI am trying to encode aac audio using android AudioRecord and MediaCodec. I have created a encoder class very similar …
android aac audiorecord android-mediacodecWhat I am trying to do: use Android's MediaCodec to encode raw PCM audio samples into a raw AAC file. …
android audio encoding android-mediacodecIn my Android app, I want to compress mp4 video by changing its resolution, bitrate. I don't want to use …
android compression mp4 android-mediacodecI 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-streamHere is my scenario: Download an avi movie from the web Open a bitmap resource Overlay this bitmap at the …
android ffmpeg mp4 android-mediacodec mediamuxerI have a nexus 4 with android KitKat. I tried screen recording using the following commands: adb shell screenrecord --verbose /sdcard/…
android android-mediacodec screen-recordingWhen 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 decoderI am trying to convert a PNG file to a one slice video clip, so to just to make a …
android android-mediacodec