Raw File Export
Use rawFile to save each KLV PID into one binary file that contains appended raw packets.
File Output
StExporterProc.exe -i "C:\Movie\StanagFile.ts" -o "C:\Movie\frames" -k rawFile
Generated files use this naming convention:
klvs_[KLV PID].bin
Example:
klvs_0X1E2.bin
This mode performs KLV demultiplexing. If multiple KLV PIDs are present, one output file is created for each PID.
You can enable video preview by adding -v.
UDP Input
StExporterProc.exe -i udp://227.1.1.1:30120 -o "C:\Movie\frames" -k rawFile