[FFmpeg-cvslog] r18244 - trunk/doc/rate_distortion.txt
michael
subversion
Mon Mar 30 12:39:20 CEST 2009
Author: michael
Date: Mon Mar 30 12:39:20 2009
New Revision: 18244
Log:
The definition of rate and distortion is not conditional of lambda being
fixed (at least the current text sounded odd to me).
Modified:
trunk/doc/rate_distortion.txt
Modified: trunk/doc/rate_distortion.txt
==============================================================================
--- trunk/doc/rate_distortion.txt Mon Mar 30 12:05:00 2009 (r18243)
+++ trunk/doc/rate_distortion.txt Mon Mar 30 12:39:20 2009 (r18244)
@@ -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.
More information about the ffmpeg-cvslog
mailing list