Add README.md
This commit is contained in:
parent
1e11e1ff3d
commit
c5fe5c513c
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# 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
|
||||||
|
```
|
||||||
|
|
||||||
|
Copyright (C) 2025 Lisa Honkay
|
Loading…
x
Reference in New Issue
Block a user