Skip to content

This project decode 1 or more jpeg images using libjpeg_turbo and writes the decoded images to single .yuv file.

Notifications You must be signed in to change notification settings

Faizullah877/jpeg2yuv_decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpeg2yuv_decoder is a simple command line tool to decode a group of JPEG-1 images to YUV video file. The JPEG-1 images are decoded using libjpeg-turbo library.
sample command is:
> jpeg2yuv_decoder_v01.exe -i [input_folder] -o [outputFile.yuv] -pix_fmt YUV -pack 444P

options are :
 -i       = path of folder containing input JPEG Images
 -o       = output .yuv file name
 -pix_fmt = RGB|YUV output pixels color space
 -pack    = 444P|444I output pixels packing in yuv file. 

About

This project decode 1 or more jpeg images using libjpeg_turbo and writes the decoded images to single .yuv file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published