AVISynth and VirtualDubMod

The old Video Software Help forum, left visible as an archive.
Rajin Recoil
Joined: Tue Aug 19, 2003 1:19 am
Contact:
Org Profile

AVISynth and VirtualDubMod

Post by Rajin Recoil » Mon Aug 07, 2006 2:27 am

For some reason the two of these aren't agreeing. Whenever I try to load a .avs file in VirtualDubMod, it tells me

Code: Select all

Avisynth open failure:
Avisynth: script open failed!
This isn't a whole lot of help for me. I've searched through the AVISynth FAQ, the VirtualDubMod forum, and this forum. None of them seem to have any solutions that work.

I've tried uninstalling VirtualDubMod, and AVISynth. I've also tried upgrading AVISynth from 2.5.5 to 2.5.6 and VirtualDubMod to 1.5.10.2 b2542.

My avs file looks like

Code: Select all

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Msmooth.dll")
MPEG2Source("C:\Crest Of The Stars\Episode 01.d2v", idct=5, iPP=true)
Telecide(order=0, guide=1)
Decimate(quality=3)
MSmooth(threshold=2, strength=2)
The d2v file was created with DGIndex 1.4.8. Any suggestions on how to fix this would be great.[/code]

User avatar
Gepetto
Mr. Poopy Pants
Joined: Thu Jun 10, 2004 10:11 pm
Status: Bored to tears
Location: The Tokyo Settlement
Contact:
Org Profile

Post by Gepetto » Mon Aug 07, 2006 5:48 am

Are the paths to the plugins okay?

I'm not completely sure, but I think that plugins autoload when you put them in the plugins folder. The fact that you're trying to reload them may be causing the crash, or you got the names wrong.
And God spoke unto the Chicken, and He said: "Thou shalt crosseth the road", and the Chicken did cross the road, and there was much rejoicing.
My DeviantART profile

Rajin Recoil
Joined: Tue Aug 19, 2003 1:19 am
Contact:
Org Profile

Post by Rajin Recoil » Mon Aug 07, 2006 12:12 pm

You're right, as of 2.5.5, the plugins do auto load. But that doesn't seem to be the problem as VDM is still giving me the same error. I've modified my script to this:

Code: Select all

dgdecode_MPEG2Source("C:\Crest Of The Stars\Episode 01.d2v", idct=5, iPP=true)
decomb521_Telecide(order=0, guide=1)
decomb521_Decimate(quality=3)
msmooth_MSmooth(threshold=2, strength=2)

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Mon Aug 07, 2006 11:34 pm

what type of processor do you have?
only P4 or later (athlon 64 3000+ and above I believe) can utilize idct greater than 3 IIRC
Image
Image

Rajin Recoil
Joined: Tue Aug 19, 2003 1:19 am
Contact:
Org Profile

Post by Rajin Recoil » Mon Aug 07, 2006 11:53 pm

I have an Intel Pentium 4 650 HT 3.4 ghz, so I'm fairly sure that's not the problem. For some reason, the script will play through media players, just not VirtualDubMod.

User avatar
madbunny
Joined: Tue Jun 17, 2003 3:12 pm
Org Profile

Post by madbunny » Tue Aug 08, 2006 1:34 am

Rajin Recoil wrote:You're right, as of 2.5.5, the plugins do auto load. But that doesn't seem to be the problem as VDM is still giving me the same error. I've modified my script to this:

Code: Select all

dgdecode_MPEG2Source("C:\Crest Of The Stars\Episode 01.d2v", idct=5, iPP=true)
decomb521_Telecide(order=0, guide=1)
decomb521_Decimate(quality=3)
msmooth_MSmooth(threshold=2, strength=2)
strip out all the extra stuff and see if it loads. If it does, add lines in one at a time to see which is killing you.

Rajin Recoil
Joined: Tue Aug 19, 2003 1:19 am
Contact:
Org Profile

Post by Rajin Recoil » Tue Aug 08, 2006 8:47 am

Didn't work, when I made an empty file, VDM just told me that the file was empty, the second that I put a '#' in, it started to give me the same error that I've always been getting.

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by Qyot27 » Tue Aug 08, 2006 10:29 am

Code: Select all

MPEG2Source("C:\Crest Of The Stars\Episode 01.d2v")
Just start out with that. Does this produce the error?
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

Rajin Recoil
Joined: Tue Aug 19, 2003 1:19 am
Contact:
Org Profile

Post by Rajin Recoil » Tue Aug 08, 2006 3:29 pm

It does. I also tried it as dgdecode_MPEG2Source, and that still generated the same error.

User avatar
madbunny
Joined: Tue Jun 17, 2003 3:12 pm
Org Profile

Re: AVISynth and VirtualDubMod

Post by madbunny » Tue Aug 08, 2006 4:14 pm

Rajin Recoil wrote: I've tried uninstalling VirtualDubMod, and AVISynth. I've also tried upgrading AVISynth from 2.5.5 to 2.5.6 and VirtualDubMod to 1.5.10.2 b2542.
1) try making another project file.
and/or
2) Use virtualdubmod and chose "load via avisynth."

Keep it simple, just get it to load. (eg: mpeg2source"c:\blah blah.d2v")

Locked

Return to “Video Software Help Archive”