View Single Post
Old 28th November 2011, 19:43   #1  |  Link
Nixeus
Registered User
 
Join Date: Dec 2010
Posts: 25
Avisynth MT x64 Unable to load

Hello my friends,

I woule like to encode a dvd to a mp4 (x624) with Megui using the Avisynth MT x64. I have installed this AviSynth properly according the readme file.

Here is my AVS Script :


Code:
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\MT.dll")
setmtmode(2,0)
LoadPlugin("E:\Users\xx\Downloads\MeGUI_2050_x86\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("E:\PLACEBO\VIDEO_TS\VTS_01_1.d2v", info=3)
LoadPlugin("E:\Users\xx\Downloads\MeGUI_2050_x86\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=0)
#deinterlace
#crop
#resize
mergechroma(blur(1.3)) # Little Noise
When i save the file, i have a error : Unable to load MT.DLL

Have you an idea please ?

Thanks a lot,

Best regards,

Nixeus
Nixeus is offline   Reply With Quote