ViThumbs/ReadMe.md

19 lines
729 B
Markdown
Raw Normal View History

2022-01-19 10:32:48 +01:00
# ViThumbs
2022-01-19 09:37:19 +01:00
2022-01-19 10:32:48 +01:00
Create tiled video thumbnail images with metadata
2022-01-19 10:29:21 +01:00
## About
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.
2022-01-19 09:37:19 +01:00
2022-01-19 10:29:21 +01:00
## Requirements
- FFMPEG
- Imagemagick
## Sources
- [Original gist](https://gist.github.com/zmwangx/11275000)
- [Forked project](https://github.com/romanwarlock/thumbnails)