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

FFmpeg trac at avcodec.org
Wed May 15 09:42:24 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 cehoyos):

 Replying to [comment:47 wolfgangw]:
 > Could you be bothered to provide an example for untransformed output?

 {{{ffmpeg -i input -f rawvideo out}}} but as said, the more useful example
 is {{{mplayer -vo gl}}}

 > And one for a different transform graph through libswscale?

 Please explain the usecase for another transform (in an as-simple-as-
 possible language) so we can open a ticket for that feature request.

 > 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}}}.

 If you want XYZ output, you have to avoid libswscale (which does not
 support XYZ output).

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


More information about the FFmpeg-trac mailing list