DSBD — Deep Shot Boundary Detection at Scale
Spatio-temporal CNN for shot boundary detection with an accompanying dataset emphasizing gradual transitions.
Link
Related resources
- AutoShot — A Short Video Dataset and State-of-the-Art Shot Boundary DetectionPaper introducing a short-video shot-boundary dataset and model that outperforms TransNetV2 on subtle transitions, with released code.
- PySceneDetect DocumentationCanonical docs for PySceneDetect's CLI and Python API: content/adaptive/threshold detectors and ffmpeg/mkvmerge-based video splitting.
- TwelveLabs Marengo — Video Embedding Model DocumentationDocs for a multimodal video embedding model supporting long-form video with shot-boundary segmentation, used for search, dedup and content…
- YoMo — dockerized active QoE measurement for streamingContainerized active measurement harness from Uni Würzburg that automates browser playback sessions and extracts QoE metrics (startup delay…
- BAND-2k — banding artifact database and detectorDataset of 2,000 banding images plus a dual-CNN banding evaluator that vastly outperforms CAMBI on banding-quality correlation (SRCC 0.88 v…
- PyNvVideoCodec API Programming GuideNVIDIA's Python bindings over the Video Codec SDK for GPU-accelerated decode/encode pipelines feeding ML and analytics workloads.
- hdr10plus_tool — Codec Wiki Usage GuideCommunity reference with flags and FFmpeg pipe recipes for extracting, injecting and inspecting HDR10+ dynamic metadata in HEVC/MKV.
- ColorVideoVDP — reference implementationPyTorch implementation of the ColorVideoVDP full-reference metric (SIGGRAPH 2024), usable as a CLI quality tool or as a differentiable perc…
- ColorVideoVDP — color spatiotemporal visible difference predictor (Cambridge Rainbow Group)Project page for ColorVideoVDP, a full-reference perceptual video quality metric modeling chromatic and spatiotemporal contrast sensitivity…
- QTGMC — AviSynth Wiki ReferenceCanonical parameter reference for QTGMC, the highest-quality motion-compensated deinterlacer, including double-rate output and FPSDivisor s…
- VapourSynth Python ReferenceCanonical scripting API reference for VapourSynth's frameserver, covering core.std, resize and text filter namespaces used in high-end enco…
- MLT Framework — MLT XML DocumentationReference for authoring MLT XML producer/consumer graphs, the declarative render format behind Kdenlive, Shotcut and Flowblade.