VideoASCII_artConverter

General info

Simple python script for converting video file to ASCII art video file!

Works like that:

this took around 3 sec for every frame
sampleInput
sampleUotput

How to use

You run a the py script with following arguments:

python3 ASCI_video_converter.py video.avi -v

Save your video file in to input folder and script outputs in in output folder with the same name
If you wish to watch your frames converting live, add -v flag

I will try to improove it over time and add new functionality, Im open on submission

Note

You must to have installed libs:

  • Pillow (pip install Pillow)
  • OpenCV (pip install opencv-python)
  • numpy (pip install numpy)