#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
_______________________________________________
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