Basic info of a video should include far more metadata #1473
RustoMCSpit
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I right click on a video to see its properties, the basic info tab should include resolution, bit rate, bit depth, colour profile, and frame rate.
Basic set of metadata:
Advanced set of metadata:
Camera info:
You could also quantitative video comparison features if you wanted to go the extra mile:
Full-Reference (FR) Metrics
Numerical similarity: PSNR / SSIM
Visual differences: blend=difference (like in ffmpeg)
Exact per-frame identity: MD5 + diff
Perceptual quality score: ffmpeg with libvmaf (VMAF)
Frame difference heatmap: ffmpeg psnrdiff / custom diff maps
Motion/temporal artifacts: ffmpeg temporal_diff / optical flow
No-Reference (NR) Metrics
NIQE (Naturalness Image Quality Evaluator)
BRISQUE (Blind/Referenceless Image Spatial Quality Evaluator)
PIQE (Perception-based Image Quality Evaluator)
V-BLIINDS (Video BLIINDS)
NR-VQM (No-Reference Video Quality Metrics)
TLVQM (Two-Level Video Quality Model)
VSFA (Video Quality Assessment via Deep Learning)
Beta Was this translation helpful? Give feedback.
All reactions