Basic info of a video should include far more metadata #1473
RustoMCSpit
started this conversation in
Ideas
Replies: 4 comments 3 replies
-
|
I currently have to use ffprobe in the terminal to see more info about a video file. Thumbs up for this idea. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Nemo Media Tab works fine for that.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Try this
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I've already suggested that Nemo should pull a similar project: https://github.com/orgs/linuxmint/discussions/1357 |
Beta Was this translation helpful? Give feedback.
1 reply
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