Hana is a video thumbnails generator. It creates thumbnail images from video files and join them in one image.
Report bugs or request features
Features
- parallel processing
- set number of rows and columns
- toggle file info
- set thumbnail width and spacing
- set background and text colors
Output image
Installation
Easiest way to install is through flatpak, flatpaks should work on all distros.
flatpak install flathub org.kde.hana
flatpak run org.kde.hana
If you don’t like flatpak you can build from source or ask the your distro to provide a package.
Dependencies
Dependencies will be printed by cmake when trying to build. Or can be found in the main CMakeLists.txt file, look for find_package.
Build
git clone https://invent.kde.org/multimedia/hana
cd hana
cmake -B build -G Ninja
cmake --build build