ViThumbs/ReadMe.md

24 lines
1.1 KiB
Markdown
Raw Permalink 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".
2022-01-19 11:24:56 +01:00
In my research I found a few tools for Windows, but only few for macOS and even less (none?) open source.
2022-01-19 11:22:54 +01:00
2022-01-19 11:24:56 +01:00
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.
2022-01-19 09:37:19 +01:00
2022-01-19 21:26:59 +01:00
## Example
2022-02-02 20:54:47 +01:00
![Example image generated from "Spring"](https://datenkeller.ministeriumfuerinternet.de/projects/Spring%20-%20Blender%20Open%20Movie.mp4_thumbs.jpg)
2022-01-19 21:26:59 +01:00
Example generated from [Spring](https://studio.blender.org/films/spring/) by Blender Studio
2022-01-19 10:29:21 +01:00
## Requirements
2022-01-19 11:22:54 +01:00
- [FFmpeg](https://www.ffmpeg.org/)
2022-02-02 20:06:22 +01:00
- FFprobe (comes with FFmpeg)
2022-01-19 10:29:21 +01:00
## Sources
- [Original gist](https://gist.github.com/zmwangx/11275000)
- [Forked project](https://github.com/romanwarlock/thumbnails)