sannies / mp4parser

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

Gradle dependency doesn't include some packages #428

Closed svenoaks closed 3 years ago

svenoaks commented 3 years ago

I try implementation 'org.mp4parser:isoparser:1.9.41' (and other versions) but the org.mp4parser.muxer package cannot be imported, making it impossible to use the library. Some other packages are there.

svenoaks commented 3 years ago

It's not there with Maven too

svenoaks commented 3 years ago

I see you have to do 'org.mp4parser:muxer:1.9.41'.