From fd3e294f399aef93209308cd4323909012fc6934 Mon Sep 17 00:00:00 2001 From: Linden Crandall Date: Thu, 17 Aug 2023 14:37:05 +0900 Subject: [PATCH] ffmpeg windows install instructions --- backend/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/backend/README.md b/backend/README.md index 5eec1ba..3688a35 100644 --- a/backend/README.md +++ b/backend/README.md @@ -12,6 +12,12 @@ sudo apt-get install net-tools sudo apt install ffmpeg ``` +- for windows, install 7-zip first: + https://www.7-zip.org/ +- then you can extract the ffmpeg-git-essentials.7z windows file her: + +https://www.gyan.dev/ffmpeg/builds/ + - install postgres ``` sudo apt install libpq-dev