teasame / webp

Automatically exported from code.google.com/p/webp
0 stars 0 forks source link

psnr (ssim) use pipe #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When evaluating the quality of webp, a tool that can measure quality is useful.
At google we use psnr, which does ssim and others.  But it requires 2 yuv files.
When the 2 yuv files exceed your disk space, its not possible
Can you make psnr tool, or something like it, accept a piped input?

We're talking files approaching 1 TB and multiple transcodes, so today, thats a 
size and performance limitation.

Original issue reported on code.google.com by fbarch...@google.com on 8 Sep 2011 at 8:58

GoogleCodeExporter commented 9 years ago
I think this was misplaced.
libyuv now provides this tool:

https://code.google.com/p/libyuv/downloads/list

Original comment by jz...@google.com on 3 Apr 2013 at 7:07

GoogleCodeExporter commented 9 years ago
Opened libyuv issue
https://code.google.com/p/libyuv/issues/detail?id=215

Original comment by fbarch...@chromium.org on 4 Apr 2013 at 4:02