video-keyframe-detector
Lightweight Python CLI extracting keyframes via peak estimation on frame-difference signal, no ML dependencies.
Link
Related resources
- video-black-frame-detection — black/scene boundary detectorFFmpeg + OpenCV black-frame detector for scene/ad-break/chapter boundaries, with optional LLM analysis and JSON/SRT output via REST API or…
- Scene Detection Policies and Keyframe Extraction Strategies for Large-Scale Video Analysis2025 paper comparing scene-detection policies and keyframe extraction strategies at scale.
- Katnapip-installable MIT library for automated keyframe extraction (LUV color-diff), video compression, and smart image cropping.
- LMSKE — Keyframe Extraction for Video SummarizationLarge-model sequential keyframe extraction pipeline combining TransNetV2 shot segmentation, CLIP features, and adaptive clustering.
- MKV-Chapter-Maker — auto chapters via black/silence/sceneAutomatically generates MKV chapters using black-frame, silence or scene detection and writes them via mkvpropedit without re-encoding.
- SceneSeg (Local-to-Global Scene Segmentation)CVPR 2020 multimodal movie scene segmentation using place and audio features on the MovieNet dataset; reference ML baseline with code.
- AutoShotCVPR-NAS 2023 shot boundary detection model with a NAS-optimized architecture and the new SHOT dataset (853 videos, 11,606 annotations).
- ITU-T P.1203 reference implementationOfficial Python reference implementation of the ITU-T P.1203 HTTP adaptive streaming QoE model (modes 0-3), outputting per-second and integ…
- AutoSubSyncSubtitle auto-sync GUI wrapping ffsubsync/autosubsync/alass; can sync against a reference subtitle instead of the video.
- butteraugli (Rust port)Pure Rust port of Butteraugli from libjxl with XYB color, visual masking, and multi-scale bands, validated to within 0.001% of the referenc…