Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collidingscopes/ascii
Turn videos into ASCII pixel art using js and html canvas
https://github.com/collidingscopes/ascii
animation art ascii canvas html javascript pixel video
Last synced: 1 day ago
JSON representation
Turn videos into ASCII pixel art using js and html canvas
- Host: GitHub
- URL: https://github.com/collidingscopes/ascii
- Owner: collidingScopes
- License: mit
- Created: 2024-08-12T09:55:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T14:16:58.000Z (5 months ago)
- Last Synced: 2025-01-14T11:12:31.051Z (8 days ago)
- Topics: animation, art, ascii, canvas, html, javascript, pixel, video
- Language: JavaScript
- Homepage: https://collidingscopes.github.io/ascii/
- Size: 19.9 MB
- Stars: 107
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.txt
Awesome Lists containing this project
README
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.
License
=======
This is an open source project provided under an MIT license