Your message dated Fri, 19 Jan 2007 00:36:54 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#294035: oggenc bitrate constraints
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: vorbis-tools
Version: 1.0.1-1.2
Severity: normal
When encoding to Ogg Vorbis and specifying both a quality level (e.g.
-q3) and constraints for a minimum and a maximum bitrate, oggenc
segfaults when the minimum bitrate specified is higher than the maximum
bitrate specified.
Oggenc does not segfault when a quality level is not specified.
Example output:
--- 8< ---
[EMAIL PROTECTED]:/tmp% oggenc -m256000 -M96000 sinewave.wav
Enabling bitrate management engine
Opening with wav module: WAV file reader
Encoding "sinewave.wav" to
"sinewave.ogg"
using bitrate management (min 256000 kbps, max 96000 kbps)
Mode initialisation failed: invalid parameters for bitrate
[EMAIL PROTECTED]:/tmp% oggenc -q3 -m256000 -M96000 sinewave.wav
Enabling bitrate management engine
Opening with wav module: WAV file reader
Encoding "sinewave.wav" to
"sinewave.ogg"
at quality level 3.00 using constrained VBR (min 256000 kbps, max 96000 kbps)
zsh: segmentation fault oggenc -q3 -m256000 -M96000 sinewave.wav
--- >8 ---
Regards,
Bram Senders
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages vorbis-tools depends on:
ii libao2 0.8.5-1 Cross Platform Audio Output Librar
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libcurl3 7.12.3-2 Multi-protocol file transfer libra
ii libflac6 1.1.1-5 Free Lossless Audio Codec - runtim
ii libidn11 0.5.2-3 GNU libidn library, implementation
ii libogg0 1.1.2-1 Ogg Bitstream Library
ii liboggflac1 1.1.1-5 Free Lossless Audio Codec - runtim
ii libspeex1 1.0.rel.4-1 The Speex Speech Codec
ii libssl0.9.7 0.9.7e-3 SSL shared libraries
ii libvorbis0a 1.1.0-0.0 The Vorbis General Audio Compressi
ii libvorbisenc2 1.1.0-0.0 The Vorbis General Audio Compressi
ii libvorbisfile3 1.1.0-0.0 The Vorbis General Audio Compressi
ii zlib1g 1:1.2.2-4 compression library - runtime
-- no debconf information
--- End Message ---
--- Begin Message ---
On Thu, Jan 18, 2007 at 03:18:12PM -0500, Clint Adams wrote:
> Is this still a bug/reproducible?
Nope! This is fixed (gives a proper error message now), so I'll close
this bug.
Cheers,
Bram Senders
--- End Message ---