Play any video on your terminal!
- Sound included
-
Open 'ascii_video.py'
-
Insert the video path (Use absolute or relative path)
-
Select the video resolution
-
Play the video
-
Reduce the size of the characters and adjust the dimensions of the terminal until you can see the video correctly.
-
Enjoy!
The code uses:
- opencv-python
- moviepy
- pygame
- numpy
- pydub
pip install opencv-python moviepy pygame numpy pydub