Package: vorbis-tools Version: 1.0.1-1.5 Severity: normal I tried to create encode a song with a bitrate between 104 and 216 kbps.
| % oggenc -q 6 -m 104 -M 216 -o Test_Q6-mM.ogg 1.wav | Enabling bitrate management engine | Opening with wav module: WAV file reader | Encoding "1.wav" to | "Test_Q6-mM.ogg" | at quality level 6,00 using constrained VBR (min 104 kbps, max 216 kbps) | [100,0%] [ 0m00s remaining] / | | Done encoding file "Test_Q6-mM.ogg" | | File length: 4m 27,0s | Elapsed time: 1m 59,9s | Rate: 2,2344 | Average bitrate: 1,0 kb/s The result (Averare bitrate: 1,0 kb/s!) was unusable. After I exchanged the minimum and maximum bitrate: | % oggenc -q 6 -M 104 -m 216 -o Test_Q6-Mm.ogg 1.wav | Enabling bitrate management engine | Opening with wav module: WAV file reader | Encoding "1.wav" to | "Test_Q6-Mm.ogg" | at quality level 6,00 using constrained VBR (min 216 kbps, max 104 kbps) | [100,0%] [ 0m00s remaining] / | | Done encoding file "Test_Q6-Mm.ogg" | | File length: 4m 27,0s | Elapsed time: 1m 59,6s | Rate: 2,2389 | Average bitrate: 202,8 kb/s So I get a good result if the minimum bitrate is greater than the maximum bitrate? That seems to be a bug. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.13-ck6 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: LC_ALL set to [EMAIL PROTECTED]) Versions of packages vorbis-tools depends on: ii libao2 0.8.6-1.1 Cross Platform Audio Output Librar ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libcurl3 7.14.1-5 Multi-protocol file transfer libra ii libflac7 1.1.2-3 Free Lossless Audio Codec - runtim ii libidn11 0.5.18-1 GNU libidn library, implementation ii libogg0 1.1.2-1 Ogg Bitstream Library ii liboggflac3 1.1.2-3 Free Lossless Audio Codec - runtim ii libspeex1 1.1.6-2 The Speex Speech Codec ii libssl0.9.7 0.9.7g-4 SSL shared libraries ii libvorbis0a 1.1.0-1 The Vorbis General Audio Compressi ii libvorbisenc2 1.1.0-1 The Vorbis General Audio Compressi ii libvorbisfile3 1.1.0-1 The Vorbis General Audio Compressi ii zlib1g 1:1.2.3-4 compression library - runtime vorbis-tools recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]