[FFmpeg-trac] #5296(undetermined:closed): tiff sequences may need LZW compression option

FFmpeg trac at avcodec.org
Sun Mar 6 19:13:07 CET 2016


#5296: tiff sequences may need LZW compression option
-------------------------------------+-------------------------------------
             Reporter:  jsteinkamp   |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  important    |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:  invalid
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Changes (by jamrial):

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


Comment:

 {{{
 $ ./ffmpeg -h encoder=tiff
 [...]
 Encoder tiff [TIFF image]:
     General capabilities: threads
     Threading capabilities: frame
     Supported pixel formats: rgb24 rgb48le pal8 rgba rgba64le gray ya8
 gray16le ya16le monob monow yuv420p yuv422p yuv440p yuv444p yuv410p
 yuv411p
 TIFF encoder AVOptions:
   -dpi               <int>        E..V.... set the image resolution (in
 dpi) (from 1 to 65536) (default 72)
   -compression_algo  <int>        E..V.... (from 1 to 32946) (default
 packbits)
      packbits                     E..V....
      raw                          E..V....
      lzw                          E..V....
      deflate                      E..V....
 }}}

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


More information about the FFmpeg-trac mailing list