[FFmpeg-trac] #741(avcodec:open): tiff: support pixel order per channel (RRGGBB)

FFmpeg trac at avcodec.org
Fri May 10 11:28:42 CEST 2013


#741: tiff: support pixel order per channel (RRGGBB)
-------------------------------------+-----------------------------------
             Reporter:  ami_stuff    |                    Owner:
                 Type:  enhancement  |                   Status:  open
             Priority:  wish         |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:  tif          |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by cehoyos):

 As in:
 {{{
 $ ffmpeg -i tests/lena.pnm -pix_fmt yuv420p 420.tif
 $ ffmpeg -i tests/lena.pnm -pix_fmt yuv422p 422.tif
 $ ffmpeg -i tests/lena.pnm -pix_fmt yuv440p 440.tif
 $ ffmpeg -i tests/lena.pnm -pix_fmt yuv444p 444.tif
 $ ffmpeg -i tests/lena.pnm -pix_fmt yuv410p 410.tif
 $ ffmpeg -i tests/lena.pnm -pix_fmt yuv411p 411.tif
 }}}
 ?

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


More information about the FFmpeg-trac mailing list