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
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