sleekychap
27th September 2005, 01:37
Hi all:
I am trying to get a 2 CD ( 1400 MB ) DVD rip using XviD and Gordian Knot
Basically I am using all applications within Gknot.
So, I am doing a forced film if the source is hybrid and the film % is greater or 95%. other wise.......'Honor Pulldown flags'
next I am following the recommended resolution settings...0.27 pixels /frame for a 2 CD rip.
But when it comes to the scripting part...I am lost there in all kinds of filters that may be used....to improve the quality of the video ( basically to get good sharp picture) I used some filters like asharp(), msharpen() and unfilter()...but all of them are doing just sharpening...the video looks good at 100% but when I see that full screen or 200% the image becomes really fuzzy.....
here is the script:
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\KernelDeInt.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\Msharpen.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\LeakKernelDeInt.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\VagueDenoiser.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\asharp.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\DctFilter.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\DeSpot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\unfilter.dll")
mpeg2source("C:\Documents and Settings\Owner\Desktop\VTS_02_PGC_01_1.d2v")
#DctFilter(1,1,1,1,1,1,.5,0)
# DEINTERLACING (2)
LeakKernelDeInt(order=1,sharp=true)
# CROPPING
crop(8,58,704,368)
# RESIZING
Lanczos4Resize(704,304)
#aSharp()
#MSharpen(threshold=8)
Unfilter(1,1)
DeSpot()
# DENOISING: choose one combination (or none)
mergechroma(blur(1.3))
Tweak(bright=1)
#VagueDenoiser()
#VagueDenoiser(threshold=0.8,method=1,nsteps=6,chromaT=0.8)
So among all the filters....can anyone suggest me good filters to get a good overall picture at the end? not just sharpening or image stabilization???
Thanks.......
I am trying to get a 2 CD ( 1400 MB ) DVD rip using XviD and Gordian Knot
Basically I am using all applications within Gknot.
So, I am doing a forced film if the source is hybrid and the film % is greater or 95%. other wise.......'Honor Pulldown flags'
next I am following the recommended resolution settings...0.27 pixels /frame for a 2 CD rip.
But when it comes to the scripting part...I am lost there in all kinds of filters that may be used....to improve the quality of the video ( basically to get good sharp picture) I used some filters like asharp(), msharpen() and unfilter()...but all of them are doing just sharpening...the video looks good at 100% but when I see that full screen or 200% the image becomes really fuzzy.....
here is the script:
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\KernelDeInt.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\Msharpen.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\LeakKernelDeInt.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\VagueDenoiser.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\asharp.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\DctFilter.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\DeSpot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\unfilter.dll")
mpeg2source("C:\Documents and Settings\Owner\Desktop\VTS_02_PGC_01_1.d2v")
#DctFilter(1,1,1,1,1,1,.5,0)
# DEINTERLACING (2)
LeakKernelDeInt(order=1,sharp=true)
# CROPPING
crop(8,58,704,368)
# RESIZING
Lanczos4Resize(704,304)
#aSharp()
#MSharpen(threshold=8)
Unfilter(1,1)
DeSpot()
# DENOISING: choose one combination (or none)
mergechroma(blur(1.3))
Tweak(bright=1)
#VagueDenoiser()
#VagueDenoiser(threshold=0.8,method=1,nsteps=6,chromaT=0.8)
So among all the filters....can anyone suggest me good filters to get a good overall picture at the end? not just sharpening or image stabilization???
Thanks.......