Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
El Capitan
Join Date: Aug 2002
Location: Miami, FL
Posts: 172
|
Avisynth Makes CCE Crash?
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?
__________________
WinXP P-4 3Ghz 800Mhz 1Gig Corsair DDR 400mhz 2 36Gig WD Raptor S-ATA 2 74Gig WD Raptor S-ATA 875P Chipset SB Live 5.1 ATI All in Wonder 9600XT ARTEC 16X DVD-Rom LG DVD-+R/RW/DL |
|
|
|
|
|
#2 | Link |
|
Retired AviSynth Dev ;)
![]() Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
|
Could be that there isn't any audio. Try this script instead:
Code:
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("D:\rmd\rmd.d2v")
b=blankclip().resampleaudio(44100)
audiodub(b)
__________________
Regards, sh0dan // VoxPod |
|
|
|
|
|
#3 | Link |
|
El Capitan
Join Date: Aug 2002
Location: Miami, FL
Posts: 172
|
will try tonight and post outcome tonight, thanks for the prompt response, I appreciate it.
__________________
WinXP P-4 3Ghz 800Mhz 1Gig Corsair DDR 400mhz 2 36Gig WD Raptor S-ATA 2 74Gig WD Raptor S-ATA 875P Chipset SB Live 5.1 ATI All in Wonder 9600XT ARTEC 16X DVD-Rom LG DVD-+R/RW/DL |
|
|
|
|
|
#4 | Link |
|
Registered User
Join Date: Apr 2002
Posts: 399
|
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. |
|
|
|
|
|
#5 | Link |
|
El Capitan
Join Date: Aug 2002
Location: Miami, FL
Posts: 172
|
Could it be because I am using DVD2AVI 1.77 and not 1.76?
__________________
WinXP P-4 3Ghz 800Mhz 1Gig Corsair DDR 400mhz 2 36Gig WD Raptor S-ATA 2 74Gig WD Raptor S-ATA 875P Chipset SB Live 5.1 ATI All in Wonder 9600XT ARTEC 16X DVD-Rom LG DVD-+R/RW/DL |
|
|
|
|
|
#7 | Link |
|
El Capitan
Join Date: Aug 2002
Location: Miami, FL
Posts: 172
|
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!
__________________
WinXP P-4 3Ghz 800Mhz 1Gig Corsair DDR 400mhz 2 36Gig WD Raptor S-ATA 2 74Gig WD Raptor S-ATA 875P Chipset SB Live 5.1 ATI All in Wonder 9600XT ARTEC 16X DVD-Rom LG DVD-+R/RW/DL |
|
|
|
|
|
#9 | Link |
|
El Capitan
Join Date: Aug 2002
Location: Miami, FL
Posts: 172
|
how would I do that?
__________________
WinXP P-4 3Ghz 800Mhz 1Gig Corsair DDR 400mhz 2 36Gig WD Raptor S-ATA 2 74Gig WD Raptor S-ATA 875P Chipset SB Live 5.1 ATI All in Wonder 9600XT ARTEC 16X DVD-Rom LG DVD-+R/RW/DL |
|
|
|
|
|
#11 | Link |
|
El Capitan
Join Date: Aug 2002
Location: Miami, FL
Posts: 172
|
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.
__________________
WinXP P-4 3Ghz 800Mhz 1Gig Corsair DDR 400mhz 2 36Gig WD Raptor S-ATA 2 74Gig WD Raptor S-ATA 875P Chipset SB Live 5.1 ATI All in Wonder 9600XT ARTEC 16X DVD-Rom LG DVD-+R/RW/DL |
|
|
|
|
|
#12 | Link |
|
Super Moderator
![]() Join Date: Nov 2001
Location: Netherlands
Posts: 6,392
|
You need mpeg2dec2.dll (where to download it can be found in faq) accordingly to http://forum.doom9.org/showthread.php?threadid=34211.
|
|
|
|
![]() |
|
|