diff DOCS/man/en/mplayer.1 @ 17731:a3dd033ec92e

sync to x264 r457 (direct_pred=3)
author lorenm
date Sun, 05 Mar 2006 07:23:12 +0000
parents 2b5c0730598d
children b3625e269eff
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Sun Mar 05 07:06:34 2006 +0000
+++ b/DOCS/man/en/mplayer.1	Sun Mar 05 07:23:12 2006 +0000
@@ -8841,7 +8841,7 @@
 .RE
 .
 .TP
-.B direct_pred=<0\-2>
+.B direct_pred=<0\-3>
 Determines the type of motion prediction used for direct macroblocks
 in B-frames.
 .PD 0
@@ -8850,14 +8850,17 @@
 None: direct macroblocks are not used.
 .IPs 1
 Spatial: motion vectors are extrapolated from neighboring blocks.
+(default)
 .IPs 2
 Temporal: motion vectors are interpolated from the following P-frame.
-(default)
+.IPs 3
+Auto: the codec selects between spatial and temporal for each frame.
 .RE
 .PD 1
 .RS
 Spatial and temporal are approximately the same speed and PSNR,
-but temporal often looks better.
+the choice between them depends on the video content.
+Auto is slightly better, but slower.
 direct_pred=0 is both slower and lower quality.
 .RE
 .