Log in

View Full Version : Deblocking filters


cd090580
29th June 2007, 11:23
Hi,

Could you advise me of a good Deblocking Filter for avisynth.

I've tried the MSU Smart Deblock v0.5 into the avisynth script but it damages the colors.

Pure white (255,255,255) becomes pure black (0,0,0)

I've tried with the levels function and now white and black are ok but red becomes green :eek:


source2=source.ConvertToRGB32().Levels(0,1,255,0,254,true).SmartDeblock(1,1,1,1,1,50,50).ConvertToYV12().Lanczos4Resize(384,216)


http://img186.imageshack.us/img186/1506/lmjc5.png

How can I fix this ???

Thanks

nullstuff
29th June 2007, 15:30
MSU Smart Deblock v0.5
...v0.8 is available (http://www.compression.ru/video/deblocking/smartdeblocking_en.html).

-- nullstuff

cd090580
29th June 2007, 16:48
v 0.8 is bugged. It crashs because of a bug in the SSE detection algorithm.

This is why I still use 0.5