OK, tried deleting it and running meguIV on it's own. It creates the sandbox folder, no problem. Exit, delete sandbox folder, extract the one from the .rar, restart and still no Vit profiles. Some sort of path issue I suspect for two reasons, firstly, I have "normal" Megui
installed and I also have sandboxie software installed. Perhaps between the two of them there's some confusion as to where to look.
And now the good news: All I did was MOVE the C:\MeguIV\* to E: which is a SATA3 drive. Extracted nothing new, changed nothing, just ran it and viola, I get Vit profiles! So the short answer is that some issue is preventing it from running off C: or D: (both SSD drives - coincidence?), regardless of the reason, I have no problem running it of E: drive. So, problem solved? Well, not quite.
After playing with the (30fps) vit profiles a little, at first ALL would crash with mencoder. I then switched to the first x64 option, and that problem went away.
Now they all seem to work just fine EXCEPT for "
A: Placebo" and "
B: Very Slow". By changing
NOTHING else except the one click profile I cannot get these two to work. I get:
The file E:\TEST\VTS 01 1.avs cannot be opened.
Error message for your reference: FFT3DFilter: Can not load FFTW3.dll
Followed by:
Your AviSynth clip has the following problem:
Error in AviSynth script:
FFT3DFilter: Can not load FFTW3.DLL !
(E:\test\VTS 01 1.avs, line 7)
Continue Anyway?
Here's the .avs:
[hide]global MeGUI_darx = 52
global MeGUI_dary = 25
SetMTMode(3)
LoadPlugin("C:\meguIV\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("E:\TEST\VTS 01 1.d2v")
SetMTMode(2)
QuickTGMC( Preset="Placebo" )
SelectEven()
crop( 26, 74, -68, -74)
Spline36Resize(720,496) # Spline36 (Neutral)
Distributor()
[/hide]
Again, for the record, changing NOTHING but the profile, this clip encodes from start to finish with all the other 30fps profiles EXCEPT for
Placebo and
Very Slow. And yes, the file FFTW3.DLL is present in:
E:\MeguIV\Sandbox\meguIV\1.0.1.1\Virtual\MODIFIED\@SYSTEM@
I'm guessing that this version of FFTW3.DLL is not compatible with 64bit Win7 Ultimate...?
Any idea's?