Open Dshmuel opened 6 years ago
Something bad with codecs included. Converting WAV -> AAC of 10sec-file takes 20 sec... Unacceptable. Other solution (using android's MediaCodec & MediaMuxer) do same work in 0.5sec.
How do you convert it with MediaCodec & MediaMuxer?
Using this:
https://github.com/tqnst/MP4ParserMergeAudioVideo/blob/master/Mp4ParserSample-master/src/jp/classmethod/sample/mp4parser/MainActivity.java#L335-L442
Something bad with codecs included. Converting WAV -> AAC of 10sec-file takes 20 sec... Unacceptable. Other solution (using android's MediaCodec & MediaMuxer) do same work in 0.5sec.