ReadMe update

This commit is contained in:
Jan Jastrow 2022-01-19 11:22:54 +01:00
parent 18c26f40e8
commit 5b443da434
1 changed files with 5 additions and 4 deletions

View File

@ -6,12 +6,13 @@ Create tiled video thumbnail images with metadata
I was looking for a simple tool to create video thumbnail files, like I created years ago with "Media Player Classic".
In my research I found a few tools for Windows, but only few for macOS and even less (none) open source.
But instead a found the original zsh/bash script from @zmwangx and the fork of @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 finally.
But instead a found the original 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.
## Requirements
- FFMPEG
- Imagemagick
- [FFmpeg](https://www.ffmpeg.org/)
- [ImageMagick](https://imagemagick.org/)
## Sources
- [Original gist](https://gist.github.com/zmwangx/11275000)