#8856: Wrong colors (pink overlay) in webm video created from png image
-------------------------------------+-------------------------------------
             Reporter:  bers         |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:  invalid
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by pdr0):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 There is no problem for ffmpeg; it's a playback problem it's "gbrp"
 because input is rgb24 png

 ffplay plays it normally

 Convert to YUV if you need YUV VP9 compatible with other programs like
 chrome

 eg.
 ffmpeg -i input.png -c:v libvpx-vp9 -vf format=yuv420p -crf 30 -b:v 0
 yuv420p.webm

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

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to