Opened 11 years ago
Closed 11 years ago
#3523 closed defect (fixed)
ffprobe bit_rate wrong with -prefix
Reported by: | sfrenkiel | Owned by: | |
---|---|---|---|
Priority: | important | Component: | ffprobe |
Version: | git-master | Keywords: | regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | yes |
Description
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
Change History (3)
comment:1 by , 11 years ago
Component: | undetermined → ffprobe |
---|---|
Keywords: | regression added |
Priority: | minor → important |
Reproduced by developer: | set |
Status: | new → open |
Summary: | ffprobe 2.2 bit_rate wrong when -prefix used → ffprobe bit_rate wrong with -prefix |
Version: | unspecified → git-master |
comment:3 by , 11 years ago
Analyzed by developer: | set |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Should be fixed in:
commit 1ba59b1cbeafe7cd28db04f772abd89eb7e4ce1e Author: Stefano Sabatini <stefasab@gmail.com> Date: Tue Apr 22 13:01:14 2014 +0200 ffprobe: fix scaling of vali in value_string() in case -prefix is selected Fix trac ticket #3523.
Thanks for reporting.
Note:
See TracTickets
for help on using tickets.
Regression since 5e99a23b
For future reports: Please always provide a failing command line together with the complete, uncut console output.