From 02d2c2cc9722dbda832917118bd4190a38e70f5a Mon Sep 17 00:00:00 2001 From: "Avi Halachmi (:avih)" Date: Sat, 22 Oct 2016 02:38:32 +0300 Subject: vo_tct: optional custom size, support non-posix with 80x25 default Also, replace the UTF8 half block char at the source code with C escape. --- DOCS/man/vo.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'DOCS/man/vo.rst') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index 039411a40c..9575948eea 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -390,7 +390,7 @@ 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. + at full color range. On Windows it requires an ansi terminal such as mintty. ``--vo-tct-algo=`` Select how to write the pixels to the terminal. @@ -402,6 +402,10 @@ Available video output drivers are: Uses spaces. Causes vertical resolution to drop twofolds, but in theory works in more places. + ``--vo-tct-width=`` ``--vo-tct-height=`` + Assume the terminal has the specified character width and/or height. + These default to 80x25 if the terminal size cannot be determined. + ``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