Behrbaum, Jeffrey S wrote: > Hi all. I'm trying to take a bunch of jpeg's My basic code goes something like this: register codecs allocate a temporary picture (with final width & height) for each image: read image from file img_convert -- from file image to YUV420 using temp pict encode video frame from temp pict next image close codecs Paul