[FFmpeg-trac] #10683(documentation:new): Typo in Documentation

FFmpeg trac at avcodec.org
Wed Nov 22 23:18:34 EET 2023


#10683: Typo in Documentation
-------------------------------------+-------------------------------------
             Reporter:  conivayt     |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:  git-
  documentation                      |  master
             Keywords:  docs typo    |               Blocked By:
  examples error                     |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Example for "**39.224 selectivecolor**" filter in documentation is wrong
 (possible typo). This might be confusing for new users. \\


 https://ffmpeg.org/ffmpeg-all.html#Examples-156\\


 Which is:
 ----

 * Increase cyan by 50% and reduce yellow by 33% in every green areas, and
 increase magenta by 27% in blue areas:
 {{{
 selectivecolor=greens=.5 0 -.33 0:blues=0 .27
 }}}


 ----

 Correct parameter example should be:
 ----
 * Increase cyan by 50% and reduce yellow by 33% in every green areas, and
 increase magenta by 27% in blue areas:
 {{{
 selectivecolor=greens=0.5:yellows=0.33=blues=0.27
 }}}


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


More information about the FFmpeg-trac mailing list