Is there a way to access the avcC atom when reading a file that originated from iTunes with the mp4parser library for java? I've done this manually using the pasp atom in some custom code, but after switching to this library I lost access to the data.
Known paths for the avcC atom:
- /moov/trak/mdia/minf/stbl/stsd/avc1/avcC
- /moov/trak/mdia/minf/stbl/stsd/avc1/pasp/avcC
- /moov/trak/mdia/minf/stbl/stsd/drmi/avcC
MP4Parser https://github.com/sannies/mp4parser