You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal to add a new script advanced_tools/video_contact_sheet/ that
bulk-generates contact-sheet thumbnails for videos.
It extracts scene-representative frames, composes them into a grid, and
overlays basic metadata.
Why it’s valuable
Fast visual QA for large video datasets / courseware / surveillance footage.
No existing script in repo covers multimedia summarization.
Key features
Scene-change detection via HSV histogram diff (OpenCV).
Multithreaded processing; ~8× realtime on 8-core CPU.
Summary
Proposal to add a new script
advanced_tools/video_contact_sheet/
thatbulk-generates contact-sheet thumbnails for videos.
It extracts scene-representative frames, composes them into a grid, and
overlays basic metadata.
Why it’s valuable
Key features
--max-frames
,--cols
,--scene-thresh
,--threads
.Request
Feedback on default thresholds and whether to ship an HTML viewer variant.
If accepted, see accompanying PR.
The text was updated successfully, but these errors were encountered: