[FFmpeg-trac] #6526(ffmpeg:new): Codecs ayuv, v308, and v408 should be marked as lossless ("S" tag) in -codecs output

FFmpeg trac at avcodec.org
Sat Jul 15 02:09:43 EEST 2017


#6526: Codecs ayuv, v308, and v408 should be marked as lossless ("S" tag) in
-codecs output
-------------------------------------+-------------------------------------
             Reporter:  tangent      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  ffmpeg       |                  Version:  3.2.4
             Keywords:  codecs,      |               Blocked By:
  help, output                       |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 The following command should produce the list of lossless video encoders:
 {{{
 $ ffmpeg -codecs 2> /dev/null | grep '^..EV..S ' | grep -Ev 'image|bitmap'
 }}}

 The output is mostly correct, but it is missing `ayuv`, `v308`, and
 `v408`, which are all lossless, as far as I am aware.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6526>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list