Skip to content

A simple script to convert live videos to ASCII art .🎨

Notifications You must be signed in to change notification settings

InsideLabs-Inc/RealTime_ASCII

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Real Time ASCII video converter

Demo

demo.mp4
  • This Demo was shot live (No Arjuns were harmed while recording)

How it Works

How it Works

  1. It takes input from your webcam and outputs a frame
  2. Converts the coloured frame to greyscale
  3. The Pixels are reassigned a character
  4. Then the characters are joined in a string
  5. Output is printed to the Terminal

The Illusion of Video.

The output it creates isn't actually a rendered video. As soon as the string is printed to the terminal it is also cleared from the terminal immediately and a new frame is printed simultaneously, Thus Creating the illusion of a video.

About

A simple script to convert live videos to ASCII art .🎨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%