I'm an experienced Avisynth user but I can't seem to get MP Pipeline to work. I have Windows 7 64-bit installed. I have Avisynth 2.6 MT installed. I also installed Avisynth 64-bit MT 4-16-10. I copied the following Avisynth 64-bit dll's into this directory "C:\Windows\System32":

avisynth.dll
DevIL.dll

I ran the batch installed file and it said it was successful.

I copied the x86 MP_Pipeline.dll file into C:\Program Files (x86)\AviSynth 2.5\plugins

I copied the x64 MP_Pipeline.dll file into C:\Program Files <x86>\AviSynth 2.5\plugins64\

I copied all my 32-bit plugins into the 64-bit plugins directory.

Here's my script:
Code:
MP_Pipeline("""
FFVideoSource("E:video.mpg")
QTGMC()
### prefetch: 16, 0
### ###
""")
# MCTD()
It doesn't work and the script won't load. What am I doing wrong? Does anyone have a step by step guide as to how to install it correctly?