#2407: Conversion from yuv to RGB leads to broken gradients and colors.
------------------------------------+-----------------------------------
             Reporter:  sun         |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  swscale
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------

Comment (by cehoyos):

 Do I understand correctly that rgb.bmp shows the problem but bgr.bmp does
 not?
 {{{
 $ ffmpeg -i ffv1.avi -vf format=rgb24 rgb.bmp
 $ ffmpeg -i ffv1.avi -vf format=bgr24 bgr.bmp
 }}}
 and the same for:
 {{{
 $ ffmpeg -i ffv1.avi -vf format=rgb24 rgb.bmp
 $ ffmpeg -i ffv1.avi -vf format=bgr24 bgr.png
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2407#comment:6>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to