/ascii-video-player

Primary LanguagePythonMIT LicenseMIT

ASCII Video Player

Usage

To play video in terminal:

python ascii_video_player.py --file /bad_apple_demo.mp4 --output string --width 100

To play video in a window:

python ascii_video_player.py --file /bad_apple_demo.mp4 --output image --width 100

To use your own video, place the file in the input folder and replace the file name in the above command.