Valeron
1st May 2007, 19:42
since i'm going to use this script to recorde comb frames after tfm, i found it can't write anything to the file i specified
orig=MPEG2Source("DVD01_pro.d2v").assumetff()
orig=orig.tfm(slow=2,PP=0)
v1=orig
v2=orig.writefile("comb_frame_recorde.txt","current_frame",append=true)
conditionalfilter(orig,v2,v1,"IscombedTIVTC(cthresh=10,MI=85)","equals","true")
it only works after i specified the whole path like this
orig=MPEG2Source("DVD01_pro.d2v").assumetff()
orig=orig.tfm(slow=2,PP=0)
v1=orig
v2=orig.writefile("E:\DVDTemp_01\comb_frame_recorde.txt","current_frame",append=true)
conditionalfilter(orig,v2,v1,"IscombedTIVTC(cthresh=10,MI=85)","equals","true")
AVS 2.5.7 official build installed.
orig=MPEG2Source("DVD01_pro.d2v").assumetff()
orig=orig.tfm(slow=2,PP=0)
v1=orig
v2=orig.writefile("comb_frame_recorde.txt","current_frame",append=true)
conditionalfilter(orig,v2,v1,"IscombedTIVTC(cthresh=10,MI=85)","equals","true")
it only works after i specified the whole path like this
orig=MPEG2Source("DVD01_pro.d2v").assumetff()
orig=orig.tfm(slow=2,PP=0)
v1=orig
v2=orig.writefile("E:\DVDTemp_01\comb_frame_recorde.txt","current_frame",append=true)
conditionalfilter(orig,v2,v1,"IscombedTIVTC(cthresh=10,MI=85)","equals","true")
AVS 2.5.7 official build installed.