Simple python script for converting video file to ASCII art video file!
this took around 3 sec for every frame
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
You must to have installed libs:
- Pillow (pip install Pillow)
- OpenCV (pip install opencv-python)
- numpy (pip install numpy)