diff options
author | wm4 <wm4@nowhere> | 2012-11-15 14:25:20 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2012-11-16 21:21:14 +0100 |
commit | d7de05f6c15d29b11a2d21da1b071d625f060af8 (patch) | |
tree | 701ef3ddb513c40371dc41abb5df54b3bee7d95f /DOCS/man/en/vf.rst | |
parent | 88cfe47614f18b031b659c13951190405a0c8d31 (diff) | |
download | mpv-d7de05f6c15d29b11a2d21da1b071d625f060af8.tar.bz2 mpv-d7de05f6c15d29b11a2d21da1b071d625f060af8.tar.xz |
manpage: various fixes
Diffstat (limited to 'DOCS/man/en/vf.rst')
-rw-r--r-- | DOCS/man/en/vf.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index 31947e82b6..f96fb20ac9 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -515,9 +515,7 @@ divtc[=options] and can resync at the exact spot. These passes do *not* correspond to pass one and two of the encoding process. You must run an extra pass using divtc pass one before the actual encoding throwing the resulting video - away. Use ``--nosound --ovc=raw -o /dev/null`` to avoid wasting CPU power - for this pass. You may add something like ``crop=2:2:0:0`` after divtc to - speed things up even more. Then use divtc pass two for the actual + away. Then use divtc pass two for the actual encoding. If you use multiple encoder passes, use divtc pass two for all of them. The options are: @@ -663,6 +661,9 @@ screenshot not always safe to insert this filter by default. See the ``Taking screenshots`` section for details. +screenshot_force + Same as ``screenshot``, but prefer it over VO based screenshot code. + sub Moves subtitle rendering to an arbitrary point in the filter chain, or force subtitle rendering in the video filter as opposed to using |