Blue_MiSfit
16th March 2005, 08:56
Hey all,
Trying to rip Star Wars Episode IV, and theres a huge ammount of noise in the picture. I made a post on the fft3d thread (as I was experimenting with the hardware accelerated version), and didee contacted me suggesting I try the lremovedust script. Thought I would post my results.
Script:
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\removegrainsse2.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\MaskTools-v1.5.5.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\repairsse2.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\warpsharp.dll")
import("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\lremovedust.avs")
mpeg2source("C:\Star Wars - A New Hope\Episode IV - A New Hope.d2v")
crop(0,58,718,360)
LanczosResize(720,368)
LRemoveDust(4,2)
RemoveGrain(4,2,2)
Source, cropped and lanczos resized
http://people.ucsc.edu/~dpresteg/resized0.png
result after filtering
http://people.ucsc.edu/~dpresteg/lremovedust0.png
The settings used seem a little too aggressive. Suggestions?
~misfit
Trying to rip Star Wars Episode IV, and theres a huge ammount of noise in the picture. I made a post on the fft3d thread (as I was experimenting with the hardware accelerated version), and didee contacted me suggesting I try the lremovedust script. Thought I would post my results.
Script:
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\removegrainsse2.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\MaskTools-v1.5.5.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\repairsse2.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\warpsharp.dll")
import("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\lremovedust.avs")
mpeg2source("C:\Star Wars - A New Hope\Episode IV - A New Hope.d2v")
crop(0,58,718,360)
LanczosResize(720,368)
LRemoveDust(4,2)
RemoveGrain(4,2,2)
Source, cropped and lanczos resized
http://people.ucsc.edu/~dpresteg/resized0.png
result after filtering
http://people.ucsc.edu/~dpresteg/lremovedust0.png
The settings used seem a little too aggressive. Suggestions?
~misfit