Log in

View Full Version : New Avisynth Problem


Fmazzanti
17th May 2003, 12:17
Hi guys,
I post this one here because I've experienced this prob since I updated to the latestt DIF4U and DoCCE4U. I updated to AviSynth 2.08 in order to deinterlace material de way it is explained in the new Scenarist guide by doom9. However, when I try to load decomb.dll with the script

import("C:\Archivos de programa\DoItFast4U\new.avs\addaudio.avs")
LoadPlugin("C:\Archivos de programa\DoItFast4U\mpeg2dec3.dll")
LoadPlugin("C:\Archivos de programa\DoItFast4U\new.avs\decomb.dll")
Mpeg2Source("VTS__01_P03.4~3_1.d2v")
FieldDeinterlace(blend=false)
AddAudio()
ConvertToYUY2()

and load it into CCE, it spits the following message
'Frame size 1012x56 is not supported. Supported frame size is up to 720x576'
and that's it. No encoding, no nothing...

I tried to load the .avs file directly into media player and it says

'LoadPlugin("C:\Archivos de programa\DoItFast4U\mpeg2dec3.dll") is not an Avisynth 1.0 plugin'

The result is that I can not deinterlace anymore :scared:

Please, help me... I can't finish my backup.

hendrix
17th May 2003, 12:42
just wondering...after you demuxed the files...did you move any of them around - when you start renaming and moving file into different directories...you get the "Frame size error" - hope this helps :D

Fmazzanti
17th May 2003, 13:04
No, I didn't move anything. Actually I ran DIF4U over the material once I installed the new Avisynth.
However I'm afraid I didn't remove the previous version of Avisynth.
hat would be the way to completely remove the older version and install the new one? I guess I have some sort of versions mix problem...

hendrix
17th May 2003, 14:13
hmmm..what i would do is, uninstall both avisynths and reinstall
2.08 and run DIF4U again - it may sound like a hassle but oh well. :D

Fmazzanti
17th May 2003, 15:47
Yeah probably... but what's the right procedure to uninstall Avisynth?
I remember having to do something to the Windows registry, ut don't remember exactly... How is this done?

hendrix
17th May 2003, 16:10
i didn't go into the registry - i just uninstalled using the
standard add/remove programs in the control panel. installed
avisynth 2.08 - no problems for me.

Eyes`Only
18th May 2003, 02:42
'LoadPlugin("C:\Archivos de programa\DoItFast4U\mpeg2dec3.dll") is not an Avisynth 1.0 plugin' Well yeah, it's not an Avisynth 1.0 plugin, it's an Avisynth 2.0 plugin, I believe.

Doom9
18th May 2003, 12:27
actually.. the 2.0x plugins are called 1.0 plugins for some reason.. but you have an avisynth problem

your mpeg2dec3.dll is avisynth 2.0x, your decomb.dll is avisynth 2.5x so naturally that cannot work. All lines that have new.avs/ in them are for 2.5x, all that don't have that are for 2.0x. So, you claim to use 2.08 but then I don't understand why you get an error for the mpeg2dec3 line.. that one is correct.. the decomb one should thrown an error.. or maybe you have started copying dlls around... my first suggestion would be that you uninstall dif4u, ensure that all dlls are gone, then install again.