/ASCII_Video

Play any video on your terminal!

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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