
MJPEG Playback test is used to test MJPEG decoder feature.  
The color format of decoded output of Mjpeg playback is YUV420.

Steps to build
______________

Build Mjpeg decoder from <sdk>\Tests\Multimedia\Sources\Tests\MjpegPlayback folder using below nact command 

nact platforms=NXFP2 specs=NX BUILD=Release,Develop

Steps to run 
_____________
Run <sdk>\Tests\Outputs\<NX-NXFP2-a32/a64>\Tests\testMultimedia_MjpegPlayback\<Develop/Release>\testMultimedia_MjpegPlayback.nsp 
with below command line parameter.

Command line parameter : 

--in <MJPGE/AVI file> --out <Output path> [--no-output-files]

--in <MJPGE/AVI file> : Input AVI/MJPEG file path

--out <Output path> : Output path to dump decoded avi.00**.yuv files. 

--no-output-files : don't dump decoded frames (handy for automated testing)


eg : --in C:\temp\foo_final.avi --out C:\temp\
     --in sdcard:/foo_final.avi --out sdcard:/temp/
     --in sdcard:/foo_final.avi --no-output-files

The output YUV files avi.00**.yuv will be saved at the output location (unless "--no-output-files" was specified).