[Ffmpeg-devel] Decreased resolution ignored during transcoding

Víctor Paesa wzrlpy
Thu Jan 11 08:39:20 CET 2007


Hi,
> ffmpeg -f mp4 -vcodec xvid -b 300 -qmin 3 -qmax 5 -bufsize 4096 -g 300 -ab
> 96 -acodec aac -s 320x180 -aspect 16:9 -i input.avi output.mp4

The order of parameters is relevant, try:
ffmpeg -i input.avi \
-f mp4 -vcodec xvid -b 300 -qmin 3 -qmax 5 -bufsize 4096 -g 300 \
-ab 96 -acodec aac -s 320x180 -aspect 16:9 output.mp4

Regards,
V?ctor




More information about the ffmpeg-devel mailing list