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.
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.
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.
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: