Log in

View Full Version : Avisynth Makes CCE Crash?


lrosado
23rd September 2002, 18:56
How exactly am i suppose to install this and get it to work?

I unzipped the avisynth 2.05 file and copied over avisynth.dll to the windows/system folder and hit install.bat and everything said it was installed. I put in the .avs script just as directed in doom9 guide, but of coarse with directories of my files, and saved under.avs file not text. Open up cce 2.5 and right click hit add and select .avs file and cce stays thinking for 10-15 sec and the stops responding. I then read when you have windows nt/2000/xp it has to be copied to the windows/system32 folder so i uninstalled avisynth and followed instruction to install but under new directory and it still runs into the same problem.

script i used is just like this example:

LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("D:\rmd\rmd.d2v")
ResampleAudio(44100)

Any ideas why it's not working for me? If not any other way to do IVTC beside using Avisynth? If so how?

sh0dan
23rd September 2002, 18:59
Could be that there isn't any audio. Try this script instead:


LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("D:\rmd\rmd.d2v")
b=blankclip().resampleaudio(44100)
audiodub(b)

lrosado
23rd September 2002, 19:06
will try tonight and post outcome tonight, thanks for the prompt response, I appreciate it.

slk001
23rd September 2002, 19:27
You probably have issues with one of your files. And there doesn't have to be any audio for it to load into CCE (just uncheck the AUDIO FILE box once you are "in"). All the RESAMPLEAUDIO command does is make CCE "think" that there is an audio file included and therefore it lets you in.

Check your file by right clicking on your .AVS file and have it OPEN WITH WINDOWS MEDIA PLAYER. If it doesn't run here, it will never run in CCE. If is does open, then reload your CCE from the original disk.

lrosado
24th September 2002, 16:56
Could it be because I am using DVD2AVI 1.77 and not 1.76?

slk001
24th September 2002, 18:21
I believe that the last "official" release was 1.76. Others have modified the program to fit their needs, and some stuff may have been removed. Did your script run with WMP?

lrosado
24th September 2002, 18:29
Sorry I didnt, Forgot. will try today, but if it cant open in CCE anyways why does it matter to open in WMP? is it to see if the problem is CCE program? I'll try today when I get home at 4PM. Just curious, if it opens in WMP then what do you think I should do?

Thanks again for you help!

int 21h
24th September 2002, 19:46
Did you make sure to edit the path.to avisynth in the .reg file and apply the .reg file (by double clicking it) to your registry?

lrosado
24th September 2002, 21:01
how would I do that?

int 21h
25th September 2002, 04:40
With notepad.. there's a place for you to add the path to the .dll so if you copied it to your system directory it'd be something like c:\winnt\system32\avisynth.dll or whatever.

lrosado
25th September 2002, 12:29
I found out that it was that for some reason it did not work with d2v created by dvd2avi v1.77, I used v1.76 and everything worked. thanks everyone for your input.

Wilbert
26th September 2002, 09:32
You need mpeg2dec2.dll (where to download it can be found in faq) accordingly to http://forum.doom9.org/showthread.php?threadid=34211.