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

Now that I've finally had a chance to look into this, I can't reproduce
this using CVS HEAD (using ffmpeg for output and changing --use_rgb to
-V rgb24).  Can you check again and see if the problem still occurs?
If it does, please mention:
    - Which version of transcode you tried
    - Whether or not it happens with no "--accel" flag, with "--accel C",
      and with "--accel asm"
    - The size in pixels of the original images (if you can provide the
      image files themselves, even better)

  --Andrew Church
    [EMAIL PROTECTED]
    http://achurch.org/

Reply via email to