Turn videos into ASCII pixel art! Use your webcam feed or upload a video, then use the controls to adjust the colors, resolution, text style, etc...
Live website: https://collidingscopes.github.io/ascii
The code used to create the animation is quite resource-intensive, so it may run with some lag if your computer doesn't have enough computing power, too many tabs open, low battery, etc.
This project is coded using Javascript, HTML canvas, and CSS. Video creation and encoding is done using mp4 muxer.
I do not have access to any of the videos that you upload here, as all processing is done "client-side" (i.e., no videos or images are saved/stored by me — they stay on your computer only).
Enormous thanks and credits to Aleksandr Kubarskii, whose code served as the foundation for this project.
This is an open source project provided under an MIT license