Your message dated Wed, 29 Oct 2014 18:21:06 +0100
with message-id <[email protected]>
and subject line Fixed in 1.0.1-1
has caused the Debian Bug report #198883,
regarding vorbis-tools: ogginfo reports negative bitrate for a very large file
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
198883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=198883
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vorbis-tools
Version: 1.0.0-2
Severity: normal
File: /usr/bin/ogginfo
Tags: upstream
Ogginfo reports a negative "average bitrate" for a very large file:
Processing file "chillout-2003-06-14.ogg"...
New logical stream (#1, serial: 0fd70d76): type vorbis
Vorbis headers parsed for stream 1, information follows...
Version: 0
Vendor: Xiph.Org libVorbis I 20020717 (1.0)
Channels: 2
Rate: 32000
Nominal bitrate: 90.002000 kb/s
Upper bitrate not set
Lower bitrate not set
User comments section follows...
date=2003-06-14
Vorbis stream 1:
Total data length: 272544776 bytes
Playback length: 517m:00s
Average bitrate: -68.169146 kbps
Logical stream 1 ended
For other similar files the bitrate is around 66 to 69 kbps.
Thanks,
- Stephan.
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux gauss.dali.inka.de 2.4.20 #4 Wed Jun 25 16:30:40 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages vorbis-tools depends on:
ii libao2 0.8.3-1 Cross Platform Audio Output Librar
ii libc6 2.3.1-17 GNU C Library: Shared libraries an
ii libcurl2 7.10.5-1 Multi-protocol file transfer libra
ii libogg0 1.0.0-1 Ogg Bitstream Library
ii libssl0.9.7 0.9.7b-2 SSL shared libraries
ii libvorbis0a 1.0.0-3 The Vorbis General Audio Compressi
ii libvorbisenc2 1.0.0-3 The Vorbis General Audio Compressi
ii libvorbisfile3 1.0.0-3 The Vorbis General Audio Compressi
ii zlib1g 1:1.1.4-13 compression library - runtime
-- no debconf information
pgpTR_1AkNqxZ.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
This bug has been fixed by changing the "bytes" variable from type
"long" (which may be 32 Bits in i386) to "ogg_int64_t" (which is always
64 Bits) in upstream revision r5280 [1] that made it into the 1.0.1
Release and therefore into the 1.0.1-1 Debian package.
The calculus for theora and kate streams that has been subject to
suspicion byUlrich in an earlier message (because the code looks the
same) has always been fine (using ogg_int64_t from the beginning).
Cheers,
Martin
[1] https://trac.xiph.org/changeset/5280
--- End Message ---