PDA

View Full Version : DVD2AVI-->Link2 Problems


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

Nic
30th September 2002, 16:51
mpeg2dec.dll doesn't support the 1.77.3 d2v file.

Sieglander
30th September 2002, 20:15
@Nic

What about mpeg2dec2.dll ? I've tried it,too. But same problem with dvd2avi 1.77.3
What's the last Version of dvd2avi that support mpeg2dec2.dll or otherwise ? And where can I get it ?

regards

Sieglander

issa
16th October 2002, 05:07
Take a look of this thread.

http://forum.doom9.org/showthread.php?threadid=32136

trbarry
16th October 2002, 15:10
What's the last Version of dvd2avi that support mpeg2dec2.dll

The Sourceforge save-oe project contains the matched pair of DVD2AVI and MPEG2DEC2. For binaries try:

www.trbarry.com/DVD2AVIT3.zip and
www.trbarry.com/MPEG2DEC2.zip

- Tom