![]() |
[HELP] Question about SSIM and PSNR results - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html) +--- Forum: A/V Talk (https://forum.selur.net/forum-6.html) +--- Thread: [HELP] Question about SSIM and PSNR results (/thread-1973.html) |
Question about SSIM and PSNR results - shazzla - 29.08.2021 Hi ! I did some SSIM tests using FFMPEG,and something is not clear now. The movies/clips are encoded using Hybrid/x265. SSIM results are : 0.97xxxx84 (AQ Mode 3 ,size 35 MB) 0.97xxxx15 (AQ Mode 4 ,size 20 MB) Both are visually the same. But why is the big difference in size and only 0.00xxxx69 in score? Who can explain this? Btw i know about different quality measurments. Oh,before i forget ,another question: What is a good value in PSNR if the movie/clip is a 1080p encode? Thanks in advance! RE: Question about SSIM and PSNR results - Selur - 29.08.2021 I'm by no means a friend or expert on quality measurement methods like PSNR or SSIM and think that unless they differ significantly they often don't really help. Quote:But why is the big difference in size and only 0.00xxxx69 in score?You look at it the wrong way, you should ask yourself: a. What does SSIM measure ? (https://en.wikipedia.org/wiki/Structural_similarity) The names of it structural similarity index measure (SSIM) basically says it, but you want to read up a bit to understand what that means when looking at images and video. b. What are the difference between the aq modes and what does aq do? see: https://x265.readthedocs.io/en/master/cli.html#cmdoption-aq-mode (I assume you undestand what quantization and adaptive quantization does.) c. What does it mean that I get this result (sizes shrinks when using aq mode 4, but ssim values stays the same) for my current source? With that you might come to the conculsion that your source has tons of edges which can be more effectively compressed by adjusting the quantization of the blocks around them without really lowering what SSIM measures. Whether this makes sense for your source is hard to tell without seeing the source. ![]() If you want a deep analysis of what happens if you use the differen aq modes on your source, you need to look at tools for codec analysis like: Zond 265, HARP, Elecard HEVC analyser, or similar you can find through an internet search. ![]() Cu Selur RE: Question about SSIM and PSNR results - shazzla - 29.08.2021 Ohh,your answer more than enough! ![]() And no,i dont want to send samples! ![]() Thanks! |