- Status Closed
- Percent Complete
- Task Type Bugs
- Category Music playback
- Assigned To No-one
- Operating System iPod Nano
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#6942 - Bug with bitrate determination
I have MP3 file which is 2 hour long and has bps = 192, but rockbox player determinates that bps = 24 (which is 192/8) and lenght = 16 hour (2*8). Apple’s firmware and Winamp show information about this file correctly.
Closed by amiconn
2007-04-17 18:04
Reason for closing: Not a Bug
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2007-04-17 18:04
Reason for closing: Not a Bug
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Rockbox relies on the Xing VBR header if
the file is VBR. If it isn\'t
present it assumes CBR and does its
playtime calculation based on the
bitrate of the first frame. PC based
media players can check the whole file
to determine the correct bitrate,
rockbox doesn\'t do this in order
to save battery. Adding a proper Xing
header to the file will fix the display
in rockbox. One option is to use the
vbrfix plugin, as you did.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
I would like to have the file for analysis, else I can't find out what is wrong.
The bitrate and the length is taken from the MP3 frame headers, and/or the Xing/LAME header. In fact, it is only important to have te first megabyte of the file, if you are able to cut it out for me. Don't cut it with an audio editor, but with a hex editor or similar, for example the 'dd' tool.
OK, I'll try. I think maybe in MP3 header of this file is invalid information, but Apple's firmware and different windows programms can determine bps and length in some other way. I'll also test this file by different Mp3 readers.
I've open this mp3 with VBRfix, now it shows me lenght: 1 min 10 sec, bps: 19646
))