[FFmpeg-trac] #3523(undetermined:new): ffprobe 2.2 bit_rate wrong when -prefix used

FFmpeg trac at avcodec.org
Wed Apr 2 19:09:56 CEST 2014


#3523: ffprobe 2.2 bit_rate wrong when -prefix used
-------------------------------------+-------------------------------------
             Reporter:  sfrenkiel    |                     Type:  defect
               Status:  new          |                 Priority:  minor
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Run the following:
 ffprobe -show_format -unit
 http://samples.mplayerhq.hu/A-codecs/MP3/Silent_Light.mp3

 Note the output includes:
 bit_rate=128000 bit/s

 now run:
 ffprobe -show_format -unit -prefix
 http://samples.mplayerhq.hu/A-codecs/MP3/Silent_Light.mp3

 And note the output contains:
 bit_rate=128000 Kbit/s

 The output should be:
 bit_rate=128.0 Kbit/s

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


More information about the FFmpeg-trac mailing list