Frame Export
Use the frame-capture mode to save video frames as JPEG or BMP files.
File Input
StExporterProc.exe -i C:\Movie\StanagFile.ts -o C:\Movie\frames -f jpeg
This reads C:\Movie\StanagFile.ts and saves frames using names such as frame_1.jpg.
You can enable live video preview by adding -v.
UDP Input
StExporterProc.exe -i udp://227.1.1.1:30120 -o C:\Movie\frames -f jpeg
Use the same pattern with bmp if you need bitmap output instead of JPEG.