[FFmpeg-devel] JPEG conversion
Mike Melanson
mike
Sat Sep 13 18:08:47 CEST 2008
Jesse L. Zamora wrote:
> Hello everyone,
>
> Are there any routines in ffmpeg for JPEG decoding? If so, I'd like to use
> them for my SMV decoder now that the demuxer is working.
You have a few different variations to choose from in FFmpeg. Check the
codec list in libavcodec/avcodec.h:
CODEC_ID_MJPEG
CODEC_ID_MJPEGB
CODEC_ID_LJPEG
CODEC_ID_JPEGLS
One of them must suit your needs.
--
-Mike Melanson
More information about the ffmpeg-devel
mailing list