# HG changeset patch # User corey # Date 1268116074 0 # Node ID 9f8307ec0bfa225238284df7a59aa2401a7dd700 # Parent 15f4c38b37090f9c7aa048cfc242e51076d5a5fb Document x264 VUI options. diff -r 15f4c38b3709 -r 9f8307ec0bfa DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Tue Mar 09 06:23:33 2010 +0000 +++ b/DOCS/man/en/mplayer.1 Tue Mar 09 06:27:54 2010 +0000 @@ -10734,6 +10734,50 @@ delimiters. . .TP +.B overscan= +Include VUI overscan information in the stream (default: disabled). +See doc/vui.txt in the x264 source code for more information. +. +.TP +.B videoformat= +Include VUI video format information in the stream (default: disabled). +This is a purely informative setting for describing the original source. +See doc/vui.txt in the x264 source code for more information. +. +.TP +.B (no)fullrange +Include VUI full range information in the stream (default: disabled). +Use this option if your source video is not range limited. +See doc/vui.txt in the x264 source code for more information. +. +.TP +.B colorprim= +Include color primaries information (default: disabled). +This can be used for color correction. +See doc/vui.txt in the x264 source code for more information. +. +.TP +.B transfer= +Include VUI transfer characteristics information in the stream +(default: disabled). +This can be used for color correction. +See doc/vui.txt in the x264 source code for more information. +. +.TP +.B colormatrix= +Include VUI matrix coefficients in the stream (default: disabled). +This can be used for color correction. +See doc/vui.txt in the x264 source code for more information. +. +.TP +.B chromaloc=<0-5> +Include VUI chroma sample location information in the stream (default: +disabled). +Use this option to ensure alignment of the chroma and luma planes after +color space conversions. +See doc/vui.txt in the x264 source code for more information. +. +.TP .B log=<\-1\-3> Adjust the amount of logging info printed to the screen. .PD 0