Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1009 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 1009 Bytes

MIMD test file generator example for jMISB

This is demonstration / example code for https://github.com/WestRidgeSystems/jmisb

It generates a test video and KLV metadata file with synthetic data consistent with ST 1801 Situational Awareness profile (i.e. this is MIMD data per ST 190x, rather than ST 0601 / ST 0903 style). The output is intended for testing / validating other parts of jMISB, primarily MIMD.

This is a work-in-progress (WIP), and is intended for developers. It does not generate compliant test files at this point.

It does not provide useful functionality to typical end-users.

Building

To build it, use maven.

mvn clean install

Using

There are several ways to invoke it. One way is:

java -jar target/mimdgenerator-1.10.0-SNAPSHOT-jar-with-dependencies.jar

There will be no command line output, but it will create a file called generator_output.mpeg.

Note that it reads a file called test1280.jpg.

Helping us

Please provide pull requests.