RameshAditya / asciify

Convert any image into ASCII Art.
1.14k stars 166 forks source link

Add support for videos #9

Open RameshAditya opened 5 years ago

RameshAditya commented 5 years ago

The idea is to allow users to stream videos in the terminal, by ascii-fying video frames as the video is playing.

vishal-wadhwa commented 5 years ago

Hi!

I would like to work on this but I want to confirm whether you want to play the video as ascii on terminal or stream a live video. Because you say stream which kind of confuses me.

RameshAditya commented 5 years ago

My initial statement meant "Stream a video file on the terminal" - so not live.

But both are pretty cool features - so I'd say pick whichever you may find easier to implement. :slightly_smiling_face:

vishal-wadhwa commented 5 years ago

Oh! Okay. Thanks for clearing out. I will be working on implementing the play-video-file-as-ascii feature for now. :)