Doggiedaddy
12th March 2003, 22:51
Hi all, maybe I am just missing something simple?
[ERROR MESSAGE] viewed in WMP
“Script error: expected a , or )
F:\All Movies\Tester\10MINTEST.avs, line 1, column 13)”
DVD2AVI [.d2v] v1.76 LOLI.J with or without separate [.wav]
AviSynth_207 tried older version also [no luck]
MPEG2DEC.dll tried a few different .dlls also [no luck]
CCE Basic v2.67.1.08 vast array of setting [MPGE2 2pass VBR preferred]
This may be a dumb question but I am new to the CCE world, don’t get me wrong I have not given up and still searching the FAQs.
When the basic version was released I was dying to try it [preordered], an affordable price, at a rudimental level for evolution propose, and possible upgrade to a more safistacated version. I have been trying now for days to frameserve a with a small [.d2v] test file to CCE basic [DVD2AVI .d2v through AviSynth2]. I get the same error every time no matter how I write the script. Script reflects same error when view pre-encode in WMP [CCE only encodes the error message], so it's got to be my script, or should I say lack of script. The AviSynth2 test scripts that came with the version run in WMP but mine show the above error, every darn time.
I am trying to start very simple, I have tried a lot of other script lines but the failure is the same. I know I am making some dumb, simple mistake but dogged if I can figure it out.
SOS
SAMPLE: The last great failed script below.
loadplugin(C:\Program Files\AviSynth2\plugins\MPEG2DEC.dll)
v=mpeg2source(F:\All Movies\CCE_TEST\TR10min.d2v)
a=wavsource(F:\All Movies\CCE_TEST\TR10min.wav)
audiodub(v,a)
PS: VFAPIConv, works perfectly on same files. So it must be me.
Thanks for any input. Maybe someone could post a simple, known to work, script to serve a .d2v +.wav to CCE that way I could back track problem.
Dd
[ERROR MESSAGE] viewed in WMP
“Script error: expected a , or )
F:\All Movies\Tester\10MINTEST.avs, line 1, column 13)”
DVD2AVI [.d2v] v1.76 LOLI.J with or without separate [.wav]
AviSynth_207 tried older version also [no luck]
MPEG2DEC.dll tried a few different .dlls also [no luck]
CCE Basic v2.67.1.08 vast array of setting [MPGE2 2pass VBR preferred]
This may be a dumb question but I am new to the CCE world, don’t get me wrong I have not given up and still searching the FAQs.
When the basic version was released I was dying to try it [preordered], an affordable price, at a rudimental level for evolution propose, and possible upgrade to a more safistacated version. I have been trying now for days to frameserve a with a small [.d2v] test file to CCE basic [DVD2AVI .d2v through AviSynth2]. I get the same error every time no matter how I write the script. Script reflects same error when view pre-encode in WMP [CCE only encodes the error message], so it's got to be my script, or should I say lack of script. The AviSynth2 test scripts that came with the version run in WMP but mine show the above error, every darn time.
I am trying to start very simple, I have tried a lot of other script lines but the failure is the same. I know I am making some dumb, simple mistake but dogged if I can figure it out.
SOS
SAMPLE: The last great failed script below.
loadplugin(C:\Program Files\AviSynth2\plugins\MPEG2DEC.dll)
v=mpeg2source(F:\All Movies\CCE_TEST\TR10min.d2v)
a=wavsource(F:\All Movies\CCE_TEST\TR10min.wav)
audiodub(v,a)
PS: VFAPIConv, works perfectly on same files. So it must be me.
Thanks for any input. Maybe someone could post a simple, known to work, script to serve a .d2v +.wav to CCE that way I could back track problem.
Dd