#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to