Francesco Romani <[EMAIL PROTECTED]> writes: > On Sun, 2008-08-10 at 19:59 +0200, Christian Marillat wrote: >> Hi, >> >> I did a small movie from jpeg files. The avi file build under an i386 >> machine is correct when the one I did on an amd64 machine is, well >> strange. >> >> Where is the problem ? > > Given the syntomps, I'll bet the issue is in image rescaling path. > Which commandline have you used?
transcode -x imlist,null -i ~/film-avi/imlist -f 25 -o film-amd64.avi -Q 3 -y xvid,null -k -w 800 --use_rgb -g 1600x1200 > To see if I'm right, re-run with --accel C Yes, this work, then you can fix that :) Christian