Skip to content

Roberto-Cichon/ASCII_Video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Video

Play any video on your terminal!

  • Sound included

How to use?

  1. Open 'ascii_video.py'

  2. Insert the video path (Use absolute or relative path)

  3. Select the video resolution

  4. Play the video

  5. Reduce the size of the characters and adjust the dimensions of the terminal until you can see the video correctly.

  6. Enjoy!

Dependencies

The code uses:

  • opencv-python
  • moviepy
  • pygame
  • numpy
  • pydub
pip install opencv-python moviepy pygame numpy pydub