Log in

View Full Version : CCE with audio via avs script?


SLYP
28th January 2005, 23:12
Hi, Im trying to encode in CCE from an avisynth script via an automatic application I have written. First I encode the audio then make an ecl file for CCE and launch CCE.

The problem I am having is that when I use the line:
AviSource("D:\TestFilm.avi")
it does the encode but the picture locks up like the picture below:

however if i change it to use the line:
AviSource("D:\TestFilm.avi", false)

It encodes without a problem. So Is there any setting I would need to change in the ecl file so the pic doesnt lock up?? or does CCE have a problem with audio in avisynth scripts. Btw the audio in my avi is MPEG Layer-3.

any help would be appreciated.

edit: hmm for some reason my attached jpg isnt working. Basically i get a red zigzag type part on the bottom third of the screen almost asif its avisynth error text thats been blurred along with the first frame of my video.