Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link |
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 Have you an idea please ? Thanks a lot, Best regards, Nixeus |
![]() |
![]() |
![]() |
#4 | Link |
Registered User
Join Date: Dec 2010
Posts: 25
|
Thanks a lot for these fast answer,
So,i need to stay with Avisynth 32bits standard. How can i speed my encoding process with megui ( I have a core i7 (8 thread )). Need i to replace some dll ? Thanks a lot, Best regards, Nixeus |
![]() |
![]() |
![]() |
#5 | Link | |
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
Quote:
If this is still too slow you'll either have to overclock the chip or get something like an i7 990 or some badass dual Xeon setup. Of course, this would only be beneficial if the encoder can utilize all the cores efficiently -> x264). Last edited by Groucho2004; 29th November 2011 at 01:39. |
|
![]() |
![]() |
![]() |
#7 | Link | |
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
Quote:
Once you add filters which for example perform denoising or deinterlacing (MDegrain, QTGMC), Avisynth will quickly become the bottleneck in the encoding process. In these cases one can try to use one of the various MT versions floating around although they can be prone to crashing. There is a 64 bit version of Avisynth but this is also not official and you have to exclusively use 64 bit filters with it. This only makes sense if you run out of memory because of heavy filtering. Bottom line: Use official, single threaded versions of Avisynth if your scripts are fast enough not to starve the encoder. |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|