summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2020-08-16 12:22:22 +0300
committerAvi Halachmi (:avih) <avihpit@yahoo.com>2020-08-16 12:26:27 +0300
commit8ec61c366a0e0fad0732102782ba182a75e7508c (patch)
treeac47b39fd49d6e6cee9e4a04ebbde5d055072adf /DOCS/man
parent557e9d95317baf54e035e4fabfd45b15e6d6e708 (diff)
downloadmpv-8ec61c366a0e0fad0732102782ba182a75e7508c.tar.bz2
mpv-8ec61c366a0e0fad0732102782ba182a75e7508c.tar.xz
DOCS/vo.rst: TCT: add note on interleaved output
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/vo.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index c09747b89d..d97bdba537 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -358,12 +358,17 @@ 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. On Windows it requires an ansi terminal such as mintty.
+ By default depends on support of true color by modern terminals to display
+ the images at full color range, but 256-colors outout is also supported (see
+ below). On Windows it requires an ansi terminal such as mintty.
Since mpv 0.30.0, you may need to use ``--profile=sw-fast`` to get decent
performance.
+ Note: the TCT image output is not synchronized with other terminal output
+ from mpv, which can lead to broken images. The options ``--no-terminal`` or
+ ``--really-quiet`` can help with that.
+
``--vo-tct-algo=<algo>``
Select how to write the pixels to the terminal.