Ich lasse per Gordian Knot ein AVS Script erstellen .
Dann lade ich dies in Vdub und encode es .
Ist da der Ablauf egal ?? Also was wo steht ?? Oder kann man dieses optimieren ??
Hier so ein script .
Danke für Infos - ob es egal ist oder man cropping vor deinterlacing machen sollte .
Scriptdownload :
script.avs - 0.00MB
Pastet Script :
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("H:\GORDIA~1\DGMPGDec\DGDecode.dll")
#LoadPlugin("H:\GORDIA~1\AviSynthPlugins\decomb.dll")
#LoadPlugin("H:\GORDIA~1\AviSynthPlugins\KernelDeInt.dll")
#LoadPlugin("H:\GORDIA~1\AviSynthPlugins\dgbob.dll")
#LoadPlugin("H:\GORDIA~1\AviSynthPlugins\TomsMoComp.dll")
#LoadPlugin("H:\GORDIA~1\AviSynthPlugins\VSFilter.dll")
#LoadPlugin("H:\GORDIA~1\AviSynthPlugins\SimpleResize.dll")
LoadPlugin("Y:\Tools\tdeint.dll")
# SOURCE
mpeg2source("Y:\Source.d2v", idct=0)
# TRIM
#trim(startframe,endframe)
# IVTC
#Telecide(order=1,guide=1).Decimate()
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)
# DEINTERLACING (1)
TDeint(full=false, tryweave=true, MI=32, blockx=8, slow=2)
#FieldDeinterlace()
#FieldDeinterlace(blend=false)
#TomsMoComp(1,5,1)
# DEINTERLACING (2)
#KernelDeInt(order=1,sharp=true)
# or maybe
#DGBob(order=1,mode=1)
# DEINTERLACING (3) - special requests
#GreedyHMA(1,0,0,0,0,0,0,0)
#Telecide()
#SeparateFields()
# CROPPING
crop(2,2,716,574)
# DENOISING: choose one combination (or none)
# RESIZING
BilinearResize(640,352)
# DENOISING: choose one combination (or none)
# BORDERS
#AddBorders(left,top,right,bottom)
# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
#SelectRangeEvery(280,14)
# FOOL CCEnc
#ResampleAudio(44100)