Terka
3rd June 2009, 09:03
want to deblock my DV source (applying blur on grid mask)
the mask is black/white picture,
http://img76.imageshack.us/img76/9939/blurmriz.png (http://www.imagehosting.com/)
a=avisource("c:\hj\kamera\avisynth\psi\!Psi.avi")
obr = ImageSource("c:\Program Files\AviSynth\plugins\blur_mriz.png", start=1, end=1999, fps=25,pixel_type = "rgb32").ConvertToYV12()
blur=a.blur(0.6,0).tweak(sat=3.75).tweak(sat=3.75).tweak(sat=3.75)
a=a.tweak(sat=0)
stackvertical(a,Overlay(blur,a, mask=obr, opacity=1),obr.ConvertToYV12() )
but the result is not as expected, want to overay only 2pixels width :(
http://img524.imageshack.us/img524/4162/blurmrizavsp.th.png (http://img524.imageshack.us/img524/4162/blurmrizavsp.png)
the mask is black/white picture,
http://img76.imageshack.us/img76/9939/blurmriz.png (http://www.imagehosting.com/)
a=avisource("c:\hj\kamera\avisynth\psi\!Psi.avi")
obr = ImageSource("c:\Program Files\AviSynth\plugins\blur_mriz.png", start=1, end=1999, fps=25,pixel_type = "rgb32").ConvertToYV12()
blur=a.blur(0.6,0).tweak(sat=3.75).tweak(sat=3.75).tweak(sat=3.75)
a=a.tweak(sat=0)
stackvertical(a,Overlay(blur,a, mask=obr, opacity=1),obr.ConvertToYV12() )
but the result is not as expected, want to overay only 2pixels width :(
http://img524.imageshack.us/img524/4162/blurmrizavsp.th.png (http://img524.imageshack.us/img524/4162/blurmrizavsp.png)