Ascii-video-player πΊ
Play video πΊ files in real time directly in your terminal.
Installation π¦
β οΈ Before all, you need to have OpenCV 4.x installed
With make - Linux π§
Build
# π ascii-video-player/
make
# βοΈ binary -> build/ascii-video-player
Add binary to bin folder
make install
Build from source - Linux π§ & Windows πͺ
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.
Usage π
Examples β¨
The two videos are provided in the repository.
And yes, all this in your terminal.
# π ascii-video-player
ascii-video-player bad-apple.mp4
# π ascii-video-player
ascii-video-player bad-apple-amv-colored.mp4 -b
Uninstall π
With make
Run make uninstall
# π ascii-video-player
make uninstall
Or
Just remove the binary
sudo rm /usr/bin/ascii-video-player
final
If you have any problem, donβt hesitate to open an issue
contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.