Skip to content
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

Validate JPEG 2000 codestreams #374

Open
palemieux opened this issue Jun 26, 2024 · 0 comments
Open

Validate JPEG 2000 codestreams #374

palemieux opened this issue Jun 26, 2024 · 0 comments

Comments

@palemieux
Copy link
Collaborator

Photon does not currently validates the contents of the JPEG 2000 codestreams themselves, instead relying on the information present in the Composition Playlist, which is extracted from MXF headers, which are themselves presumably generated from the contents of the JPEG 2000 codestreams.

This approach has two limitations:

  • Photon does not confirm that the contents of the CPL match that of the JPEG 2000 codestreams
  • several JPEG 2000 constraints cannot be verified from the CPL or MXF Header alone, e.g., presence of the TLM marker segment, number of tile-parts, absence of POC marker segments, etc.

Suggest considering validating the first codestream of each Image Track File included in an IMP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant