I've been playing with this new release and I've noticed something strange in the screen output.
These are the setings I am using:
for w in *.wav; do
oggenc -q 5 --advanced-encode-option impulse_noisetune=-5 --advanced-encode-option lowpass_frequency=19 $w;
done
Using the 1.1 version of oggenc (Fedora Core 2 is the OS) the following is being displayed from the lowpass settings:
Changed lowpass frequency from 48.095229 kHz to 19.000000 kHz
[eric@localhost Green_Day]$ wav2ogg.sh
Opening with wav module: WAV file reader
Encoding "01.Burnout.wav" to
"01.Burnout.ogg"
at quality 5.00
Setting advanced encoder option "impulse_noisetune" to -5
Setting advanced encoder option "lowpass_frequency" to 19
Changed lowpass frequency from 48.095229 kHz to 19.000000 kHz
[ 99.5%] [ 0m00s remaining] \
Done encoding file "01.Burnout.ogg"
File length: 2m 07.0s
Elapsed time: 0m 18.4s
Rate: 6.9343
Average bitrate: 162.3 kb/s
I don't have the original oggenc installed any longer but I ran the same setings through OggEnc v1.0.1 (libvorbis 1.0.1) aoTuV beta 2. Here is a portion of the output from that:
[eric@localhost Green_Day]$ wav2ogg.sh
Opening with wav module: WAV file reader
Encoding "01.Burnout.wav" to
"01.Burnout.ogg"
at quality 5.00
Setting advanced encoder option "impulse_noisetune" to -5
Setting advanced encoder option "lowpass_frequency" to 19
Changed lowpass frequency from 20.102794 kHz to 19.000000 kHz
[ 99.5%] [ 0m00s remaining] \
Done encoding file "01.Burnout.ogg"
File length: 2m 07.0s
Elapsed time: 0m 14.2s
Rate: 8.9652
Average bitrate: 163.0 kb/s
This has been duplicated with the same album and a few other songs that I tried. Everything sounds good, so I am guessing that it is only related to screen output.