Top "Mediamuxer" questions

android - How to mux audio file and video file?

i have a 3gp file that is recorded from the microphone and a mp4 video file. i want to mux …

android video mediamuxer
Adding watermark bitmap over video in android: 4.3's MediaMuxer or ffmpeg

Here is my scenario: Download an avi movie from the web Open a bitmap resource Overlay this bitmap at the …

android ffmpeg mp4 android-mediacodec mediamuxer
MediaMuxer video file size reducing (re-compress, decrease resolution)

I'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 mediamuxer
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
Recording Audio and Video using MediaMuxer on Android

I'm trying to record audio and video using AudioRecord, MediaCodec and MediaMuxer provided in Android 4.3 However, sometimes the audio encoder …

android audio video android-mediacodec mediamuxer