FlaShow
13th August 2011, 18:35
Hello,
I have an anime video file that has some noise on it. I want to know
what is the problem with the video and what this noise is ?
I used this script provided by Tommy B. The script did a very good job but there is some noise on the video can i remove it or not...?!
Mpeg2source("opjonger.d2v")
super = MSuper(pel=2)
backward_vec2 = MAnalyse(super, isb = true, delta = 2, chroma=true, blksize=16,overlap=8, search=3)
backward_vec1 = MAnalyse(super, isb = true, delta = 1, chroma=true, blksize=16,overlap=8, search=3)
forward_vec1 = MAnalyse(super, isb = false, delta = 1, chroma=true, blksize=16,overlap=8, search=3)
forward_vec2 = MAnalyse(super, isb = false, delta = 2, chroma=true, blksize=16,overlap=8, search=3)
MDegrain2(super, backward_vec1,forward_vec1,backward_vec2,forward_vec2,thSAD=600)
crop(2,4,-2,-2)
#bilinearresize(720,544)
aaa(720,544)
sharpaamcmod()
awarpsharp2(48,2)
FastLineDarken(strength=128)
limitedsharpenfaster(smode=3, strength=150)
frfun7(2)
u can download m2v file from here:
http://www.mediafire.com/?bk0pvh8ciyi8tvm
Best Regards,
FlaShow
I have an anime video file that has some noise on it. I want to know
what is the problem with the video and what this noise is ?
I used this script provided by Tommy B. The script did a very good job but there is some noise on the video can i remove it or not...?!
Mpeg2source("opjonger.d2v")
super = MSuper(pel=2)
backward_vec2 = MAnalyse(super, isb = true, delta = 2, chroma=true, blksize=16,overlap=8, search=3)
backward_vec1 = MAnalyse(super, isb = true, delta = 1, chroma=true, blksize=16,overlap=8, search=3)
forward_vec1 = MAnalyse(super, isb = false, delta = 1, chroma=true, blksize=16,overlap=8, search=3)
forward_vec2 = MAnalyse(super, isb = false, delta = 2, chroma=true, blksize=16,overlap=8, search=3)
MDegrain2(super, backward_vec1,forward_vec1,backward_vec2,forward_vec2,thSAD=600)
crop(2,4,-2,-2)
#bilinearresize(720,544)
aaa(720,544)
sharpaamcmod()
awarpsharp2(48,2)
FastLineDarken(strength=128)
limitedsharpenfaster(smode=3, strength=150)
frfun7(2)
u can download m2v file from here:
http://www.mediafire.com/?bk0pvh8ciyi8tvm
Best Regards,
FlaShow