HydrogenAudio

Lossy Audio Compression => Ogg Vorbis => Ogg Vorbis - General => Topic started by: john33 on 2001-12-17 13:11:25

Title: OggVorbis RC3 Pre3
Post by: john33 on 2001-12-17 13:11:25
More major library revisions, look like tuning - quality/bitrate management.

New versions of oggenc.exe, vorbis.dll and all the different flavours of oggdrop.exe will soon be available at:

http://www.inf.ufpr.br/~rja00/ (http://www.inf.ufpr.br/~rja00/)

john33
Title: OggVorbis RC3 Pre3
Post by: rjamorim on 2001-12-17 13:35:15
Done!
Title: OggVorbis RC3 Pre3
Post by: Benjamin Lebsanft on 2001-12-17 14:44:03
yeah the vorbis guys are really fast in the last days!!!

Are there any new commandline switches regarding bitrate management etc. ?
btw is the CBR mode already ready to use, just a question, I'll stick with VBR of course:D
Title: OggVorbis RC3 Pre3
Post by: john33 on 2001-12-17 14:50:19
Benjamin,

Sorry, I'm not the right guy to ask, I'm just the factory! 

We'll need Garf, probably, to answer that one.

john33
Title: OggVorbis RC3 Pre3
Post by: Benjamin Lebsanft on 2001-12-17 15:51:58
Wanted : Garf 

i doubt that it will take long until we'll see RC3.

Yes! Ogg Rulez!! 
Title: OggVorbis RC3 Pre3
Post by: metrom on 2001-12-17 17:26:18
Theres only one thing I'm worring about that rc3 release.
What program should I use to rip those wav-files?
I've always used EAC, but it does not support ogg-tagging yet.
I've talked to the developer, he says the next versjon of EAC will support it, if I remeber right he said that its already supporting it (in the source code). It's been months since I spoke with him, cant some one put some pressure on him or something?

Is there any good alternatives?

Is there at linux console cdripper with CDDB and ogg-tagging support?  I doubt....

metrom
Title: OggVorbis RC3 Pre3
Post by: john33 on 2001-12-17 17:33:49
metrom

If you want the ogg files tag as you rip, I think your only simple option is to use the vorbis.dll with CDex. The dll has the same functionality as the oggenc.exe.

john33
Title: OggVorbis RC3 Pre3
Post by: Jon Ingram on 2001-12-17 20:35:05
Quote
If you want the ogg files tag as you rip, I think your only simple option is to use the vorbis.dll with CDex. The dll has the same functionality as the oggenc.exe.

You can also use the actual oggenc.exe, using the External Encoder feature of CDex. Go to the Encoder tab. Set 'Encoder' to 'External Encoder'. Set 'Extension' to 'ogg'. Set the correct path to oggenc. Set 'Parameter String' to something like:

-N %tn -t "%t"  -l "%b" -a "%a" -b 999 -o "%2" "%1"

(this was an example for using Garf's tuned GT2 encoder). Change the bitrate section of the parameter string (-b ...) to whatever you want to use. This does not use on the fly encoding (which doesn't work particularly well with Windows and external processes anyway: pipes on Windows <= 2000 are stupidly slow creatures, and I'm using 98SE when I use Windows at all).
Title: OggVorbis RC3 Pre3
Post by: Wizard13 on 2001-12-17 21:17:09
%tn doesn't work in CDex 1.40 beta 8 & 9. In beta 8, CDex thought you wanted %t + "n", so all the track numbers became "Trackname1n", "Trackname2n", etc. I've notified Albert Faber about this and it is half fixed in beta 9 because CDex now understands that we want the track numbers but still adds the "n", so now the track numbers in beta 9 become "01n", "02n"...
Title: OggVorbis RC3 Pre3
Post by: Jon Ingram on 2001-12-17 22:51:21
Quote
it is half fixed in beta 9 because CDex now understands that we want the track numbers but still adds the "n", so now the track numbers in beta 9 become "01n", "02n"...  

Oh yes... I'd not noticed this until now. Oh well, I normally use my own script in Linux to rip and encode anyway