Log in

View Full Version : avisynth won't let CCE move on to next vob


sh03z
21st December 2003, 04:59
This is definatly not CCE related.

My dvd had 4 vob files. i moved them in seperate directories.
My avisynth file won't work.
CCE keeps encoding the same vob.

LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
avisource("C:\****\11\dg1_d2v_vfapi11.avi")
ConvertToYUY2()
BicubicResize(480,360,0.0,0.0)
AddBorders(0,60,0,60)

second avs I load into CCE

LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
avisource("C:\****\22\dg1_d2v_vfapi22.avi")
ConvertToYUY2()
BicubicResize(480,360,0.0,0.0)
AddBorders(0,60,0,60)

third and fourth are similar...

I have four of these, but somehow CCE encodes the last avs I load 4 times instead of 4 different mpv's.

Thanks,

sh03z

sh0dan
21st December 2003, 12:26
Why are you loading mpeg2dec3 and using a vfapi AVI?

It is probably vfapi related - are the AVS's different in vdub?

sh03z
21st December 2003, 19:09
they are different in virtual dub, and when I serve them via *.vdr they work just fine...

one problem tho, I don't know what I messed up now, but the borders are at a slant on my DVD player.

It's the first time this has been like this...is that possibly my avs script?
I deleted part of it, I don't know if this affected it:
BicubicResize(480,360,0.0,0.6)
and i made the new one
BicubicResize(480,360,0.0,0.0)

(this is all from Gordian Knot)

thank you very much,

sh03z