java.lang.IllegalStateException: Failed to stop the muxer try {
mediaMuxer = new MediaMuxer(output, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG错误是“未能停止muxer”。
我试图合并音频和视频,但我得到了java.lang.IllegalStateException: Failed to add the track to the muxer。audioExtractor.getTrackFormat(0)
// start muxerval mediaMuxer = MediaMuxer(outputFile, MediaMuxer.OutputFormat.<e