Hi all, I've tried to find this in the mailing list, but to no avail. Im using the rip perl tool (rip.sourceforge.net) to encode using ogg vorbis. As far as I can tell, setting the quality AND making vorbis read from STDIN is causing a failure. The message reads in part "Opening with wav module: WAV file reader Mode initialisation failed: invalid parameters for quality" The folling is the actual command line passed to oggenc. /usr/bin/cdparanoia -v 1 - | dd ibs=5M | /usr/bin/oggenc - -q 9 -t "Pearl In" -a "Tosca" -l "Suzuki" -N "1" -d "" -c "description=Track #1" -c "genre=" -c "encode_date=2004-02-03" -c "cddb_id=a70df80c" -o "rip_temp_file.ogg" && mv "rip_tem p_file.ogg" "/sounds/ogg/Tosca/Suzuki/01_Pearl_In.ogg" I'm using oggenc .9 libvorbis rc3 Thanks for any help, and apologies if this is a well understood bug. Brant <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
At 07:54 PM 2/5/02 -0500, you wrote:>Hi all, > > I've tried to find this in the mailing list, but to no avail. Im using the >rip perl tool (rip.sourceforge.net) to encode using ogg vorbis. As far as I >can tell, setting the quality AND making vorbis read from STDIN is causing >a failure. The message reads in part > >"Opening with wav module: WAV file reader >Mode initialisation failed: invalid parameters for quality"Can't reproduce this. stdin and quality definately work together. Indeed, the exact command line used below works (with rc3 and with current cvs). If you can give more information, I'll try to investigate (also, if you DO have any extra info, please report the bug at http://bugs.xiph.org). Finally, make absolutely sure that you have rc3 libraries (not just rc3 tools) being _used_ (rather than merely being installed) - I'd expect an error like this if you were using rc2 libs. Michael --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hi Brant, Take the space between q and 9 out and try again.. I have had some errors (apparently) caused by spaces between switches and their 'arguments' in DOS command lines.. I felt sure one of them arose from a space following -q but I can't reproduce it now.. <p><p>J. ----- Original Message ----- From: "Brant Chamberlain" <brantc@neogenesis.com> To: "Ogg Vorbis Mailing List" <vorbis@xiph.org> Sent: Wednesday, February 06, 2002 12:54 AM Subject: [vorbis] -q option failing <p>> Hi all,> > I've tried to find this in the mailing list, but to no avail. Im using the > rip perl tool (rip.sourceforge.net) to encode using ogg vorbis. As far asI> can tell, setting the quality AND making vorbis read from STDIN is causing > a failure. The message reads in part > > "Opening with wav module: WAV file reader > Mode initialisation failed: invalid parameters for quality" > > The folling is the actual command line passed to oggenc. > > /usr/bin/cdparanoia -v 1 - | dd ibs=5M | /usr/bin/oggenc - -q 9 -t > "Pearl In" -a "Tosca" -l "Suzuki" -N "1" -d > "" -c "description=Track #1" -c "genre=" -c "encode_date=2004-02-03" -c > "cddb_id=a70df80c" -o "rip_temp_file.ogg" && mv "rip_tem > p_file.ogg" "/sounds/ogg/Tosca/Suzuki/01_Pearl_In.ogg" > > I'm using oggenc .9 libvorbis rc3 > > Thanks for any help, and apologies if this is a well understood bug. > > Brant > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > Ogg project homepage: http://www.xiph.org/ogg/ > To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. > > ><p><p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.