KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
pixelart
★ 23
Open GitHub ↗
video to character animation magic
Download README (.md)
Explore Similar Repositories
HTYFloatBall
:
Linux 平台基于 Qt5 的网速浮窗
3proxy-archive
:
3proxy archive for older versions
DLSC
:
document level sentiment classification implemented by tensorflow.
postcss-icon
:
PostCSS plugin that adds `css icons` from icon sets
musica
:
MuSiCa - Mutational Signatures in Cancer
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pixelart
?
Download (.md)
# pixelart [](https://github.com/micooz/pixelart/blob/master/LICENSE) [](https://github.com/micooz/pixelart) Play video as characters in terminal. <img src="screenshot.png" alt="screenshot" width="480" height="320"/> ## 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