MP4 container writer in Java

后端 未结 7 1732
夕颜
夕颜 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:37

    I have implemented a QuickTimeWriter class which can write a QuickTime container in pure Java.

    As far as I know, the QuickTime file format is structurally equivalent to MPEG-4 Part 14. There are only a few minor differences in the fields inside atoms/boxes.

    So, with an MPEG-4 spec on your lap, and a few hours of work, you should be good.

提交回复
热议问题