Questions tagged [mediamuxer]

Android class : "MediaMuxer facilitates muxing elementary streams."

Android class : "MediaMuxer facilitates muxing elementary streams." https://developer.android.com/reference/android/media/MediaMuxer

172 questions
0
votes
1 answer

Muxer equivalent library for android OS 4.1.2 and above

Currently we are working on a android video editing app. We are facing 2 major problems We have a byte buffer from which we a H264 stream using media codec.Now we want to create an mp4 video out of it. We are aware that from 4.3 onwards we can use…
Preethi Rao
  • 5,117
  • 1
  • 16
  • 29
0
votes
1 answer

Android MediaMuxer with openGL

I am trying to generate movie using MediaMuxer. The Grafika example is an excellent effort, but when i try to extend it, I have some problems. I am trying to draw some basic shapes like square, triangle, lines into the Movie. My openGL code works…
vodkhang
  • 18,639
  • 11
  • 76
  • 110
0
votes
1 answer

[Android source code learning ]How does IMediaRecorder.cpp do the Muxer job?

I want to extract the media muxer part from the MediaRecorder.java. I've been reading the android source code, the version is Jellybean(4.2.2). The corresponding is android_media_MediaRecorder.cpp andMediaRecoder.cpp, however, there is no clear…
Brendon Tsai
  • 1,267
  • 1
  • 17
  • 31
0
votes
1 answer

any good ways to do mediamuxer on android?

I am trying to build a video system on android. I am using the sample provided by Qualcomm, which allows me to use openmax and do hardware-acceleration on Qualcomm customer device. Anyway, this sample only generates .h264 file. So I am looking…
Brendon Tsai
  • 1,267
  • 1
  • 17
  • 31
0
votes
3 answers

How to send data from one AsyncTask to another AsyncTask?[video system]

I am trying to capture the audio data and video data separately, and to encode/mux them into a .mp4 file. For audio recording and video encoding both are time-costing job, I open two AsyncTasks for them. Here is the problem, I need to send the data…
Brendon Tsai
  • 1,267
  • 1
  • 17
  • 31
0
votes
1 answer

How to capture and encode audio in a video system_Android

I am trying to build a opensource video system in android, since we have no access to the data in a closed system. In this system, we can modify the raw data captured by camera. I used MediaCodec and MediaMux to do the video data encoding and muxing…
Brendon Tsai
  • 1,267
  • 1
  • 17
  • 31
-1
votes
1 answer

mix auido to video,when stop MediaMuxer ,get a issue

When I use mediacodec audio merging into the video, I just want to capture audio a fragment, from 10 s of the audio, when I call android. Media. MediaExtractor# seekTo, introduced into 10 s parameters, the final stop MediaMuxer will be an error, …
1 2 3
11
12