VDub 1.88 (stable) 64-bit
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: VDub 1.88 (stable) 64-bit
In any case, yes, avisynth.dll should go in C:\WINDOWS\system32. After putting it there, you probably will need to register it. Start->Run... and enter this into the dialog:
regsvr32 "C:\WINDOWS\system32\avisynth.dll"
And click OK.
regsvr32 "C:\WINDOWS\system32\avisynth.dll"
And click OK.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- AaronAMV
- eating that e. coli spinach
- Joined: Tue Jan 22, 2008 7:54 pm
- Status: (◔ ◡ ◔ )
- Location: (◔ ◡ ◔ )
Re: VDub 1.88 (stable) 64-bit
Er...The module "C:\Windows\system32\avisynth.dll" was loaded but the entry-point DllRegisterServer was not found.
Make sure that "C:\WINDOWS\system32\avisynth.dll" is a valid DLL or OCX file and then try again
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: VDub 1.88 (stable) 64-bit
Well, with the DLL just being in there does AviSynth work? If it does, then you don't need to bother registering it.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- AaronAMV
- eating that e. coli spinach
- Joined: Tue Jan 22, 2008 7:54 pm
- Status: (◔ ◡ ◔ )
- Location: (◔ ◡ ◔ )
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: VDub 1.88 (stable) 64-bit
Then my only other guess is to put the .reg file in C:\WINDOWS\system32, and then double-click on it so that it can load itself into the registry (note: this more than likely requires being run as Administrator).
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- AaronAMV
- eating that e. coli spinach
- Joined: Tue Jan 22, 2008 7:54 pm
- Status: (◔ ◡ ◔ )
- Location: (◔ ◡ ◔ )
Re: VDub 1.88 (stable) 64-bit
I love you. Thanks for all the help.
now if only i can get vegas to work, i can edit again
now if only i can get vegas to work, i can edit again
- AaronAMV
- eating that e. coli spinach
- Joined: Tue Jan 22, 2008 7:54 pm
- Status: (◔ ◡ ◔ )
- Location: (◔ ◡ ◔ )
Re: VDub 1.88 (stable) 64-bit
The script I was loading before was an AVISource, so I try to go load an MPEG2Source, and it doesn't work...
Avisynth open failure:
Script Error: there is no function named "mpeg2source"
(C:\User\Aaron\Downloads\VIDEO_TS\SEV1.avs, line 1)
Code: Select all
mpeg2source("C:\Users\Aaron\Downloads\VIDEO_TS\SEV1.d2v")
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: VDub 1.88 (stable) 64-bit
AviSynth64 only loads 64-bit plugins, you need the 64-bit version of DGDecode.dll - it's on the same page that I linked earlier.AaronAMV wrote:
The script I was loading before was an AVISource, so I try to go load an MPEG2Source, and it doesn't work...Avisynth open failure:
Script Error: there is no function named "mpeg2source"
(C:\User\Aaron\Downloads\VIDEO_TS\SEV1.avs, line 1)Code: Select all
mpeg2source("C:\Users\Aaron\Downloads\VIDEO_TS\SEV1.d2v")
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- AaronAMV
- eating that e. coli spinach
- Joined: Tue Jan 22, 2008 7:54 pm
- Status: (◔ ◡ ◔ )
- Location: (◔ ◡ ◔ )
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: VDub 1.88 (stable) 64-bit
Was it indexed with the 64-bit DGIndex? If you use LoadPlugin to manually specify DGDecode.dll, does it still not work?AaronAMV wrote:The DGDecode.dll from that page is in there...
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog