wollmann
28th October 2003, 19:31
I am using a Sony TRV-22E (PAL Edition) camera.
used Adboe Premiere 6.5 and got it out to AVI as Windows DV AVI (I guess this is Type 1).
done an AviSynth file that looks like that (from bb help):
LoadPlugin("C:\Convolution3D\Convolution3D.dll")
DirectShowSource("C:\Documents and Settings\HEddy\My Documents\1.avi")
SeparateFields()
odd=SelectOdd.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
evn=SelectEven.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
Interleave(evn,odd)
Weave()
DoubleWeave.SelectOdd()
but everytime I start encoding with CCE it just stucks.
AviSynth version is 2.5, Convolution3D version is? well I don't know but I got it from avisynth website and its not the YV12 one.
what I've done wrong? please help me.
Wollmann
used Adboe Premiere 6.5 and got it out to AVI as Windows DV AVI (I guess this is Type 1).
done an AviSynth file that looks like that (from bb help):
LoadPlugin("C:\Convolution3D\Convolution3D.dll")
DirectShowSource("C:\Documents and Settings\HEddy\My Documents\1.avi")
SeparateFields()
odd=SelectOdd.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
evn=SelectEven.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
Interleave(evn,odd)
Weave()
DoubleWeave.SelectOdd()
but everytime I start encoding with CCE it just stucks.
AviSynth version is 2.5, Convolution3D version is? well I don't know but I got it from avisynth website and its not the YV12 one.
what I've done wrong? please help me.
Wollmann