From c5fe5c513c1a0706d1217d197bfef0f9de4b7c71 Mon Sep 17 00:00:00 2001 From: Lisa Date: Fri, 11 Apr 2025 20:55:23 +0200 Subject: [PATCH] Add README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md 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