killerteengohan
12th July 2015, 23:13
This source looks pretty bad or blurry for a DVD thats for sure.
Can anyone make a script suggestion or help me make this look better please?
Here are 2 sample videos.
https://mega.co.nz/#!V55gXCja!qpAWLQAeqVpdMoGSu4Cxm1lfKNdwOmqsM6YjDdIHl8I
https://mega.co.nz/#!wo4CUThQ!S1SmlNQwxQTYXYs8WM3mUtBW-Yi20BrNN0rkFo5AC8Q
The current script I am trying is this but its not doing as well as I had hoped.
LoadPlugin("C:\Program Files (x86)\MeGui\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\Users\????\Desktop\Phantom 2040\Season 1\Disc 1\Episode 1\VTS_02_1.d2v", info=3)
LoadPlugin("C:\Program Files (x86)\MeGui\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
QTGMC(preset="fast")
srestore(25)
assumefps(24000,1001)
crop( 12, 4, -12, -4)
LanczosResize(640,480) # Lanczos (Sharp)
deen("c3d", 0, 3, 2)
maa()
aWarpSharp(depth=7.5, blurlevel=1)
LimitedSharpenFaster(ss_x=2.0, ss_y=2.0, strength=180, overshoot=0, undershoot=0, soft=0, edgemode=0)
Can anyone make a script suggestion or help me make this look better please?
Here are 2 sample videos.
https://mega.co.nz/#!V55gXCja!qpAWLQAeqVpdMoGSu4Cxm1lfKNdwOmqsM6YjDdIHl8I
https://mega.co.nz/#!wo4CUThQ!S1SmlNQwxQTYXYs8WM3mUtBW-Yi20BrNN0rkFo5AC8Q
The current script I am trying is this but its not doing as well as I had hoped.
LoadPlugin("C:\Program Files (x86)\MeGui\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\Users\????\Desktop\Phantom 2040\Season 1\Disc 1\Episode 1\VTS_02_1.d2v", info=3)
LoadPlugin("C:\Program Files (x86)\MeGui\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
QTGMC(preset="fast")
srestore(25)
assumefps(24000,1001)
crop( 12, 4, -12, -4)
LanczosResize(640,480) # Lanczos (Sharp)
deen("c3d", 0, 3, 2)
maa()
aWarpSharp(depth=7.5, blurlevel=1)
LimitedSharpenFaster(ss_x=2.0, ss_y=2.0, strength=180, overshoot=0, undershoot=0, soft=0, edgemode=0)