Log in

View Full Version : I am new to this DV and CCE crashed for me.


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

digitalman
28th October 2003, 20:34
Try changing DirectShowSource to AviSource. Also, CCE does not encode in YV12 colorspace, which your AVI may be, but I doubt it. You could try adding ConverttoYUY2() at the end of your script.

wollmann
28th October 2003, 23:00
I got it to work.
the GOP sequence should be M=3 N/M=4 right? (like a DVD ReAuthor).
and DVD Video Complaint should be the only checked box.
right?
if so, then I will start right away.

so, is this right?