TwelveLabs Marengo — Video Embedding Model Documentation
Docs for a multimodal video embedding model supporting long-form video with shot-boundary segmentation, used for search, dedup and content understanding.
Link
Related resources
- TorchCodec Documentation — FFmpeg-Backed Video Decoding to TensorsMeta's library docs for decoding video/audio directly into PyTorch tensors with CPU and CUDA/NVDEC paths, index- and PTS-based frame access…
- PyTorch Blog: TorchCodec — Easy and Efficient Video DecodingOfficial launch post explaining TorchCodec's design, seeking/indexing model, GPU decode tradeoffs and benchmarks against prior PyTorch medi…
- PyNvVideoCodec API Programming GuideNVIDIA's Python bindings over the Video Codec SDK for GPU-accelerated decode/encode pipelines feeding ML and analytics workloads.
- 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.
- hdr10plus_tool — Codec Wiki Usage GuideCommunity reference with flags and FFmpeg pipe recipes for extracting, injecting and inspecting HDR10+ dynamic metadata in HEVC/MKV.
- FFmpeg 8.0 whisper Filter DocumentationReference for FFmpeg 8.0's built-in Whisper ASR filter: model selection, VAD, queueing, and SRT/JSON transcript output destinations.
- OpenTimelineIO DocumentationDocs for the OTIO editorial timeline interchange API and adapters, including per-object metadata handling for post-production workflows.
- Shutter Encoder DocumentationDocs for the professional FFmpeg-based conversion GUI, covering its encode/decode functions, subtitle generation via Whisper, upscaling, an…
- UVQ — Universal Video Quality (Google)Google's no-reference perceptual video quality model for user-generated content, scoring compression, content and distortion without a pris…
- MLT Framework — MLT XML DocumentationReference for authoring MLT XML producer/consumer graphs, the declarative render format behind Kdenlive, Shotcut and Flowblade.