Add README.md

This commit is contained in:
Lisa 2025-04-11 20:55:23 +02:00
parent 1e11e1ff3d
commit c5fe5c513c

19
README.md Normal file
View 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