Skip to content

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

License

Notifications You must be signed in to change notification settings

jforaci/mxf-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.