Nagashi
15th July 2010, 17:30
I need suggestions on how to clear up most of the video noise from the recently released Golgo 13 collection. Here are two screenshots. Basically, every frame looks like this (grainy).
http://i285.photobucket.com/albums/ll69/NextJinGamer/VTS_04_1MPG_snapshot_0001_20100715_.jpg
http://i285.photobucket.com/albums/ll69/NextJinGamer/VTS_04_1MPG_snapshot_0011_20100715_.jpg
And here is a video sample link (16 mb): http://www.megaupload.com/?d=QK3N9P1O
The script I'm using at the moment. Still incomplete.
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\decomb.dll")
MPEG2Source("C:\Users\Sage Nagashi\Desktop\Project X\VTS_04_1.d2v")
Crop(4,0,-4,0,true)
TFM().TDecimate()
RemoveGrain(Mode=17)
MSharpen(15,100,true,false,false)
Tweak(sat=1.2)
LanczosResize(640,480)
http://i285.photobucket.com/albums/ll69/NextJinGamer/VTS_04_1MPG_snapshot_0001_20100715_.jpg
http://i285.photobucket.com/albums/ll69/NextJinGamer/VTS_04_1MPG_snapshot_0011_20100715_.jpg
And here is a video sample link (16 mb): http://www.megaupload.com/?d=QK3N9P1O
The script I'm using at the moment. Still incomplete.
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\decomb.dll")
MPEG2Source("C:\Users\Sage Nagashi\Desktop\Project X\VTS_04_1.d2v")
Crop(4,0,-4,0,true)
TFM().TDecimate()
RemoveGrain(Mode=17)
MSharpen(15,100,true,false,false)
Tweak(sat=1.2)
LanczosResize(640,480)