All Projects → micooz → Pixelart

micooz / Pixelart

Licence: mit
video to character animation magic

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
Findergo
🐢 Open terminal quickly from Finder
Stars: ✭ 862 (+4210%)
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
Tui Consolelauncher
Linux CLI Launcher for Android
Stars: ✭ 861 (+4205%)
Mutual labels:  terminal
Irbtools
Improvements for Ruby's IRB console 💎︎
Stars: ✭ 868 (+4240%)
Mutual labels:  terminal
Emacs Libvterm
Emacs libvterm integration
Stars: ✭ 929 (+4545%)
Mutual labels:  terminal
Fund
Fund是一个方便在终端环境下追踪基金趋势的小工具
Stars: ✭ 15 (-25%)
Mutual labels:  terminal
Termynal
⬛️ Lightweight and modern terminal animations using async/await
Stars: ✭ 858 (+4190%)
Mutual labels:  terminal
Curlie
The power of curl, the ease of use of httpie.
Stars: ✭ 877 (+4285%)
Mutual labels:  terminal
Wego
weather app for the terminal
Stars: ✭ 6,918 (+34490%)
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
Radian
A 21 century R console
Stars: ✭ 878 (+4290%)
Mutual labels:  terminal
Devdash
🍱 Highly Configurable Terminal Dashboard for Developers and Creators
Stars: ✭ 939 (+4595%)
Mutual labels:  terminal
Tabulate
Table Maker for Modern C++
Stars: ✭ 862 (+4210%)
Mutual labels:  terminal
Awesome Windows Terminal
A collection of awesome things regarding the upcoming Windows Terminal
Stars: ✭ 20 (+0%)
Mutual labels:  terminal
Catimg
🦦 Insanely fast image printing in your terminal
Stars: ✭ 880 (+4300%)
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

license %e2%9d%a4

Play video as characters in terminal.

screenshot

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].