Skip to content

Commit

Permalink
readme: ffmpeg info
Browse files Browse the repository at this point in the history
  • Loading branch information
AlUlkesh committed Jan 20, 2023
1 parent d866346 commit 0faf746
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0faf746

Please sign in to comment.