halsboss
23rd August 2009, 01:50
Hi I thought I was using nnedi properly, but it throws an error.
This works:tdeint(mode=0,order=1) # mode=0=same rate output mode=1=double rate output (bobbing) order=0=BFF order=1=TFF
This fails:tdeint(mode=0,order=1,edeint=nnedi(field=-2,threads=1)) # mode=0=same rate output mode=1=double rate output (bobbing) order=0=BFF order=1=TFF
It throws error in a windows dialogue box
the number of frames in edeint clip doesn't match that of the input clip
Any suggestions ?
PS MT version of anisynth. Full scriptSetMemoryMax(512)
LoadPlugin("C:\SOFTWARE\DGindex\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins-zzz\tdeint.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins-zzz\NNEDI.dll")
# see http://forum.doom9.org/showthread.php?p=1114448#post1114448
# tcritical plugins http://bengal.missouri.edu/~kes25c/
# for yadifmod tff Order=1 ; for nnedi field=-2 means assumeTFF is important
mpeg2source("G:\HDTV\2\test.d2v",cpu=4,ipp=true)
AssumeFPS(25)
AssumeTFF()
#AssumeFieldBased()
tdeint(mode=0,order=1) # mode=0=same rate output mode=1=double rate output (bobbing) order=0=BFF order=1=TFF
#tdeint(mode=0,order=1,edeint=nnedi(field=-2,threads=1)) # mode=0=same rate output mode=1=double rate output (bobbing) order=0=BFF order=1=TFF
# the number of frames in edeint clip doesn't match that of the input clip
#AssumeFrameBased()
spline36resize(640,360) # vertical not a multiple of 16 but who cares
This works:tdeint(mode=0,order=1) # mode=0=same rate output mode=1=double rate output (bobbing) order=0=BFF order=1=TFF
This fails:tdeint(mode=0,order=1,edeint=nnedi(field=-2,threads=1)) # mode=0=same rate output mode=1=double rate output (bobbing) order=0=BFF order=1=TFF
It throws error in a windows dialogue box
the number of frames in edeint clip doesn't match that of the input clip
Any suggestions ?
PS MT version of anisynth. Full scriptSetMemoryMax(512)
LoadPlugin("C:\SOFTWARE\DGindex\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins-zzz\tdeint.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins-zzz\NNEDI.dll")
# see http://forum.doom9.org/showthread.php?p=1114448#post1114448
# tcritical plugins http://bengal.missouri.edu/~kes25c/
# for yadifmod tff Order=1 ; for nnedi field=-2 means assumeTFF is important
mpeg2source("G:\HDTV\2\test.d2v",cpu=4,ipp=true)
AssumeFPS(25)
AssumeTFF()
#AssumeFieldBased()
tdeint(mode=0,order=1) # mode=0=same rate output mode=1=double rate output (bobbing) order=0=BFF order=1=TFF
#tdeint(mode=0,order=1,edeint=nnedi(field=-2,threads=1)) # mode=0=same rate output mode=1=double rate output (bobbing) order=0=BFF order=1=TFF
# the number of frames in edeint clip doesn't match that of the input clip
#AssumeFrameBased()
spline36resize(640,360) # vertical not a multiple of 16 but who cares