Converts an input video into a serie of key frames for easier browsing.
Usage: ./key-frames-extractor <input video filename> <output location>
Helps to remove duplicates and almost duplicates from a specified pictures collection.
-
CMake
-
A C++14 compliant compiler
-
OpenCV compiled with FFmpeg and extra module img_hash
-
Qt
Use CMakeLists.txt
from the top directory. On Linux/X11 you can also build and run this project in a Docker container. Then Docker is required. Run docker/start.sh
for a quick start. Afterwards you can use created symlinks to the built applications in the root directory of a running container. Input data can be accessed via a mounted shared folder.