[FFmpeg-trac] #8085(ffprobe:new): ffprobe - report if audio is vbr

FFmpeg trac at avcodec.org
Sat Aug 17 21:44:31 EEST 2019


#8085: ffprobe - report if audio is vbr
--------------------------------------+-----------------------------------
             Reporter:  cobaltjacket  |                    Owner:
                 Type:  enhancement   |                   Status:  new
             Priority:  wish          |                Component:  ffprobe
              Version:  4.2           |               Resolution:
             Keywords:                |               Blocked By:
             Blocking:                |  Reproduced by developer:  0
Analyzed by developer:  0             |
--------------------------------------+-----------------------------------

Comment (by cobaltjacket):

 For example, below we have a bit_rate key. Could we add a key that
 indicates vbr vs. cbr?


 {{{
    "format": {
         "filename": "Sultans of Swing.mp3",
         "nb_streams": 1,
         "nb_programs": 0,
         "format_name": "mp3",
         "format_long_name": "MP2/3 (MPEG audio layer 2/3)",
         "start_time": "0.000000",
         "duration": "346.435918",
         "size": "8759649",
         "bit_rate": "202280",
         "probe_score": 51,
         "tags": {
             "title": "Sultans of Swing",
             "artist": "Dire Straits",
             "genre": "Rock",
             "date": "1978"
         }
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8085#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list