[FFmpeg-trac] #5823(documentation:new): showspectrumpic filter scale option order is wrong

FFmpeg trac at avcodec.org
Mon Sep 5 14:50:25 EEST 2016


#5823: showspectrumpic filter scale option order is wrong
-------------------------------------+-------------------------------------
             Reporter:  nicol        |                     Type:  defect
               Status:  new          |                 Priority:  minor
            Component:               |                  Version:  git-
  documentation                      |  master
             Keywords:               |               Blocked By:
  showspectrumpic                    |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug: showspectrumpic filter scale option order is wrong
 between code and document.
 How to reproduce:
 {{{
 % ffmpeg -h filter=showspectrumpic
 scale             <int>        ..FV.... set display scale (from 0 to 5)
 (default log)
    sqrt                         ..FV.... square root
    cbrt                         ..FV.... cubic root
    4thrt                        ..FV.... 4th root
    5thrt                        ..FV.... 5th root
    log                          ..FV.... logarithmic
    lin                          ..FV.... linear

 https://ffmpeg.org/ffmpeg-filters.html#showspectrumpic
 scale
     ‘lin’
         linear
     ‘sqrt’
         square root, default
     ‘cbrt’
         cubic root
     ‘4thrt’
         4th root
     ‘5thrt’
         5th root
     ‘log’
         logarithmic

 ffmpeg version N-81550-g443c9fa
 built on ... zeranoe
 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

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


More information about the FFmpeg-trac mailing list