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

Sample Java code #258

Open wabiloo opened 4 years ago

wabiloo commented 4 years ago

Hi, I'm only just starting to try and get familiar with the IMF standard, and in particular parsing of a CPL (starting point to then do some processing). I'm confused with this package and am trying to work out how to get started with parsing from an existing file. The documentation at http://netflix.github.io/photon/index.html?com/netflix/imflibrary/st2067_2/package-summary.html does not seem to match the content of the v4.5.14 Photon library I downloaded through Maven.

Is there any sample / starter code anywhere that I could use and bootstrap from?

svenkatrav commented 4 years ago

Please refer to "main" method in https://github.com/Netflix/photon/blob/master/src/main/java/com/netflix/imflibrary/RESTfulInterfaces/IMPValidator.java