jforaci / mxf-gui

A cross-platform UI to inspect and extract data from MXF files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mxf-gui

A GUI to inspect and extract data from MXF files. Grab a release and start it (see "Quick start" below for an example).

image

The panel on the top-right shows the structural metadata. The tabs on the bottom show information about the file like the entire file's metadata, partitions, track layout, ancillary data (SMPTE 436m), parsed 708 captions, and DolbyE track ac3 metadata. The latter two require the corresponding option to be selected before opening the file.

An example of browsing metadata:

image

mxf-gui uses a library called mxf-reader. Note: playback isn't supported at this point.

Quick start

To start MXF GUI you should be able to launch the JAR like any executable. e.g. double-click it, or run:

java -jar mxf-gui-v1.0-snapshot.jar

You only need Java installed.

Once it starts, you can use the menu or drag an MXF file onto the main window to inspect it.

Building

Build with Maven:

mvn package

Extracting essence

Use the Export > Essence to files... menu to extract any of the essence data from the source tracks. You can optionally extract a caption file containing the carryover 608 bytes from the s436m ancillary data track, if it's present.

About

A cross-platform UI to inspect and extract data from MXF files

License:Apache License 2.0


Languages

Language:Java 100.0%