Moscow State University Video Quality Measurement Tool (VQMT)
VQMT is a tool that computes VMAF, SSIM, and PSNR, displaying the scores in a graph. It allows users to view the frames in the video, making it useful for measuring video quality metrics.
Link
Related resources
- Applying Objective Quality Metrics to Video-Codec ComparisonStudy of 789 encoded streams and 320k subjective scores analyzing VMAF correlation per colorspace for codec comparison.
- Comparing VVC, HEVC and AV1 using Objective and Subjective AssessmentsBristol Vision Institute study comparing VVC, HEVC, AV1 with both objective metrics (PSNR/VMAF) and subjective assessment data.
- RefractGuided AVIF/JPEG XL/WebP conversion tool using an iterative quality-search ("optometrist") approach.
- bitstream_based_modelsITU-T P.1203/P.1204 bitstream parser for H.264/H.265/VP9 extracting QP, motion vectors, and transform coefficient stats for quality modelin…
- VidaptiveDecouples video encoding from transport, pacing frames at congestion-control rate and dynamically retargeting encoder bitrate to CCA capaci…
- Differentiable VMAF Re-implementation on PyTorchDifferentiable PyTorch reimplementation of VMAF metric enabling gradient-based codec/RDO optimization, with companion code.
- Performance Comparison of AV1, JEM, VP9, and HEVC EncodersFraunhofer HHI SPIE 2017 paper comparing codec internals, BD-BR, and complexity across AV1, JEM, VP9, and HEVC.
- nano-hevcMinimal educational HEVC encoder written in pure Python, readable-over-fast, for teaching codec internals.
- Opus (xiph/opus)Reference implementation of the Opus audio codec, recently adding deep-learning-based packet loss concealment.
- dav1d.wasmWASM port of the dav1d AV1 decoder, SIMD-optimized with TypeScript interfaces, aimed at production use in browsers.