[FFmpeg-trac] #9992(undetermined:new): gray16 pixel format

FFmpeg trac at avcodec.org
Wed Oct 26 10:58:06 EEST 2022


#9992: gray16 pixel format
-------------------------------------+-------------------------------------
             Reporter:  Michael      |                     Type:  defect
  Koch                               |
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 When the available pixel formats are listed with
 ffmpeg -pix_fmts
 then "gray16" is not found in the list (however "gray16le" and "gray16be"
 are listed).

 On the other hand, if I use "format=gray16" in the filter chain or
 "-pixel_format gray16" as a command line option, then I get no error
 message and no warning.

 That doesn't seem to be right. If "gray16" is an alias for either
 "gray16le" or "gray16be", then it should also be listed with ffmpeg
 -pix_fmts
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9992>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list