mirror of https://github.com/mpv-player/mpv
DOCS/vo.rst: TCT: add note on interleaved output
This commit is contained in:
parent
557e9d9531
commit
8ec61c366a
|
@ -358,12 +358,17 @@ Available video output drivers are:
|
||||||
|
|
||||||
``tct``
|
``tct``
|
||||||
Color Unicode art video output driver that works on a text console.
|
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
|
By default depends on support of true color by modern terminals to display
|
||||||
at full color range. On Windows it requires an ansi terminal such as mintty.
|
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
|
Since mpv 0.30.0, you may need to use ``--profile=sw-fast`` to get decent
|
||||||
performance.
|
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>``
|
``--vo-tct-algo=<algo>``
|
||||||
Select how to write the pixels to the terminal.
|
Select how to write the pixels to the terminal.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue