#538025 vorbis-tools: oggenc displays useless warning even if --quiet is set

Package:
vorbis-tools
Source:
vorbis-tools
Description:
several Ogg Vorbis tools
Submitter:
Date:
2014-10-29 19:27:17 UTC
Severity:
minor
#538025#5
Date:
2009-07-22 14:54:51 UTC
From:
To:
*** Please type your report below this line ***

1. Create a wav file with sox:
$ sox source.wav -b 32 -e floating-point output.wav vol 0.5 dither
2. Encode with --quiet option:
$ oggenc --quiet output.wav
Skipping chunk of type "fact", length 4
$

This is just a minor annoyance (I don't particularly want to redirect
stderr) and seems to be related to 32-bit floating-point WAVs created
with SoX, which seems to tag them with some metadata.

The code in question should either honour the --quiet switch, or
recognise the "fact" chunk (which seems to be a standard chunk in WAVs)
and not print a warning on encountering it.

#538025#14
Date:
2014-10-29 19:23:39 UTC
From:
To:
found 538025 vorbis-tools/1.4.0-4
thanks


This is still an issue in 1.4.0-4.

Cheers,
Martin