Imagine is a small c program that renders video/images in terminal with ascii or unicode with colors! Imagine uses ffmpeg and ffplay for media extraction and uses pipeing and system calls.
yay -S imagine-term-git
Just clone and make
git clone --depth 1 https://github.com/spynetS/imagine
cd imagine
make
to install globaly
sudo ln -s $PWD/bin/imagine /usr/local/bin
imagine [options] path
-
-t
--type
- specifies mode, 0 ascii low res, 1 ascii high res, 2 unicode shades, (3 pixel mode) -
-c
--color
- specifies the color mode, 0 no color, (1 forground), 2 background -
Mute flag
-
If video and sound is not synced if video is delayed
2023 Alfred Roos