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.
To build it, use maven.
mvn clean install
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
.
Please provide pull requests.