Netflix / photon

Photon is a Java implementation of the Interoperable Master Format (IMF) standard. IMF is a SMPTE standard whose core constraints are defined in the specification st2067-2:2013
Apache License 2.0
234 stars 76 forks source link

Support App 4 #260

Closed remia closed 1 year ago

remia commented 4 years ago

This Pull Request implement support for IMF Application 4, as specified in SMPTE ST 2067-40:2016.

IMF Application # 4 is a specialization of the IMF Framework, and is intended to exchange content of cinematographic work after digital postproduction either sourced from film or from digital media and can be used in a preservation framework. It specifies:

  • images encoded using 16-bit XYZ color primaries and a linear transfer function;
  • maximum image frame width and height of 8192 and 6224 pixels, respectively; and
  • a constrained Composition structure that mimics the segmentation of movie into individual reels.

As of today, the checks done are not exhaustive, here is some of the parts that could be added :

A few test cases (CPLs) will probably be added as soon as possible.