Log in

View Full Version : Dv to Dvd Help please.


TryaDV
12th September 2003, 11:06
Hi

I was trying to encode DV to Mpeg2. I have read and follow bb’s DV to DVD guide, and still can’t get CCE to do what it supposed to do. The result is 5seconds long movie with the message:
“Evaluate: unrecognized exception!
(e:\menu\menu.avs, line 1)”

The script as follow, I cut and paste from the guide.

AviSource("e:\menu\menu.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()

What did I do wrong?
I just re-install winxp, then cce-trail then avsynth and the result still the same, are there any others software, plugins that might required?

Please help me.
Thanks
/F

bb
12th September 2003, 18:27
Welcome to the forum, TryaDV!

The error message sais that your AviSource command has thrown the exception, so your AVI file could not be opened for some reason. Maybe you need to install a codec. Maybe your AVI is DV type-1, and you didn't install sh0dan's latest AviSynth version. If you're using a release version, AviSource does not recognize DV type-1; use DirectShowSource instead.

bb