Top "Mediaextractor" questions

Android API MediaExtactor facilitates extraction of demuxed, typically encoded, media data from a data source

Android MediaExtractor and mp3 stream

I am trying to play an mp3 stream using MediaExtractor/MediaCodec. MediaPlayer is out of the question due to latency …

android audio mp3 android-mediacodec mediaextractor
SurfaceTexture's onFrameAvailable() method always called too late

I'm trying to get the following MediaExtractor example to work: http://bigflake.com/mediacodec/ - ExtractMpegFramesTest.java (requires 4.1, API 16) The …

android opengl-es android-mediacodec mediaextractor
How to determine a video file's framerate with MediaCodec, MediaExtractor or MediaMetadataRetriever?

How 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
Use MediaCodec and MediaExtractor to decode and code video

I need to decode a video into a sequence of bitmaps, such that I am able to modify them, and …

android video bitmap android-mediacodec mediaextractor
Android MediaMuxer failed to stop

I am trying to use MediaCodec,MediaExtractor and MediaMuxer to generate mp4 file. EveryThing seems to work properly but when …

android android-mediacodec mediaextractor mediamuxer
Decrypting widevine DRM protected video in android using MediaDrm

I am trying to decrypt widevine DRm protected media file using Android's MediaDrm API. But MediaDrm is instantiated using UUId( …

android encryption drm mediaextractor widevine