Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用MediaCodec和MediaMux生成 mp4 文件。我使用的代码在这里。
我得到一些 mp4 文件。但是,我不能用我的播放器播放它,它只是一个普通的软件。
有人知道吗?接下来我该怎么办?
我遇到了类似的问题 - 在我的情况下,我根本没有调用 muxer.stop() 并最终得到了一个无法播放的大文件。