On Friday, August 12, 2011, Vicente Fernandes <[email protected]> wrote: > Hi, > it is possible to decode a video stream to a different size than the original size? > I want to do the resize during decompression and not after this.
Unfortunately, the decoder must keep the full frame for motion prediction and other inter-frame compression methods. Alex > after decoding I can already resize de video using the sws_scale function. > thanks > >
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
