View Single Post
Old 16th July 2003, 19:47   #3  |  Link
karl_lillevold
Moderator
 
karl_lillevold's Avatar
 
Join Date: Oct 2002
Location: Seattle
Posts: 1,584
Very interesting!

For any PSNR measurements with RV9, please use the following in codecProperties, to disable the noisyEdgeFilter. The filter works like this: in case there are black or noisy pixels along the edge (from a crop that's slightly off, or capture noise), RV9 will copy real image edge pixels to cover these pixels. This is good for visual results, but oftentimes reduces PSNR compared to the original.

<codecProperties type="bag">
...
<noisyEdgeFilter type="bool">false</noisyEdgeFilter>
...
</codecProperties>

__________________
This information is provided "AS IS" with no warranties, grants no rights, and reflects my personal opinion.

Last edited by karl_lillevold; 16th July 2003 at 20:54.
karl_lillevold is offline   Reply With Quote