This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6942 - Bug with bitrate determination
|
DetailsI 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.
|
This task depends upon
Closed by Jens Arnold (amiconn)
Tuesday, 17 April 2007, 20:04 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: 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.
Tuesday, 17 April 2007, 20:04 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: 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.
It has 180 MB, so its unreal to upload it for me. It is interesting for me where does rockbox player take information about length of file?