DOCS/vo.rst: TCT: add note on interleaved output

This commit is contained in:
Avi Halachmi (:avih) 2020-08-16 12:22:22 +03:00
parent 557e9d9531
commit 8ec61c366a
1 changed files with 7 additions and 2 deletions

View File

@ -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.