Comment 1 for bug 563003

Revision history for this message
nya24 (nya24) wrote :

A similar problem seems to occur when avi file (rawvideo bgr24) is converted into mpeg1video by using ffmpeg.
ffmpeg -i movie.avi -f mepg1video movie.mpg

However, the problem doesn't happen when resizing it.
ffmpeg -i movie.avi -f mepg1video -s 802x600 movie.mpg
original size is 800x600.

I think that there are some problems in ffmpeg.