View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000589 | file | General | public | 2024-12-16 14:18 | 2025-01-30 20:58 |
Reporter | qoheleth | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.45 | ||||
Fixed in Version | HEAD | ||||
Summary | 0000589: Variable bitrate MP3s incorrectly identified as 64 kbps | ||||
Description | When running `file` to classify an MP3 file, if the MP3 is encoded with a variable bitrate, `file`'s output classifies it as a 64 kbps MP3 regardless of the actual average bitrate of the file. I'd expect that in situations like this, `file` either gives the correct average bitrate, or at least refrains from reporting a bitrate if it's not sure. | ||||
Steps To Reproduce | 1. Download the attached MP3 2. Run `ffmpeg -i example.mp3` and verify that it detects a bitrate of 102 kb/s 3. Run `file example.mp3` and verify that it reports `MPEG ADTS, layer III, v1, 64 kbps` | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-12-16 14:18 | qoheleth | New Issue | |
2024-12-16 14:18 | qoheleth | File Added: example.mp3 | |
2025-01-30 20:57 | christos | Assigned To | => christos |
2025-01-30 20:57 | christos | Status | new => assigned |
2025-01-30 20:58 | christos | Status | assigned => resolved |
2025-01-30 20:58 | christos | Resolution | open => fixed |
2025-01-30 20:58 | christos | Fixed in Version | => HEAD |
2025-01-30 20:58 | christos | Note Added: 0004177 |