MP4 container writer in Java

后端 未结 7 1711
夕颜
夕颜 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:40

    Even though my answer comes very late you could have a look into my MP4 Parser/Unparser at Github. You can parse MP4 files, modify them and write the result. You can even start from scratch creating boxes programatically and write your object representation to some sink.

    0 讨论(0)
提交回复
热议问题