readme: ffmpeg info

main
AlUlkesh 2023-01-20 07:22:18 +01:00
parent d86634640f
commit 0faf746f9e
1 changed files with 12 additions and 1 deletions

View File

@ -26,4 +26,15 @@ You can also make a video out of the intermediate images:
<img src="images/13655-sample.gif"/>
<img src="images/13642-sample.gif"/>
<p>MP4, with interpolation:<br>
<video src='https://user-images.githubusercontent.com/99896447/213034519-7b6ed42f-39d5-4994-a8b7-c85ec92bda84.mp4' autoplay loop></video>
<video src='https://user-images.githubusercontent.com/99896447/213034519-7b6ed42f-39d5-4994-a8b7-c85ec92bda84.mp4' autoplay loop></video>
## 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.