[FFmpeg-trac] #8856(undetermined:closed): Wrong colors (pink overlay) in webm video created from png image
FFmpeg
trac at avcodec.org
Tue Aug 18 18:59:01 EEST 2020
#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
More information about the FFmpeg-trac
mailing list