Username:
B
I
U
S
"
url
img
#
code
sup
sub
font
size
color
smiley
embarassed
thumbsup
happy
Huh?
Angry
Roll Eyes
Undecided
Lips Sealed
Kiss
Cry
Grin
Wink
Tongue
Shocked
Cheesy
Smiley
Sad
1 page
--
--
List results:
Search options:
Use \ before commas in usernames
Edit history:
Tp_Fox: 2011-04-03 09:58:51 pm
Tp_Fox: 2011-04-03 09:52:16 pm
Tp_Fox: 2011-04-03 09:51:31 pm
Q(O_o)Q
I'm having some issues currently with avisynth and MeGui. On my older computer I could do everything perfectly but now on this new computer I downloaded a newer MeGui version and not sure what to do. This is my script in my notepad avs file:

AC3source(MPEG2source("Segment35.demuxed.d2v"),"Segment35 T01 2_0ch 256Kbps DELAY -382ms.ac3").DelayAudio(-.382)
Telecide()

The error I keep getting is "there is no function named MPEG2source".

This is the same code I have used for all of my previous segments and I've had no problem with it before. I installed avisynth, DGIndex, and everything but I keep getting that error. Sad

Edit: Okay now I realized that AviSynth didn't install properly and it won't install completely says windows. I'm using Windows 7 64 bit with intel processor if that helps.

I've also tried this one: http://forum.doom9.org/showthread.php?t=152800

But whenever I click the installer windows command prompt shows up and tells me to press any key to continue and nothing happens, it just closes.
Thread title:  
Quote from Tp_Fox:
The error I keep getting is "there is no function named MPEG2source".


http://speeddemosarchive.com/kb/AviSynth#Part_1:_Loading_the_plugins
Quote:
AviSynth will automatically load any dll and avsi files located in the plugins directory. If you're working with DVD source material, the only plugin that I recommend you load manually is DGDecode.dll since it's in its own folder. You can of course just copy and paste it into the plugins folder, but be sure to re-copy it if you update DGMPGDec. Change the file path if needed.
Code:
Loadplugin("C:\Program Files\DGMPGDec\DGDecode.dll") # For DVD source

#### For MvBob deinterlacing. Remove the # to load it.
#import("C:\Program Files\AviSynth 2.5\plugins\mvbob.avs")
Q(O_o)Q
Quote from ballofsnow:
Quote from Tp_Fox:
The error I keep getting is "there is no function named MPEG2source".


http://speeddemosarchive.com/kb/AviSynth#Part_1:_Loading_the_plugins
Quote:
AviSynth will automatically load any dll and avsi files located in the plugins directory. If you're working with DVD source material, the only plugin that I recommend you load manually is DGDecode.dll since it's in its own folder. You can of course just copy and paste it into the plugins folder, but be sure to re-copy it if you update DGMPGDec. Change the file path if needed.
Code:
Loadplugin("C:\Program Files\DGMPGDec\DGDecode.dll") # For DVD source

#### For MvBob deinterlacing. Remove the # to load it.
#import("C:\Program Files\AviSynth 2.5\plugins\mvbob.avs")

I got everything working, thanks for setting me on track. Smiley