Glen S.Rosen wrote: > Once i've decoded the frame with avcodec_decode_video(), i can convert the > images to different formats, etc. But what about resizing? I've looked through > all of the library code and it's not terribly clear to me how to do it. img_resample looks like it does what you want. Bill May