From 269f7df18bcb01229429690dfdbbcdf98369814a Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 15 Nov 2012 18:53:51 +0100 Subject: options: --field-dominance: replace magic number values with choices --field-dominance=-1 becomes --field-dominance=auto --field-dominance=0 becomes --field-dominance=top --field-dominance=1 becomes --field-dominance=bottom --- DOCS/man/en/options.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 7cc309de02..97171a8c42 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -528,15 +528,14 @@ reliable enough), the filename extension is used to select the demuxer. Always falls back on content-based demuxer selection. ---field-dominance=<-1-1> +--field-dominance= Set first field for interlaced content. Useful for deinterlacers that - double the framerate: ``--vf=tfields=1``, ``--vf=yadif=1`` and - ``--vo=vdpau:deint``. + double the framerate: ``--vf=yadif=1`` and ``--vo=vdpau:deint``. - :-1: auto (default): If the decoder does not export the appropriate - information, it falls back to 0 (top field first). - :0: top field first - :1: bottom field first + :auto: (default) If the decoder does not export the appropriate + information, it falls back to 0 (top field first). + :top: top field first + :bottom: bottom field first --no-fixed-vo, --fixed-vo ``--no-fixed-vo`` enforces closing and reopening the video window for -- cgit v1.2.3