Sieglander
30th September 2002, 16:41
Hi all,
I've created a dvd2avi(1.77.3) project (test.d2v), opend it in Fit-CD to get my avs-script (test.avs)
-----------------------------------------------------------------
LoadPlugin("C:\Programme\avisynth\MPEG2DEC.dll")
mpeg2source("D:\test.d2v")
#BilinearResize(480,576,0,0,480,576)
#TemporalSmoother(2,2)
#AddBorders(0,0,0,0)
#Trim(0,4635).FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1
-------------------------------------------------------------------
Then I avi-wrapped it in link2. When I opend the pseudo-avi in Mediaplayer I only see red
letters on black background saying:
Unrecognized exeption!
(D:\test.avs, line2)
If I do the same with an dvd2avi(1.76) project everything is working fine!!
What's the Problem here?
Sieglander
I've created a dvd2avi(1.77.3) project (test.d2v), opend it in Fit-CD to get my avs-script (test.avs)
-----------------------------------------------------------------
LoadPlugin("C:\Programme\avisynth\MPEG2DEC.dll")
mpeg2source("D:\test.d2v")
#BilinearResize(480,576,0,0,480,576)
#TemporalSmoother(2,2)
#AddBorders(0,0,0,0)
#Trim(0,4635).FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1
-------------------------------------------------------------------
Then I avi-wrapped it in link2. When I opend the pseudo-avi in Mediaplayer I only see red
letters on black background saying:
Unrecognized exeption!
(D:\test.avs, line2)
If I do the same with an dvd2avi(1.76) project everything is working fine!!
What's the Problem here?
Sieglander