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
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