#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac