From fbc2d465b9935d4e785807f07f0f3e532e40575b Mon Sep 17 00:00:00 2001 From: jan Date: Wed, 19 Jan 2022 21:26:59 +0100 Subject: [PATCH] Added example --- ReadMe.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 0d2b3d0..0a3420c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -10,9 +10,12 @@ In my research I found a few tools for Windows, but only few for macOS and even Instead I found a zsh/bash script from [@zmwangx](https://github.com/zmwangx) and the fork of [@romanwarlock](https://github.com/romanwarlock) which were looking promising. Since I'm no expert in FFmpeg nor shell scripting I had some trouble adapting the script to my needs initially, but improved eventually. +## Example +![Example image generated from "Spring"](https://datenkeller.ministeriumfuerinternet.de/projects/Spring%20-%20Blender%20Open%20Movie.mp4_vithumbs.jpg) +Example generated from [Spring](https://studio.blender.org/films/spring/) by Blender Studio + ## Requirements - [FFmpeg](https://www.ffmpeg.org/) -- [ImageMagick](https://imagemagick.org/) ## Sources - [Original gist](https://gist.github.com/zmwangx/11275000)