sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.74k stars 563 forks source link

VP9 support for mp4parser #452

Open yetanotherjan opened 2 years ago

yetanotherjan commented 2 years ago

Hi everyone! I have issues getting mp4parser working with VP9 encoded files. When trying, I get the following error message:

[...]
java.lang.AssertionError: stsd contains not only sample entries. Something's wrong here! Bailing out
        at org.mp4parser.muxer.container.mp4.DefaultMp4SampleList.<init>(DefaultMp4SampleList.java:58)
[...]

Is there any way to enable vp9 support? Thanks for your help! Jan