Log in

View Full Version : Strange problem - AviSynth, avs2avi or mcbob to blame?


wonkey_monkey
22nd February 2007, 14:43
Hello... here's a strange problem that I wondered if anyone could shed some light on.

I'm using avs2avi to process an AviSynth script. The script is very basic - it sets a source, converts it to yv12 if necessary, and calls mcbob with default parameters.

Different things happen depending on what kind of source I use:

1. If the clip is a d2v file read with mpeg2source, or a DV AVI read with avisource (using the Panasonic DV codec, to the best of my knowledge), everything is fine.
2. If the clip is a DV AVI read with directshowsource, avs2avi crashes (memory could not be read) after only a few frames.
3. If the clip is an Xvid or MJPEG AVI read with avisource, avs2avi crashes at the end of it's processing, but the resulting file is otherwise okay.

If I use VirtualDub to process the same script, there are no errors in any case.

David