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
237 stars 77 forks source link

Fixed generation of mismatched sourceEncoding and essenceDescriptor IDs #336

Closed danielhdz13-netflix closed 1 year ago

danielhdz13-netflix commented 1 year ago

When an input CPL has multiple essence descriptors for a single track file, Photon can generate a CPL where the sourceEncodingId and the essenceDescriptorId do not match. This fix corrects this behavior.