diff options
author | Kevin Mitchell <kevmitch@gmail.com> | 2015-09-09 20:28:22 -0700 |
---|---|---|
committer | Kevin Mitchell <kevmitch@gmail.com> | 2015-09-10 23:46:06 -0700 |
commit | 269f271b7373091790be61fe38e37eb2c8cb98f8 (patch) | |
tree | 7c1fa8ac9d9ba9eeafcd8766d6892bb9b141cc61 /DOCS/man/options.rst | |
parent | fdf6e5f5aa0cf79b57894f9a32628c7c7af8bc10 (diff) | |
download | mpv-269f271b7373091790be61fe38e37eb2c8cb98f8.tar.bz2 mpv-269f271b7373091790be61fe38e37eb2c8cb98f8.tar.xz |
video: make --field-dominance set interlaced flag
fixes #2289
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r-- | DOCS/man/options.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index f1d045622a..69a2147b37 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -761,6 +761,10 @@ Video :top: top field first :bottom: bottom field first + .. note:: + + Setting either ``top`` or ``bottom`` will flag all frames as interlaced. + ``--frames=<number>`` Play/convert only first ``<number>`` video frames, then quit. |