diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-01 20:54:00 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-01 20:54:00 +0000 |
commit | 457debb6f18fb1464968fd940ed00162f6cc497d (patch) | |
tree | 0b5cd3c2d46139dce5718c9a3a89c8b01c429e83 | |
parent | 5d16f575d32b2bc483aa7016d34c02c0904f3144 (diff) |
few more words
maybe we should say a few words about rate distortion and other terms too but i dunno where to put it ... some glossary section of the manpage? encoding-tips.txt? videocoding.txt?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10970 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/en/mplayer.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1 index 1c280f4ef2..a982af2404 100644 --- a/DOCS/en/mplayer.1 +++ b/DOCS/en/mplayer.1 @@ -4104,6 +4104,8 @@ sum of squared errors of the quantization .TP .B cbp\ \ \ \ Rate distorted optimal coded block pattern +will select the coded block pattern which minimizes distortion + lambda*rate +this can only be used together with trellis quantization .TP .B last_pred=<0\-99> Amount of motion predictors from the previous frame |