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
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