Summary: | Noatun displays incorrect OGG files bitrate | ||
---|---|---|---|
Product: | [Applications] kfile-plugins | Reporter: | Gregory Shimansky <gshimansky> |
Component: | ogg | Assignee: | Multimedia Developers <kde-multimedia> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Showing an incorrect bitrate
Still incorrect bitrate with noatun compiled in mandrake 9.1 |
Description
Gregory Shimansky
2003-02-01 17:39:52 UTC
I have this bug too. I'm using SuSE 8.1 with the RPMs found in ftp://ftp.kde.org/pub/kde/stable/3.1/SuSE/ix86/8.1 The Ogg and vorbis packages are: libvorbis-1.0-32 libvorbis-devel-1.0-32 vorbis-tools-1.0-48 libogg-1.0-31 libogg-devel-1.0-31 The ogg's I've tested recently were created with oggenc of the vorbis-tools-1.0-48-package. Created attachment 1150 [details]
Showing an incorrect bitrate
The file being played has a nominal bitrate of 128 kbps
I too see this on SuSE 8.1. I don't think this has anything to do with filedialogs. research indicates that this is a gcc 3 bug. It definitely exists on gcc 3.2.0. Renchi Raju (irc) tried compiling libvorbis with -O3 -march=athlon-mp -mcpu=athlon-mp on gcc 3.2.2 and reported correct (i.e., reasonable) bitrates. I recompiled libvorbis with -O0 and the values were correct. also -O3 -ffast-math works with gcc 3.2.2. I'm closing this Bug Report in the hopes that this bug will vanish as we move away from gcc 3.2.0 to 3.2.2 (and 3.3). Created attachment 1253 [details]
Still incorrect bitrate with noatun compiled in mandrake 9.1
Just installed Mandrake 9.1. It has KDE 3.1 with Noatun 2.2.1. Compiler that is
used is gcc 3.2.2:
gcc (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Noatun in Mandrake 9.1 still shows incorrect bitrate for all my OGG files (all
other applications show correct bitrate).
1) are you certain that ogg was recompiled in 8.2? (ask MDK) 2) Add new files to the playlist. It doesn't reread the tags when you startup again. when I said 8.2, I meant 9.1 ;) Yes it seems that mandrake didn't recompile libvorbis package after some fix in gcc. Package build date is Jan 08 2003, quite old considering that gcc build date is Mar 03 2003. I recompiled libvorbis src.rpm package and now everything seems to work fine. Go figure. Thank you. |