Skip to content

DamZiobro/MJPEGDecoder

Repository files navigation

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_.png"

Company Website

http://xmementoit.com

Releases

No releases published

Packages

No packages published