# HG changeset patch # User gpoirier # Date 1293444143 0 # Node ID bf17d666be4474cb8e8e491c0957fe840cf8d9fe # Parent 25b9e4c7f365b5de7d6a60e2a2c0621cc8c84db8 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% diff -r 25b9e4c7f365 -r bf17d666be44 DOCS/man/en/mplayer.1 --- 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>