MJPEGDecoder
Decode AVI file from MJPEG bitstream
Install / Use
/learn @DamZiobro/MJPEGDecoderREADME
MJPEGDecoder
Application decodes pure MJPEG bitstream to AVI file
Compilation
Go to main source code directory and invoke following commands:
mkdir build
cd build
cmake ..
make
sudo make install
Usage
mjpegDecoder inputMJPEGbistreamFile output.avi
Output
Output image files will be saved to directory where script is invoked as with names: "frame_<frameNumber>.png"
