Commit 238d4777 authored by michael's avatar michael

The definition of rate and distortion is not conditional of lambda being

fixed (at least the current text sounded odd to me).


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18244 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d3c5fac3
......@@ -21,8 +21,10 @@ Let's consider the problem of minimizing:
distortion + lambda*rate
For a fixed lambda, rate would represent the filesize, while distortion is
the quality. Is this equivalent to finding the best quality for a given max
rate is the filesize
distortion is the quality
lambda is a fixed value choosen as a tradeoff between quality and filesize
Is this equivalent to finding the best quality for a given max
filesize? The answer is yes. For each filesize limit there is some lambda
factor for which minimizing above will get you the best quality (using your
chosen quality measurement) at the desired (or lower) filesize.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment