hi
i use this command for convert series of images into avi :
Code:
ffmpeg.exe -f image2 -r 25 -vcodec copy  -i pic%d.jpg -r 25 -s 352×240 output.avi
my image size is 640×480 and i want to resize them, but the output avi file size remain 640×480 ?
so how could i convert images to avi with desired size ?
(i need hi quality and uncompressed avi)
thanks