From 0faf746f9eaa6653d2c59150cb97531411f9828a Mon Sep 17 00:00:00 2001 From: AlUlkesh <99896447+AlUlkesh@users.noreply.github.com> Date: Fri, 20 Jan 2023 07:22:18 +0100 Subject: [PATCH] readme: ffmpeg info --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4979405..b81b0c5 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,15 @@ You can also make a video out of the intermediate images:

MP4, with interpolation:
- \ No newline at end of file + + +## Requirements +For video generation ffmpeg needs to be in your path. + +General information about ffmpeg downloads: +https://ffmpeg.org/download.html + +For Windows it probably is easiest to download one of the release packages: +https://www.gyan.dev/ffmpeg/builds/#release-builds + +unpack it whereever you want and then put the path to the bin folder in your path environment variable.