Log in

View Full Version : error with avisynth 2.08


Brando457
30th May 2003, 01:25
Avisynth open faliure Mpeg2Source couldn't open file G:\2\brando.avs, line 3. I have no clue why i m getting this error i checked my avs and all paths are correct so :confused:


thanks for help in advance

neily
30th May 2003, 02:02
Brandon457,

For anyone to try to help, you will need to provide a little more information, such as the problematic script. I assume by AVISynth v2.8 you mean v2.08. The script should look something like:

LoadPlugin("E:\Video\AVISynth Plugins\MPEG2DEC3.dll")
mpeg2source("S:\PVL 00.d2v")

Brando457
30th May 2003, 04:28
LoadPlugin("H:\ripping\mpeg2dec.dll")
LoadPlugin("H:\ripping\decomb.dll")
mpeg2source("H:\darknessfalls\falls.d2v")
Telecide(post=false)
#(post=true) uses post-processing to try to get rid of interlacing, false turns that off
Decimate(cycle=5)
#if there is still jerkiness in the movement, use Decimate(mode=1)
crop(1,1,700,430)
#(left,top,width,height)
BicubicResize(576,304)

thats my avs

kastro68
30th May 2003, 08:23
I read this post, because I thought avisynth 2.8 was actually released.

Edit: I think i'm going nuts

neily
30th May 2003, 09:28
What version of DVD2AVI are you using? Was v1.77 of DVD2AVI used to create the .d2v file? I think that none of the versions of MPEG2DEC for AVISynth v2.08 support greater than v1.76 .d2v files.

Brando457
30th May 2003, 13:16
the dvd2avi is version 1.7

cult
31st May 2003, 17:42
I am afraid you cant open the avs from dvd2avi 1.7.Maybe with mpeg2dec3 1,06 from nic you will

sh0dan
31st May 2003, 19:00
Just use DVD2AVI 1.76 - and your problems will go away.

Brando457
31st May 2003, 23:22
thanks i will try it out