When I converted the avi file (rawvideo bgr24) into the ogv file, movie became a little red.
Bug #563003 reported by
nya24
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ffmpeg2theora |
New
|
Unknown
|
j^ |
Bug Description
I am using ffmpeg2theora version 0.23 with Windows XP.
When I converted the avi file (rawvideo bgr24) into the ogv file, movie became
a little red.[[BR]]
When I converted the mov file (rawvideo rgb24) into the ogv file, it was
correctly converted. [[BR]]
When the avi file (rawvideo bgr24) is converted, should I do something a special setting?
To post a comment you must log in.
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.