[FFmpeg-trac] #1279(swscale:closed): Transform X'Y'Z' to RGB via colormatrix

FFmpeg trac at avcodec.org
Wed May 15 09:27:52 CEST 2013


#1279: Transform X'Y'Z' to RGB via colormatrix
-------------------------------------+-------------------------------------
             Reporter:  wolfgangw    |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  wish         |                Component:  swscale
              Version:  git-master   |               Resolution:  fixed
             Keywords:  XYZ j2k      |               Blocked By:
  colormatrix                        |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by wolfgangw):

 Could you be bothered to provide an example for untransformed output? And
 one for a different transform graph through libswscale?

 When I try to follow a frame's path through the code I run into
 {{{AV_PIX_FMT_XYZ12BE/LE}}} and

 {{{
 case AV_PIX_FMT_XYZ12BE : *format = AV_PIX_FMT_RGB48BE; return 1;
 }}}

 in {{{libswscale/utils.c}}}. I don't see another path and that is of
 course entirely due to a lack of understanding how things are done in
 FFmpeg. Tia.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1279#comment:47>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list