Mercurial > mplayer.hg
changeset 32648:bf17d666be44
tell that x264's crf gives better results than qp,
so crf should be prefered over qp
patch by Joseph Miller %josephcmiller2 A gmail P com%
author | gpoirier |
---|---|
date | Mon, 27 Dec 2010 10:02:23 +0000 |
parents | 25b9e4c7f365 |
children | 409e8e742012 |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Sat Dec 25 16:58:00 2010 +0000 +++ b/DOCS/man/en/mplayer.1 Mon Dec 27 10:02:23 2010 +0000 @@ -10341,6 +10341,8 @@ H.264's quantization parameter (QP) is on a logarithmic scale. The mapping is approximately H264QP = 12 + 6*log2(MPEGQP). For example, MPEG at QP=2 is equivalent to H.264 at QP=18. +Generally, this option should be avoided and crf should be used instead +as crf will yield better visual results for the same size. . .TP .B crf=<1.0\-50.0> @@ -10348,6 +10350,7 @@ The scale is similar to QP. Like the bitrate-based modes, this allows each frame to use a different QP based on the frame's complexity. +This option should generally be used instead of qp. . .TP .B pass=<1\-3>