summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2016-10-22 02:38:32 +0300
committerJames Ross-Gowan <rossymiles@gmail.com>2016-10-25 00:03:01 +1100
commit02d2c2cc9722dbda832917118bd4190a38e70f5a (patch)
treef52705950c22901ef2d8bcb7ce3b33b06c1abd5e /DOCS
parent6e143ffec327b3f3afdd682aea14c5d15628fbe8 (diff)
downloadmpv-02d2c2cc9722dbda832917118bd4190a38e70f5a.tar.bz2
mpv-02d2c2cc9722dbda832917118bd4190a38e70f5a.tar.xz
vo_tct: optional custom size, support non-posix with 80x25 default
Also, replace the UTF8 half block char at the source code with C escape.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 039411a40c..9575948eea 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -390,7 +390,7 @@ Available video output drivers are:
``tct``
Color Unicode art video output driver that works on a text console.
Depends on support of true color by modern terminals to display the images
- at full color range.
+ at full color range. On Windows it requires an ansi terminal such as mintty.
``--vo-tct-algo=<algo>``
Select how to write the pixels to the terminal.
@@ -402,6 +402,10 @@ Available video output drivers are:
Uses spaces. Causes vertical resolution to drop twofolds, but in
theory works in more places.
+ ``--vo-tct-width=<width>`` ``--vo-tct-height=<height>``
+ Assume the terminal has the specified character width and/or height.
+ These default to 80x25 if the terminal size cannot be determined.
+
``image``
Output each frame into an image file in the current directory. Each file
takes the frame number padded with leading zeros as name.