PDA

View Full Version : Problem when trying to add avs file to ccesp


michael4488
2nd April 2007, 13:20
i wrote a regular script that change the resulation of the movie and add black borders but when i add the script to
cce sp it says that there are only 240 frames.
if i encode it, it display a message "No compatiable ACM codec to decode 0x2000 audio stream to PCM"
well' i understand i miss a codec but which one? I had never encode audio with this program so hmmm.. whats that deal?
thx
Michael

manono
3rd April 2007, 07:51
Hello and welcome to the forum,

I take it the source is an AVI? To avoid CCE seeing the audio, do something like this:

AVISource(:"C:\Path\To\Movie.avi",False)

where the False disables the audio. Also, before sending your scripts to CCE, it's usually a good idea to test them in VDub(Mod) first. If something's wrong, it'll give you a better error message usually. And if you continue to have trouble with the script, you might post it here for us to have a look.

michael4488
8th April 2007, 14:38
Well, first of all thnx :)
hmmm Ive added what you said and the error message have changed :) now its:
"AviSource: Could not decompress frame 0"
When I opened the movie in Gspot, it says that I have all the needed codecs... so what is the problem? :\
The path to the file is correct, I have double checked it :\

manono
8th April 2007, 16:19
Perhaps there's something screwy about this AVI of yours. Maybe it's something else, just renamed as an AVI. I don't know. Sometimes if AVISource doesn't work, DirectShowSource will, so you might try it instead:

DirectShowSource("C:\Path\To\Movie.avi",Audio=False)

http://avisynth.org/DirectShowSource

michael4488
8th April 2007, 19:30
Any idea why? Anyway - thanks alot :)

manono
9th April 2007, 00:58
Why AVISource doesn't work? Not really. If you would like to cut a small piece and upload it somewhere, we could have a look. 10 MB will be fine.