[Ffmpeg-devel] Motion Jpeg to mpeg2

Paul Curtis pfc
Wed Aug 10 00:10:36 CEST 2005


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





More information about the ffmpeg-devel mailing list