tedkunich
12th April 2003, 09:03
I have several large AVI caps (huffy) that I'm using Avisynth to splice together and frameserve and have been running into problems. CCE 2.5 will not open the AVS file at all - it just crashes and exits. CCE 2.66.1.7 will open and process the file, ONLY if I add the KillAudio() function - the ResampleAudio(44100) trick does not work. Also if I use the ECLCCE tool, CCE 2.66 crashes every time I save the .ecl. If I use VirtualDub to frameserve the AVS file, ECLCCE is happy...
I can open the AVS files in Windows media player, VirtualDub and everything plays fine, but CCE balks.
I have tried Avisynth 2.07 an 2.08 with the same result.
Is there a different (older) version of Avisynth that I should try?
One other observation has been that VirtualDub will crash when I close the video file(.avs) after opening it. I know this is not related to CCE, but I'm not sure if that behavior is normal or not, so I do not know its relevance to the CCE issue.
System is a 1.7 P4, 512Mb ram, XPPro w/SP1
Thanks
Ted
Here is my script:
SetMemoryMax(32)
trim(AVISource("D:\SW\Ep6\jedi_pt1_pt2.avi"),263,96609)+trim(AVISource("D:\SW\Ep6\jedi_pt1_pt2.avi"),96949,197846)+trim(AVISource("D:\SW\Ep6\jedi_pt3.avi"),43,46683)
KillAudio()
I can open the AVS files in Windows media player, VirtualDub and everything plays fine, but CCE balks.
I have tried Avisynth 2.07 an 2.08 with the same result.
Is there a different (older) version of Avisynth that I should try?
One other observation has been that VirtualDub will crash when I close the video file(.avs) after opening it. I know this is not related to CCE, but I'm not sure if that behavior is normal or not, so I do not know its relevance to the CCE issue.
System is a 1.7 P4, 512Mb ram, XPPro w/SP1
Thanks
Ted
Here is my script:
SetMemoryMax(32)
trim(AVISource("D:\SW\Ep6\jedi_pt1_pt2.avi"),263,96609)+trim(AVISource("D:\SW\Ep6\jedi_pt1_pt2.avi"),96949,197846)+trim(AVISource("D:\SW\Ep6\jedi_pt3.avi"),43,46683)
KillAudio()