summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-15 18:53:51 +0100
committerwm4 <wm4@nowhere>2012-11-16 21:21:15 +0100
commit269f7df18bcb01229429690dfdbbcdf98369814a (patch)
treefb2cc43a10bc6b4599fde1d91eb095b20cc8cd82 /DOCS
parent51503a05778290edc0bb77276b67d33ca0e10783 (diff)
downloadmpv-269f7df18bcb01229429690dfdbbcdf98369814a.tar.bz2
mpv-269f7df18bcb01229429690dfdbbcdf98369814a.tar.xz
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
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst13
1 files changed, 6 insertions, 7 deletions
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=<auto|top|bottom>
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