[FFmpeg-user] adding audio to hundreds of images
Lou
lou at lrcd.com
Sun Nov 20 21:50:47 CET 2011
On Sun, 20 Nov 2011 21:21:13 +0100
mikkel meinike <mimeini at gmail.com> wrote:
> And if you re-encode you should use -sameq to maintain quality
>
> mikkel
Contrary to what the documentation used to imply, the -sameq option
does not necessarily mean same quality. This option only works in some
situations where the input and output share the same quantizer scale in
the same range (such as linear mpeg quantizer).
Most users will probably benefit more from adjusting qscale instead of
using sameq when encoding mpeg*. A value of 3-5 is a good balance
between quality and file size. A lower value is a higher quality.
More information about the ffmpeg-user
mailing list