/Video-To-Ascii-CMD

Repository to create Ascii art in CMD based on video file.

Primary LanguagePython

Video-To-Ascii-CMD

Repository to create Ascii art in CMD based on video file.

Description

Made to take any file format, and transform it into ascii art, displayed as a video in the cmd. Written in Python 3.9 for Windows.

Video

A test of the script: https://youtu.be/1o3KdnBJ0p0.
Video to Ascii Art Generator

Usage (Windows)

The included .avi file is an example you are free to use.

To run the script on a custom video use command python main.py path/videoExample.mp4 60 2.5

If the cmd formatting is wrong, try zooming a little and remember to make cmd fullscreen. I made my cmd fullscreen, and zoomed out one tic.

Example of execution of the script on the example video (as seen in video): python main.py 0001-0075.avi 60 2.5

For more detail, look under 'credit' and read jsimb's description. The numbers in the cmd line is the same.

Contact

Feel free to contact me:

Twitter: https://twitter.com/samuel1212703

Mail: samuel.jakobsen321@gmail.com

Credit

The ascii part of the script was made using: https://github.com/jsimb/image-to-ascii