jpeg2yuv(1) | MJPEG tools manual | jpeg2yuv(1) |
jpeg2yuv - Convert jpeg images to the yuv format.
jpeg2yuv [-b num] [-f num] [-I num] [-A ratio] [-L num] [-n num] [-l num] [-j filename]
jpeg2yuv decompresses a sequence of JPEG files and pipes the image data to stdout as a YUV4MPEG2 stream. Any JPEG format supported by libjpeg can be read. stdout will be filled with the YUV4MPEG2 movie data stream, so be prepared to pipe it on to mpeg2enc or to write it into a file.
jpeg2yuv accepts the following options:
If this option is omited, the filenames are read from stdin.
For example:
$ls *jpg | jpeg2yuv -f 25 -I p > result.yuv
The frame rate description seems not to be up to date. The NTSC integer ratios seem not to be supported. As a workaround specify a PAL (25) or FILM (24) and set the right frame rate in mpeg2enc with the -F option.
This man page was written by Bernhard Praschinger.
If you have questions, remarks, problems or you just want to contact the
developers, the main mailing list for the MJPEG-tools is:
mjpeg-users@lists.sourceforge.net
mjpegtools(1), mpeg2enc(1), ppmtoy4m(1), yuv2lav(1), yuvdenoise(1), yuvmedianfilter(1), yuvscaler(1)
8 December 2001 | MJPEG Tools Team |