DOC

io.github.tallencewassimakachi : maj

Maven & Gradle

May 10, 2019
0 stars

Media Authoring with Java API (MAJ) · The MAJ API was written by Richard Cartwright, with the help and support of Guillaume Belrose and Fang Ren. To contact the author, please raise an issue. The software is provided AS IS with no warranty whatsoever. The MAJ API (pronounced madge) is a pure Java API for creating, reading, manipulating and writing MXF (SMPTE ST 377), AAF structured storage and Reg-XML (SMPTE ST 2001) files. MXF files are commonly used as a container for professional media file formats and AAF is supported by a number of professional video editing packages. MXF and Reg-XML are used as part of the Interoperable Mastering Format suite of specifications.

Table Of Contents

Latest Version

Download io.github.tallencewassimakachi : maj Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.tallencewassimakachi : maj Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file maj-1.0.0-javadoc.jar to maj-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder maj-1.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "maj-1.0.0-sources.jar" -d "maj-1.0.0-javadoc" -subpackages