supernater
22nd July 2010, 13:43
I have a video that has haloing. I find that I can get rid of most of the haloing using
directshowsource("video.avi")
dehalo_alpha(rx=2.7, ry=2.7)
yahr()
However, the resulting video is kind of blurry. When I apply a sharpener, like this...
directshowsource("video.avi")
dehalo_alpha(rx=2.7, ry=2.7)
yahr()
LimitedSharpenFaster()
The blur is gone but some of the halo returns. I tried different combinations of FFT3dfilter and blinddehalo, but I think even more detail was lost with those. Can anyone offer any suggestions on how to fix this? If my sharpener is showing haloing, does that mean I didn't completely remove the haloing to begin with? I get the feeling this is one of those "pick your poison" scenerios where I have to choose between blurry video with almost no haloing or a sharper video with a little haloing. I'm hoping someone can suggest an alternative. Thanks.
Original
http://img84.imageshack.us/img84/1531/originalg.png (http://img84.imageshack.us/i/originalg.png/)
Double Dehalo
http://img204.imageshack.us/img204/9269/doubledehalo.png (http://img204.imageshack.us/i/doubledehalo.png/)
Double Dehalo with Sharpening
http://img401.imageshack.us/img401/4262/doubledehalosharpen.png (http://img401.imageshack.us/i/doubledehalosharpen.png/)
directshowsource("video.avi")
dehalo_alpha(rx=2.7, ry=2.7)
yahr()
However, the resulting video is kind of blurry. When I apply a sharpener, like this...
directshowsource("video.avi")
dehalo_alpha(rx=2.7, ry=2.7)
yahr()
LimitedSharpenFaster()
The blur is gone but some of the halo returns. I tried different combinations of FFT3dfilter and blinddehalo, but I think even more detail was lost with those. Can anyone offer any suggestions on how to fix this? If my sharpener is showing haloing, does that mean I didn't completely remove the haloing to begin with? I get the feeling this is one of those "pick your poison" scenerios where I have to choose between blurry video with almost no haloing or a sharper video with a little haloing. I'm hoping someone can suggest an alternative. Thanks.
Original
http://img84.imageshack.us/img84/1531/originalg.png (http://img84.imageshack.us/i/originalg.png/)
Double Dehalo
http://img204.imageshack.us/img204/9269/doubledehalo.png (http://img204.imageshack.us/i/doubledehalo.png/)
Double Dehalo with Sharpening
http://img401.imageshack.us/img401/4262/doubledehalosharpen.png (http://img401.imageshack.us/i/doubledehalosharpen.png/)