From dd02369c3223fda5bcb2658b15404d43232bb38f Mon Sep 17 00:00:00 2001 From: rr- Date: Thu, 13 Oct 2016 01:30:45 +0200 Subject: vo_tct: introduce modern caca alternative --- DOCS/man/vo.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'DOCS/man') 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=`` + 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. -- cgit v1.2.3