ST Exporter Manual
ST Exporter is a command-line utility for exporting video frames and MISB metadata from STANAG 4609 files or live streams. It can write outputs to disk, send selected formats over UDP, recast raw KLV over a serial interface, and generate KML outputs for Google Earth workflows.

Figure: Legacy StExporter overview image used in the original manual.
Main Features
- Export frames as JPEG or BMP from STANAG 4609 files and live streams.
- Export decoded KLV packets as individual JSON files or as a single JSON array file.
- Export raw KLV packets as individual binary buffers or as demultiplexed binary files.
- Send JSON or raw KLV packets over UDP instead of saving them to disk.
- Recast raw KLV packets over an RS232 serial interface.
- Export Google Earth KML network links.
- Run with video preview for real-time context or without preview for faster batch processing.
- Open ST Monitor for live metadata inspection while processing.
Core Command Pattern
Most workflows follow the same structure:
StExporterProc.exe -i <input> -o <output> -f <frame format> -k <klv format>
-ior--inputaccepts a file path or a stream URL such asudp://227.1.1.1:30120.-oor--outputaccepts an output directory, a UDP destination, or a target filename for formats such as KML.-fcontrols frame capture.-kcontrols metadata capture or recasting behavior.
Manual Map
- Getting Started: command-line arguments, modes, and console controls.
- Server Workflow: the legacy server-backed mission workflow preserved from the original doxygen manual.
- Frame Export: exporting frames as JPEG or BMP.
- JSON Packet Export: one JSON file per KLV packet.
- JSON Array Export: one JSON file containing all decoded packets for a PID.
- Raw Packet Export: one binary file per raw KLV packet and live capture integration.
- Raw File Export: demultiplexed raw KLV output files.
- KML Export: producing KML network links for Google Earth.
- RS232 Recast: forwarding extracted raw KLV packets over a serial port.
- ST Monitor: JSON preview modes while the exporter is running.
- Supported MISB Tags: legacy MISB 0601 support matrix.
- Activation: license requirements and demo-mode behavior.