23 lines
657 B
Markdown
23 lines
657 B
Markdown
# video-to-asci
|
|
|
|
Copyright (C) 2025 Lisa Honkay
|
|
|
|
Before running install FFMPEG!
|
|
```
|
|
apt install ffmpeg
|
|
```
|
|
and npm modules!
|
|
```
|
|
npm install fluent-ffmpeg sharp chalk
|
|
```
|
|
|
|
Start using
|
|
```
|
|
node video2.mjs --path /home/name/Downloads/video.mp4 --fps 24
|
|
```
|
|
|
|
TIPS:
|
|
Use it on atleast 10 vCores CPU! Recommended FPS for good play speed and performance is 24 (it looks decent!) and 60 fps (a bit slow ;c)
|
|
You can set resolution / upscalling by --resolution *UNTESTED! NOT Recommended! Use ctrl + - and ctrl + + in terminal instead to make it bigger/smaller, you can move/resize terminal video will be adapted to it instantly!*
|
|
|
|
Copyright (C) 2025 Lisa Honkay |