MP4 container writer in Java

后端 未结 7 1733
夕颜
夕颜 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条回答
  •  长情又很酷
    2021-02-05 16:24

    Can't vouch for it, but red5 is an open source flash server written in Java, which claims support for streaming mp4 and has implementations of mp4 IO objects which may be able to create said format.

    Also, IBM created their Toolkit For MPEG-4 a while back and though it's not free, it might help.

提交回复
热议问题