summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrr- <rr-@sakuya.pl>2016-10-13 01:30:45 +0200
committerwm4 <wm4@nowhere>2016-10-20 14:59:54 +0200
commitdd02369c3223fda5bcb2658b15404d43232bb38f (patch)
treec14d6a356103f6290add7e2548bcb909cca93fbe /DOCS
parent768448305292f50c72533597c25992b70e8e42ac (diff)
downloadmpv-dd02369c3223fda5bcb2658b15404d43232bb38f.tar.bz2
mpv-dd02369c3223fda5bcb2658b15404d43232bb38f.tar.xz
vo_tct: introduce modern caca alternative
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 34302f9a3f..fde62b4999 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -387,6 +387,21 @@ Available video output drivers are:
.. note:: This driver is a joke.
+``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.
+
+ ``--vo-tct-algo=<algo>``
+ Select how to write the pixels to the terminal.
+
+ half-blocks
+ Uses unicode LOWER HALF BLOCK character to achieve higher vertical
+ resolution. (Default.)
+ plain
+ Uses spaces. Causes vertical resolution to drop twofolds, but in
+ theory works in more places.
+
``image``
Output each frame into an image file in the current directory. Each file
takes the frame number padded with leading zeros as name.