python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
I have already encoded byte arrays & i want to create mp4 video. is MediaMuxer is helpful?. can i use MediaMuxer without Mediacodec?
I have live encoded byte stream from which i just need to create .mp4 file. how can I do that?.
I found people are using MediaMuxer API along with MediaCodec but I do
not need to use MediaCodec as I a...
Madhukar
Votes: 0
Answers: 0
MediaMuxer-JNI: Fail to get File Status Flags err: Bad file descriptor
On Anroid 8 devices,I put h264+aac stream combine to mp4,so I use MediaMuxer,but i use FileDescriptor to create a file, logcat shows this:
Fail to get File Status Flags err: Bad file descriptor
System...
lzh
Votes: 0
Answers: 1
Creating a video with MediaExtractor and MediaMuxer produces a video with shorter duration than the original one
For a testing purpose I am creating a new video from existing one by using MediaExtractor and MediaMuxer. I expect the new video to be exactly the same duration as the original one but it is not the c...

Alex Art.
Votes: 0
Answers: 2