Yobbo
8th March 2009, 12:24
I was wondering if anyone has any advice/suggestions for me? I have this horrible blocky music clip (wmv format) that I want to clean up and whack on DVD.
The clip can be downloaded here (http://www.sendspace.com/file/k2t3ys) (~66MB).
I have been experimenting with all sorts of clean-up scripts and functions, but now I am just using this (pretty basic but powerful and slow):
DirectShowSource("C:\~\OrgazmNostradamusa1997.wmv", fps=25, convertfps=true, audio=false)
Deblock(quant=60, bOffset=14)
super = MSuper(pel=2, sharp=1)
backward_vec2 = MAnalyse(super, isb = true, delta = 2, overlap=4)
backward_vec1 = MAnalyse(super, isb = true, delta = 1, overlap=4)
forward_vec1 = MAnalyse(super, isb = false, delta = 1, overlap=4)
forward_vec2 = MAnalyse(super, isb = false, delta = 2, overlap=4)
MDegrain2(super, backward_vec1,forward_vec1,backward_vec2,forward_vec2,thSAD=500)
fft3dfilter(sigma=3, plane=3)
LSFMod(SMode=5)
#Crop(10, 2, -0, -10)
#AddBorders(6, 2, 4, 10)
Here are "before" and "after" sample pics:
http://img14.imageshack.us/img14/5334/sourcej.th.jpg (http://img14.imageshack.us/my.php?image=sourcej.jpg)
http://img21.imageshack.us/img21/5808/processed.th.jpg (http://img21.imageshack.us/my.php?image=processed.jpg)
There is improvement, you can see. Can I improve even further do you think? I would like to push it to the max, I don't care about processing time.
:thanks:
The clip can be downloaded here (http://www.sendspace.com/file/k2t3ys) (~66MB).
I have been experimenting with all sorts of clean-up scripts and functions, but now I am just using this (pretty basic but powerful and slow):
DirectShowSource("C:\~\OrgazmNostradamusa1997.wmv", fps=25, convertfps=true, audio=false)
Deblock(quant=60, bOffset=14)
super = MSuper(pel=2, sharp=1)
backward_vec2 = MAnalyse(super, isb = true, delta = 2, overlap=4)
backward_vec1 = MAnalyse(super, isb = true, delta = 1, overlap=4)
forward_vec1 = MAnalyse(super, isb = false, delta = 1, overlap=4)
forward_vec2 = MAnalyse(super, isb = false, delta = 2, overlap=4)
MDegrain2(super, backward_vec1,forward_vec1,backward_vec2,forward_vec2,thSAD=500)
fft3dfilter(sigma=3, plane=3)
LSFMod(SMode=5)
#Crop(10, 2, -0, -10)
#AddBorders(6, 2, 4, 10)
Here are "before" and "after" sample pics:
http://img14.imageshack.us/img14/5334/sourcej.th.jpg (http://img14.imageshack.us/my.php?image=sourcej.jpg)
http://img21.imageshack.us/img21/5808/processed.th.jpg (http://img21.imageshack.us/my.php?image=processed.jpg)
There is improvement, you can see. Can I improve even further do you think? I would like to push it to the max, I don't care about processing time.
:thanks: