diff --git a/README.md b/README.md new file mode 100644 index 0000000..026f8da --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file