PDA

View Full Version : Need Help: Error: No function named MPEG2Source


Wandering Dreamer
6th November 2005, 11:16
I'm running WinXP Pro on my computer, and of course, after formatting I have to install AVSynth again (I have installed 2.5) *sighs*

My error that I keep getting is "Script Error: There is no function named MPEG2Source". I seem to be able to get the AVISource to play AVIs but not d2v files.

Can anyone help me or point me in the right direction? I've tried using the search and a few other sites but I've had nil result. I've tried adding in the load plugin function as well but it doesn't seem to be able to load plugins as well. I've checked the loactions of the files enough times and the spelling so it doesn't seem to be that either. Can anyone help me?

LoadPlugin("C:\AVSFilters\MPEG2DEC.DLL")
MPEG2source("C:/Houses.d2v")

Wilbert
6th November 2005, 14:04
1) Install v2.56.

2) Get the latest DGIndex/DGDecode combo: http://www.neuron2.net/dgmpgdec/dgmpgdec.html

rfmmars
7th November 2005, 03:33
I'm running WinXP Pro on my computer, and of course, after formatting I have to install AVSynth again (I have installed 2.5) *sighs*

My error that I keep getting is "Script Error: There is no function named MPEG2Source". I seem to be able to get the AVISource to play AVIs but not d2v files.

Can anyone help me or point me in the right direction? I've tried using the search and a few other sites but I've had nil result. I've tried adding in the load plugin function as well but it doesn't seem to be able to load plugins as well. I've checked the loactions of the files enough times and the spelling so it doesn't seem to be that either. Can anyone help me?

LoadPlugin("C:\AVSFilters\MPEG2DEC.DLL")
MPEG2source("C:/Houses.d2v")

You used the wrong slash with MPEG2source. Correct is ("c:\houses.dv2")

richard

foxyshadis
7th November 2005, 05:42
You used the wrong slash with MPEG2source. Correct is ("c:\houses.dv2")

richard
Doesn't matter, windows can use unix and dos slashes interchangably.

rfmmars
7th November 2005, 18:35
Doesn't matter, windows can use unix and dos slashes interchangably.

Thanks, I didn't know that.

richard