-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JP2K Quantization unpacking and QCD data checks #109
Comments
Confirming that it appears that ascdplib tool Specifically, ascdplib tool
asdcplib tool
OpenJPEG tool OpenJPEG tool Here are zip files containing the analyzed codestreams: Here is full asdcplib tool Here is the full OpenJPEG tool |
Thanks for the update Michael. Have you planned to apply the code change suggested by Chris above ? Any ETA about it ? |
Hi all,
We are seeing that the GuardBit value determined with j2c-test is incorrect. Proposing the following changes to unpack the correct bytes for determining GuardBits:
JP2K.h around lines 164 to 200
Additionally, does anyone know if there is a specific requirement for the QCD Data to match between frames aswell as GuardBits matching, as per the pedantic checks? Different JP2K Encoders potentially use different values here and the pedantic checks prevent these from wrapping frames which have differing values in a single MXF.
Proposing the following changes to highlight a difference of QCD Data (with matching GuardBits), but not to fail the pedantic checks:
JP2K_Sequence_Parser.cpp line ~209 to 226:
The text was updated successfully, but these errors were encountered: