comparison 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
comparison
equal deleted inserted replaced
17730:a0d4f253e82b 17731:a3dd033ec92e
8839 It affects only the planning stage of ratecontrol, and is still subject 8839 It affects only the planning stage of ratecontrol, and is still subject
8840 to overflow compensation and qp_min/qp_max. 8840 to overflow compensation and qp_min/qp_max.
8841 .RE 8841 .RE
8842 . 8842 .
8843 .TP 8843 .TP
8844 .B direct_pred=<0\-2> 8844 .B direct_pred=<0\-3>
8845 Determines the type of motion prediction used for direct macroblocks 8845 Determines the type of motion prediction used for direct macroblocks
8846 in B-frames. 8846 in B-frames.
8847 .PD 0 8847 .PD 0
8848 .RSs 8848 .RSs
8849 .IPs 0 8849 .IPs 0
8850 None: direct macroblocks are not used. 8850 None: direct macroblocks are not used.
8851 .IPs 1 8851 .IPs 1
8852 Spatial: motion vectors are extrapolated from neighboring blocks. 8852 Spatial: motion vectors are extrapolated from neighboring blocks.
8853 (default)
8853 .IPs 2 8854 .IPs 2
8854 Temporal: motion vectors are interpolated from the following P-frame. 8855 Temporal: motion vectors are interpolated from the following P-frame.
8855 (default) 8856 .IPs 3
8857 Auto: the codec selects between spatial and temporal for each frame.
8856 .RE 8858 .RE
8857 .PD 1 8859 .PD 1
8858 .RS 8860 .RS
8859 Spatial and temporal are approximately the same speed and PSNR, 8861 Spatial and temporal are approximately the same speed and PSNR,
8860 but temporal often looks better. 8862 the choice between them depends on the video content.
8863 Auto is slightly better, but slower.
8861 direct_pred=0 is both slower and lower quality. 8864 direct_pred=0 is both slower and lower quality.
8862 .RE 8865 .RE
8863 . 8866 .
8864 .TP 8867 .TP
8865 .B (no)weight_b 8868 .B (no)weight_b