2020-01-14 20:50:16 +00:00
|
|
|
|
% notcurses-view(1)
|
|
|
|
|
% nick black <nickblack@linux.com>
|
2020-02-05 09:08:42 +00:00
|
|
|
|
% v1.1.6
|
2020-01-14 20:50:16 +00:00
|
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
|
|
|
|
|
notcurses-view - Render images and video to the console
|
|
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
2020-01-17 09:31:46 +00:00
|
|
|
|
**notcurses-view** [**-h|--help**] [**-d delaymult**] [**-l loglevel**] [**-s scalemode**] files
|
2020-01-14 20:50:16 +00:00
|
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
|
|
**notcurses-view** uses the FFmpeg libraries and notcurses to render images
|
|
|
|
|
and videos to the terminal. Media will be scaled to the terminal's size.
|
|
|
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
|
|
**-d delaymult**: Apply a rational multiplier to the standard delay of 1s.
|
|
|
|
|
|
|
|
|
|
**-l loglevel**: Log everything (high log level) or nothing (log level 0) to stderr.
|
|
|
|
|
|
2020-01-17 09:31:46 +00:00
|
|
|
|
**-s scalemode**: Scaling mode, one of **none**, **scale**, or **stretch**.
|
|
|
|
|
|
2020-01-14 20:50:16 +00:00
|
|
|
|
files: Select which files to render, and what order to render them in.
|
|
|
|
|
|
|
|
|
|
# NOTES
|
|
|
|
|
Optimal display requires a terminal advertising the **rgb** terminfo(5)
|
|
|
|
|
capability, or that the environment variable **COLORTERM** is defined to
|
|
|
|
|
**24bit** (and that the terminal honors this variable), along with a good
|
|
|
|
|
monospaced font supporting the Unicode Block Drawing Characters.
|
|
|
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
notcurses(3notcurses), notcurses_ncvisual(3), terminfo(5)
|