Git Product home page Git Product logo

photon-2's Introduction

Photon

Photon is an implementation of the Material Exchange Format (MXF) standard. MXF is a SMPTE standard defined in the specification SMPTE st0377-1:2011. Photon parses and completely reads an MXF file containing a single audio or video essence as defined by the IMF Essence Component (SMPTE st2067-5:2013) and serializes the metadata into an IMF Composition Playlist (SMPTE st2067-3:2013).

The goal of the Photon is to provide a simple standardized interface to completely interpret an MXF essence.

Build

Photon can be built very easily by using the included Gradle wrapper. Having downloaded the sources, simply invoke the following commands inside the folder containing the sources:

$ ./gradlew clean $ ./gradlew build

JDK requirements

Photon can be built using JDK-8. Support for earlier jdk versions has not been tested and/or verified.

Full Documentation

Binaries

Binaries and dependency information for Maven, Ivy, Gradle and others can be found at http://search.maven.org.

Change history and version numbers => CHANGELOG.md

Example for Maven:

<dependency>
    <groupId>com.netflix.photon</groupId>
    <artifactId>Photon</artifactId>
    <version>0.1.1</version>
</dependency>

and for Ivy:

<dependency org="com.netflix.photon" name="Photon" rev="0.1.1" />

If you need to download the jars instead of using a build system, create a Maven pom file like the following with the desired version:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.netflix.photon.download</groupId>
  <artifactId>photon-download</artifactId>
  <version>1.0-snapshot</version>
  <name>Simple POM to download Photon and dependencies</name>
  <url>https://github.com/Netflix/photon</url>
  <dependencies>
    <dependency>
      <groupId>com.netflix.photon</groupId>
      <artifactId>Photon</artifactId>
      <version>0.1.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>

Then execute:

mvn -f photon-download.pom.xml dependency:copy-dependencies

It will download Photon-*.jar and its dependencies into ./target/dependency/.

Two sample applications have been provided with this project. You can run them as follows:

java -cp target/dependency/*: com.netflix.imflibrary.app.IMFEssenceComponentReader <inputFile> <workingDirectory>

photon-2's People

Contributors

brendankirby avatar rohitdpuri avatar rspieldenner avatar schakrovorthy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.