diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-27 00:56:47 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-27 15:47:15 +0100 |
commit | ae2b51acd2ac8c3714092b33c00c519d76a4cb4d (patch) | |
tree | f7fbeb5bdce4cb3b56c8e1f95d5ef1a09abde9bf | |
parent | 7e0676a7155ab13917e938136b2caaca6c8767f6 (diff) | |
download | ffmpeg-ae2b51acd2ac8c3714092b33c00c519d76a4cb4d.tar.gz |
doc/encoders: clarify the direction of the quality setting parameters for libtheora
-rw-r--r-- | doc/encoders.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index ed99cb4278..a5325f45a8 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -450,7 +450,8 @@ Set the GOP size. Set the global quality in lambda units, only works if the @code{qscale} flag in @option{flags} is enabled. The value is clipped in the [0 - 10*@code{FF_QP2LAMBDA}] range, and then multiplied for 6.3 -to get a value in the native libtheora range [0-63]. +to get a value in the native libtheora range [0-63]. A higher value +corresponds to a higher quality. For example, to set maximum constant quality encoding with @command{ffmpeg}: |