如何使用 android 的 MediaMuxer api 将多个 mp4 文件合并为一个文件?

How to combine multiple mp4 files into one using android's MediaMuxer api?

我想将多个 mp4 文件合并到一个视频中。 Android 框架中有一个 MediaMuxer class,似乎可以做到这一点。但我没有找到任何明确的样本。是否可以使用 MediaMuxer 合并多个视频文件(包含视频和音频)?如果是这样,你能给我一个清晰的样品吗?非常感谢。

根据docs MediaMuxer supports multiple video/audio tracks just for mp4 format and only for api +26 and not earlier versions. Also Some good samples can be found here