A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://ffmpeg.org/pipermail/ffmpeg-devel/2007-January/027273.html below:

[Ffmpeg-devel] Decreased resolution ignored during transcoding

[Ffmpeg-devel] Decreased resolution ignored during transcoding [Ffmpeg-devel] Decreased resolution ignored during transcodingVĂ­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

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4