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

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to