[FFmpeg-trac] #6608(undetermined:new): wrong pixel values when decoding r210, r10k

FFmpeg trac at avcodec.org
Wed Aug 23 14:16:46 EEST 2017


#6608: wrong pixel values when decoding r210, r10k
-------------------------------------+-------------------------------------
             Reporter:  shekh        |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 I observed errors in pixel values and created this test to demonstrate the
 problem.
 The input is filled with pure blue 000003FF but when decoding it becomes
 b=FFFE g=0000 r=001B

 Any color is distorted somehow, not just pure blue.

 How to reproduce:
 Dont know best way to see pixels with command line, but this way it is
 quite obvious in hex editor
 {{{
 % ffmpeg.exe -i blue_r210.avi -c:v rawvideo -pix_fmt bgra64 -strict -5
 blue64.avi
 ffmpeg version N-87027-gd826951 from zeranoe static 32bit
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6608>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list