FAST-VQA and FasterVQA — Fragment-Sampling No-Reference VQA
Official code for FAST-VQA (ECCV 2022) and FasterVQA (TPAMI 2023), Swin-based no-reference video quality models using fragment sampling, with a multi-thread variant running ~14x real-time on CPU.
Link
Related resources
- Subjective and Objective Quality Assessment of Banding Artifacts on Compressed Videos (CBAND)2025 paper presenting the CBAND no-reference banding metric and the LIVE-YT-Banding dataset (160 AV1-encoded videos, 7,200 opinions), usabl…
- ColorVideoVDP: A Visual Difference Predictor for Image, Video and Display DistortionsACM TOG paper introducing CVVDP, a spatiotemporal luma+chroma visual difference predictor that models display geometry and photometry and o…
- MSU Video Quality Measurement Tool (VQMT)MSU Graphics & Media Lab's tool suite computing dozens of full-reference and no-reference video quality metrics, with fast SSIM/MS-SSIM…
- mpv-AnimeJaNai — real-time ML upscaling in mpvReal-time 1080p to 4K upscaling inside mpv using compact Real-ESRGAN ONNX models via TensorRT/DirectML and VapourSynth.
- DaVinci Resolve Scripting API Reference (Community Wiki)Browsable Markdown mirror of the official DaVinci Resolve scripting API for automating project, timeline and render operations.
- OpenColorIO command-line tools overviewReference for ociobakelut, ociocheck, ociochecklut, ocioconvert, ociodisplay and ocioarchive — the CLI toolkit for LUT baking and config va…
- EIDR Documentation GuideGuide to the Entertainment Identifier Registry covering ID structure (10.5240/...), the minimum metadata set, and how records relate across…
- 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.
- 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…
- 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…
- CCExtractor Command Line Usage ReferenceOfficial CCExtractor CLI reference covering --codec dvbsub/teletext, timing flags like -startat/-endat/-delay, -fixptsjumps and DVB subtitl…
- ViSQOL v3 — Objective Audio and Speech Quality MetricGoogle's full-reference perceptual audio/speech quality metric producing MOS-LQO scores, with C++ CLI/API, Python bindings and a retrainabl…
- OpenFX 1.5.1 Plugin API ReferenceComplete OFX plugin protocol specification covering actions, suites, clip preferences and coordinate systems for building host-portable vid…
- 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.