Skip to content

timothewt/Video2ASCII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video2ASCII

CLI tool that converts a video into ASCII characters. This allows you to play any video in the console, either for fun or for convenience, e.g., when you're connected to a remote via SSH.

How to use

  1. Clone the repository
git clone https://github.com/timothewt/Video2ASCII.git
cd Video2ASCII
mkdir build
cd build
cmake ..
make
  1. Start the program with by specifying a video file path
./video2ascii /path/to/video.mp4

Demonstration

Input Result
Input Result

Dependencies

  • OpenCV

To Do

  • Save the ASCII video (GIF ?)
  • Keyboard control (play/pause)

License

Apache License 2.0

About

CLI tool to convert a video into ASCII

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published