micooz / Pixelart
Licence: mit
video to character animation magic
Stars: ✭ 20
Programming Languages
javascript
184084 projects - #8 most used programming language
Projects that are alternatives of or similar to Pixelart
C Sharp Console Gui Framework
A GUI framework for C# console applications
Stars: ✭ 838 (+4090%)
Mutual labels: terminal
Create Component App
Tool to generate different types of React components from the terminal. 💻
Stars: ✭ 879 (+4295%)
Mutual labels: terminal
Ws50 Sync
ws50-sync is a python based program which pulls air quality data from your Withings account and stores it directly in a Domoticz DB.
Stars: ✭ 8 (-60%)
Mutual labels: terminal
Termynal
⬛️ Lightweight and modern terminal animations using async/await
Stars: ✭ 858 (+4190%)
Mutual labels: terminal
Bashhub Client
☁️ Bash history in the cloud. Indexed and searchable.
Stars: ✭ 858 (+4190%)
Mutual labels: terminal
Tui
A text-based user interface library for golang based on termbox
Stars: ✭ 12 (-40%)
Mutual labels: terminal
Kitty Themes
A collection of themes for kitty terminal 😻
Stars: ✭ 834 (+4070%)
Mutual labels: terminal
Devdash
🍱 Highly Configurable Terminal Dashboard for Developers and Creators
Stars: ✭ 939 (+4595%)
Mutual labels: terminal
Awesome Windows Terminal
A collection of awesome things regarding the upcoming Windows Terminal
Stars: ✭ 20 (+0%)
Mutual labels: terminal
Closestx11color
Find the closest xterm-256 colors (between 0 and 255) to an arbitrary HTML hexa color (e.g. #ABCDEF)
Stars: ✭ 13 (-35%)
Mutual labels: terminal
pixelart
Play video as characters in terminal.

Prerequisites
- Node.js 8.x or above
- ffmpeg 3.x or above
Extract Video & Audio Frames
Prepare a video that ffmpeg can decode from, then type the following commands in your terminal:
$ mkdir frames
$ ./extract.sh video.mp4 0:0:0 1000 ./frames
This will convert each frame to text files for later animation.
Play in Terminal
Play video in 30 fps:
$ node play.js ./frames 30
License
MIT
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].