MP4 container writer in Java

后端 未结 7 1737
夕颜
夕颜 2021-02-05 16:14

I would like to find a FREE MP4 (container) writer for Java. I do not need an encoder, only something which can write the correct atoms given their expected values. Bonus

7条回答
  •  旧时难觅i
    2021-02-05 16:27

    You can have a look at JCodec ( http://jcodec.org ). It contains an MP4 library and MP4 demuxer and muxer.

提交回复
热议问题