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
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