[FFmpeg-trac] #9167(undetermined:closed): Color changed when an image converting to video

FFmpeg trac at avcodec.org
Tue Mar 30 16:54:17 EEST 2021


#9167: Color changed when an image converting to video
--------------------------------+----------------------------------------
             Reporter:  kvsico  |                    Owner:
                 Type:  defect  |                   Status:  closed
             Priority:  normal  |                Component:  undetermined
              Version:  4.3.2   |               Resolution:  invalid
             Keywords:          |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+----------------------------------------
Changes (by pdr0):

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


Comment:

 Not a bug.

 8bit RGB vs. 8bit YUV

 You need to encode either using 8bit RGB , or 10bit YUV

 Neither are as compatible with most devices as 8bit YUV, only the latter
 is more common for distribution formats

 ffmpeg -y -t 4 -loop 1 -i 1.png -c:v libx264rgb 2.mp4

--
Ticket URL: <https://trac.ffmpeg.org/ticket/9167#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list