chris25frfr
16th April 2003, 06:08
hello
when i open an avs with vdubmod and xvid the application disappear
if i use divx5 for example,no problem
avs
#
# Created with Gordian Knot
#
# http://gknot.doom9.org
#
# PLUGINS
LoadPlugin("G:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
#LoadPlugin("G:\PROGRA~1\GORDIA~1\decomb.dll")
#LoadPlugin("G:\PROGRA~1\GORDIA~1\TomsMoComp.dll")
#LoadPlugin("G:\PROGRA~1\GORDIA~1\VSFilter.dll")
#LoadPlugin("G:\PROGRA~1\GORDIA~1\SimpleResize.dll")
#
# SOURCE
mpeg2source("D:\Films\SeigneurAnneaux\essai.d2v")
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
#Telecide(guide=1).Decimate(5)
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# DEINTERLACING (1)
#FieldDeinterlace()
#FieldDeinterlace(blend=false)
#TomsMoComp(1,5,1)
#
# CROPPING
crop(0,70,718,436)
#
# DEINTERLACING (2)
#SeparateFields().SelectEven()
# or maybe
#Bob().SelectEven()
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
#
# SUBTITLES
#VobSub("FileName")
#
# RESIZING
LanczosResize(576,240)
#
# DENOISING: choose one combination (or none)
# 1) little noise
#Temporalsoften(2,3,3,mode=2,scenechange=6)
#
# 2) medium noise
#Temporalsoften(3,5,5,mode=2,scenechange=10)
#
# 3) heavy noise
#Temporalsoften(4,8,8,mode=2,scenechange=10)
#
# 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)
thinks
when i open an avs with vdubmod and xvid the application disappear
if i use divx5 for example,no problem
avs
#
# Created with Gordian Knot
#
# http://gknot.doom9.org
#
# PLUGINS
LoadPlugin("G:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
#LoadPlugin("G:\PROGRA~1\GORDIA~1\decomb.dll")
#LoadPlugin("G:\PROGRA~1\GORDIA~1\TomsMoComp.dll")
#LoadPlugin("G:\PROGRA~1\GORDIA~1\VSFilter.dll")
#LoadPlugin("G:\PROGRA~1\GORDIA~1\SimpleResize.dll")
#
# SOURCE
mpeg2source("D:\Films\SeigneurAnneaux\essai.d2v")
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
#Telecide(guide=1).Decimate(5)
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# DEINTERLACING (1)
#FieldDeinterlace()
#FieldDeinterlace(blend=false)
#TomsMoComp(1,5,1)
#
# CROPPING
crop(0,70,718,436)
#
# DEINTERLACING (2)
#SeparateFields().SelectEven()
# or maybe
#Bob().SelectEven()
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
#
# SUBTITLES
#VobSub("FileName")
#
# RESIZING
LanczosResize(576,240)
#
# DENOISING: choose one combination (or none)
# 1) little noise
#Temporalsoften(2,3,3,mode=2,scenechange=6)
#
# 2) medium noise
#Temporalsoften(3,5,5,mode=2,scenechange=10)
#
# 3) heavy noise
#Temporalsoften(4,8,8,mode=2,scenechange=10)
#
# 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)
thinks