Skip to content

spynetS/imagine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imagine

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.

Screenshots

Screen1 Screen2 Screen3

Installation

There is a aur package for arch distros

yay -S imagine-term-git

Manual

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

Usage

imagine [options] path

Options

  • -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

Author

2023 Alfred Roos

About

Image viewer in terminal written with C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published