vidscii is a command-line tool that converts video files into ASCII art in real-time. It offers various options to customize the ASCII characters used, display the actual video alongside the ASCII output, and reverse the character set. This project leverages the OpenCV library for video processing and terminal control libraries for rendering ASCII art.
- Convert video files to ASCII art in real-time.
- Customize the ASCII character set.
- Option to display the actual video alongside the ASCII output.
- Option to reverse the ASCII character set.
- C++11 or later
- OpenCV 4.x or later
- Terminal control libraries (unistd.h, ioctl.h)
-
Ensure you have OpenCV installed on your system.
-
Clone this repository:
git clone git@github.com:SahooBishwajeet/vidscii.git
-
Navigate to the project directory:
cd vidscii
-
Generate the Makefile:
cmake .
-
Build the project:
make
./bin/main [options] <Video_Path>\n
Options
-h
: Display this help message.-v
: Show the actual video alongside the ASCII output (default: false).-r
: Reverse the ASCII character set (default: false).-c <"charset">
: Specify the ASCII character set to use (default: '*+=-:. ').