[FFmpeg-trac] #9635(ffmpeg:new): volumedetect: offer to calculate a more detailed DB histogram?

FFmpeg trac at avcodec.org
Thu Feb 10 02:17:05 EET 2022


#9635: volumedetect: offer to calculate a more detailed DB histogram?
-------------------------------------+-------------------------------------
             Reporter:  Thomas       |                     Type:
                                     |  enhancement
               Status:  new          |                 Priority:  normal
            Component:  ffmpeg       |                  Version:
             Keywords:  ffmpeg       |  unspecified
  volumedetect                       |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Good evening

 '''Thank you very much for sharing your great work!,''' I use ffmpeg to
 optimize free lectures and it's great.

 Question:
 '''Could you please think about enabling ffmpeg to calculate a more
 detailed DB histogram?
 '''
 As an example, ''volumedetect'' automatically selects the histogram ranges
 and generates this result:

 {{{
 [Parsed_volumedetect_0 @ 0000022cb9cf8c40] histogram_4db: 8
 [Parsed_volumedetect_0 @ 0000022cb9cf8c40] histogram_7db: 3369
 [Parsed_volumedetect_0 @ 0000022cb9cf8c40] histogram_9db: 49398
 }}}

 I often would like to examine a dB range more closely, so it would be
 brilliant if ''volumedetect'' could calculate more values.

 These solutions come to my mind:

 1. One can explicitly specify which dB ranges should be analyzed, e.g.
 ''"volumedetect:7;7.5;8dB"''

 2. One can specify which dB range should be analyzed, e.g.
 ''"volumedetect:7-8dB"''

 3. One can specify the number of calculated DB values, ''volumedetect''
 then selects the ranges itself. e.g. ''"volumedetect:12"'' will calculate
 12 histogram ranges.


 I would prefer No. 1. because this is most flexible.

 Thanks a lot for your review,
 kind regards,
 Thomas
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9635>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list