comparison DOCS/man/en/mplayer.1 @ 17902:578074a74d4e

sync to x264 r476 (subq=7)
author lorenm
date Mon, 20 Mar 2006 23:13:37 +0000
parents d526e19c56c3
children b4f7c30423f5
comparison
equal deleted inserted replaced
17901:51571591d56f 17902:578074a74d4e
8949 .TP 8949 .TP
8950 .B me_range=<4\-64> 8950 .B me_range=<4\-64>
8951 radius of exhaustive or multi-hexagon motion search (default: 16) 8951 radius of exhaustive or multi-hexagon motion search (default: 16)
8952 . 8952 .
8953 .TP 8953 .TP
8954 .B subq=<1\-6> 8954 .B subq=<1\-7>
8955 Adjust subpel refinement quality. 8955 Adjust subpel refinement quality.
8956 This parameter controls quality versus speed tradeoffs involved in the motion 8956 This parameter controls quality versus speed tradeoffs involved in the motion
8957 estimation decision process. 8957 estimation decision process.
8958 subq=5 can compress up to 10% better than subq=1. 8958 subq=5 can compress up to 10% better than subq=1.
8959 .PD 0 8959 .PD 0
8977 .IPs 5 8977 .IPs 5
8978 Runs best quality quarterpixel precision motion estimation on all 8978 Runs best quality quarterpixel precision motion estimation on all
8979 candidate macroblock types, before selecting the best type (default). 8979 candidate macroblock types, before selecting the best type (default).
8980 .IPs 6 8980 .IPs 6
8981 Enables rate-distortion optimization of macroblock types in 8981 Enables rate-distortion optimization of macroblock types in
8982 I- and P-frames. (best) 8982 I- and P-frames.
8983 .IPs 6
8984 Enables rate-distortion optimization of motion vectors and intra modes. (best)
8983 .RE 8985 .RE
8984 .PD 1 8986 .PD 1
8985 .RS 8987 .RS
8986 In the above, "all candidates" does not exactly mean all enabled types: 8988 In the above, "all candidates" does not exactly mean all enabled types:
8987 4x4, 4x8, 8x4 are tried only if 8x8 is better than 16x16. 8989 4x4, 4x8, 8x4 are tried only if 8x8 is better than 16x16.
9001 Requires frameref>1. 9003 Requires frameref>1.
9002 . 9004 .
9003 .TP 9005 .TP
9004 .B (no)brdo 9006 .B (no)brdo
9005 Enables rate-distortion optimization of macroblock types in B-frames. 9007 Enables rate-distortion optimization of macroblock types in B-frames.
9006 Requires subq=6. 9008 Requires subq>=6.
9007 . 9009 .
9008 .TP 9010 .TP
9009 .B (no)bime 9011 .B (no)bime
9010 Refine the two motion vectors used in bidirectional macroblocks, 9012 Refine the two motion vectors used in bidirectional macroblocks,
9011 rather than re-using vectors from the forward and backward searches. 9013 rather than re-using vectors from the forward and backward searches.
9019 .IPs 0 9021 .IPs 0
9020 disabled 9022 disabled
9021 .IPs 1 9023 .IPs 1
9022 enabled only for the final encode (default) 9024 enabled only for the final encode (default)
9023 .IPs 2 9025 .IPs 2
9024 enabled during all mode decisions (slow, requires subq=6) 9026 enabled during all mode decisions (slow, requires subq>=6)
9025 .RE 9027 .RE
9026 .PD 1 9028 .PD 1
9027 . 9029 .
9028 .TP 9030 .TP
9029 .B (no)fast_pskip 9031 .B (no)fast_pskip