EIDR Documentation Guide
Guide to the Entertainment Identifier Registry covering ID structure (10.5240/...), the minimum metadata set, and how records relate across versions and edits.
Link
Related resources
- MP4 Box Inspector (browser-local ISOBMFF visualizer)Client-side web tool that visualizes ISOBMFF/fMP4 box trees with offsets, sizes and parsed metadata without uploading the file anywhere.
- videohash — 64-bit Perceptual Video HashingPython library computing a 64-bit perceptual video hash via collage plus wavelet hashing, robust to transcoding, resizing and watermarking,…
- TMK+PDQF — Meta Video Fingerprinting AlgorithmsMeta's video hashing implementation producing fixed-length 256 KB TMK hashes with two-phase cosine matching, plus vPDQ for clip and subsequ…
- mp4analyzer — MP4 Box and Frame AnalyzerCLI and GUI MP4 analyzer that dumps boxes as JSON and renders a frame timeline showing I/P/B frame types plus decode versus presentation or…
- PySceneDetect Project Site and DocumentationOfficial docs for PySceneDetect covering detect-content and detect-adaptive algorithms, statsfile score export, and video splitting via ffm…
- Codec Wiki: XPSNR Metric GuideCommunity codec wiki page on XPSNR usage: the FFmpeg 7.0 HHI filter, (4*Y+U+V)/6 plane weighting, and the ~42 dB visually-lossless threshol…
- intro-skipper — Automatic Intro and Credits DetectionJellyfin plugin that detects intro and credit sequences using Chromaprint audio matching plus silence and black-frame analyzers, emitting s…
- An Overview of the JPEG AI Learning-Based Image Coding StandardIEEE overview paper describing JPEG AI's architecture and coding tools, the first standardized end-to-end learned codec.
- OpenColorIO command-line tools overviewReference for ociobakelut, ociocheck, ociochecklut, ocioconvert, ociodisplay and ocioarchive — the CLI toolkit for LUT baking and config va…
- OpenFX 1.5.1 Plugin API ReferenceComplete OFX plugin protocol specification covering actions, suites, clip preferences and coordinate systems for building host-portable vid…
- CCExtractor Command Line Usage ReferenceOfficial CCExtractor CLI reference covering --codec dvbsub/teletext, timing flags like -startat/-endat/-delay, -fixptsjumps and DVB subtitl…
- DaVinci Resolve Scripting API Reference (Community Wiki)Browsable Markdown mirror of the official DaVinci Resolve scripting API for automating project, timeline and render operations.
- CICP Code Point Reference (libavif Wiki)Practical ITU-T H.273 CICP tables for colour primaries, transfer characteristics and matrix coefficients as used when signalling colour in…
- Fraunhofer NNCodec — MPEG Neural Network Coding Reference ImplementationOpen implementation of ISO/IEC 15938-17 (MPEG NNC) for compressing neural networks, conformant as of the 2.0 beta.