Log in

View Full Version : How to install Avisynth 2.5?


nexus
25th November 2002, 10:42
Hi,

i have a problem with installing the latest avisynth alpha.
As the .zip-file comes without any install.reg (just .dll) i tried to use the install.reg from v.2.05 (avisynth.dll in sys32-dir). But when i try to open a .d2v with MPEG2Dec3.dll (in VirtualDub v1.4.12) VDub crashes. I also tried to register the avisynth.dll with regsvr32, but it says that the .dll could not be installed.
I have no other version of avisynth installed. OS: WinXP

Here the install.reg i tried to use:
REGEDIT4

[HKEY_CLASSES_ROOT\avifile\Extensions\AVS]
@="{E6D6B700-124D-11D4-86F3-DB80AFD98778}"

[HKEY_CLASSES_ROOT\Media Type\Extensions\.avs]
"Source Filter"="{D3588AB0-0781-11CE-B03A-0020AF0BA770}"

[HKEY_CLASSES_ROOT\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}]
@="Avisynth"

[HKEY_CLASSES_ROOT\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}\InProcServer32]
@="avisynth.dll"
"ThreadingModel"="Apartment"


Here the .avs-script i use, maybe the mistake is in it, cause i'm very new to avisynth:
LoadPlugin("E:\Tools\MPEG2Dec3.dll")
LoadPlugin("E:\Tools\Convolution3D.dll")
LoadPlugin("E:\Tools\lanczos3.dll")
MPEG2Source("D:\dvd\dvd.d2v")
Convolution3d (preset="movieHQ")
lanczosresize(720,320,0,64,576,656)


And I had used the SEARCH, so i'm sorry if the information is anywhere out there and i just didn't found it.

Thanx for any help.

--
nexus

Wilbert
25th November 2002, 10:57
Info is in the YV12 sticky.

1) Just install v2.05 (with reg-file etc.), and copy the v2.5 dll over it (without using reg-files).

2) Those dll's don't work in v2.5. The plugins that do work in v2.5 are listed in the YV12 sticky thread.

3) Lanczos is an internal filter in v2.5 (also in v2.06/v2.07) and it works in v2.5.

4) Install VirtualDubMod, read the sticky as for why. (If you don't want to, you have to install DivX5, or the latest Xvid built of Koepi, because there will a be YV12 --> YUY2 --> YV12 conversion. And if you don't want to install DivX5/Xvid have to end your avs script with ConvertToYUY2.)

nexus
25th November 2002, 23:22
Thanx a lot.

--
nexus