Log in

View Full Version : CCE &AviSynth -> picture error


wh00t
16th February 2004, 23:44
Hi everyone,

I have a serious problem encoding an avi file into mpg2 using avisynth 2.54 and cce 2.66. First of all my avs-file looks like this:

AVISource("myavi.avi")
LanczosResize(480,480)
ConvertToYUY2()

I'm trying to convert it into svcd-specs resolution as u can see. It plays fine in wmp 6.4 aswell as using virtualdub. When i load it into cce the encoding seems to work out well, meaning frames are getting encoded without an error-msg. When it's done and i'm trying to play the mpv-file the whole thing is strangly scrambled (first frame [sometimes last frame, varies on encoding-tryout] is being displayed on half of the screen, whereas the lower-half has some red-distortion-lines on black background). If you speedy forward there are a few unrecognisable blocks on the screen, which is mainly black in the background.

If i encode the whole thing using same parameters in cee without avisynth and resizing, everything works well and the mpg turns out fine.

I believe i installed avisynth correctly, as the dll is in my system32 folder, and huffyuv seems to be installed aswell.

If anyone has an idea please don't hesitate to post a proposal. I'm really going nuts on this one and i've already tried several times with the (nearly) same output everytime.

Thanks

RB
17th February 2004, 00:33
This looks more like an AVISynth problem, so moved.

Bogalvator
17th February 2004, 02:01
Load up you CCE encoded mpeg in DVD2AVI and see what it looks like. If it looks OK when you scan through it then it might a problem with your DVD/MPEG-2 software installation.

wh00t
17th February 2004, 02:12
alright.. thanks but actually it is an avi, which u could see by..

AVISource("myavi.avi")

but thx anyway

and no.. mp2 plays fine for now, so no prob w/decoder