comparison DOCS/man/en/mplayer.1 @ 18489:adfadb4a26b5

support lavc mv0_threshold
author corey
date Sat, 13 May 2006 20:18:57 +0000
parents 5287b3d386c3
children 0f3dc1ba69d1
comparison
equal deleted inserted replaced
18488:b23c0e341e3e 18489:adfadb4a26b5
7866 .B mv0\ \ \ \ 7866 .B mv0\ \ \ \
7867 Try to encode each MB with MV=<0,0> and choose the better one. 7867 Try to encode each MB with MV=<0,0> and choose the better one.
7868 This has no effect if mbd=0. 7868 This has no effect if mbd=0.
7869 . 7869 .
7870 .TP 7870 .TP
7871 .B mv0_threshold=<any non-negative integer>
7872 When surrounding motion vectors are <0,0> and the motion estimation
7873 score of the current block is less than mv0_threshold, <0,0> is used for
7874 the motion vector and further motion estimation is skipped (default:
7875 256).
7876 Lowering mv0_threshold to 0 can give a slight (0.01dB) PSNR increase and
7877 possibly make the encoded video look slightly better; raising
7878 mv0_threshold past 320 results in diminished PSNR and visual quality.
7879 Higher values speed up encoding very slightly (usually less than 1%,
7880 depending on the other options used).
7881 .br
7882 .I NOTE:
7883 This option does not require mv0 to be enabled.
7884 .
7885 .TP
7871 .B qprd (mbd=2 only) 7886 .B qprd (mbd=2 only)
7872 rate distorted optimal quantization parameter (QP) for the given 7887 rate distorted optimal quantization parameter (QP) for the given
7873 lambda of each macroblock 7888 lambda of each macroblock
7874 . 7889 .
7875 .TP 7890 .TP