Play video πΊ files in real time directly in your terminal.
β οΈ Before all, you need to have OpenCV 4.x installed
Build
# π ascii-video-player/
make
# βοΈ binary -> build/ascii-video-player
Add binary to bin folder
make install
Create a build folder
# π ascii-video-player
mkdir build
cd build
Initialize CMake
# π ascii-video-player
cmake ..
Build
# π ascii-video-player
make
[ LINUX ONLY ] : Move the binary
# π ascii-video-player
sudo cp ascii-video-player /usr/local/bin/
On windows the executable will be build\ascii-video-player
you can move it wherever you want.
The two videos are provided in the repository.
# π ascii-video-player
ascii-video-player bad-apple.mp4
# π ascii-video-player
ascii-video-player bad-apple-amv-colored.mp4 -b
Run make uninstall
# π ascii-video-player
make uninstall
Just remove the binary
sudo rm /usr/bin/ascii-video-player
If you have any problem, don't hesitate to open an issue
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.