Two things

Started by Cobra,

Cobra

Please provide latest Ogg Vorbis encoder on http://www.un4seen.com/mo3.html and make sure this encoder works.

Latest encoder provides better quality.

AND

How to make batch encoding ?

Ian @ un4seen

Quote from: CobraPlease provide latest Ogg Vorbis encoder on http://www.un4seen.com/mo3.html and make sure this encoder works.

1.0.1 is the latest official vorbis-tools (inc. oggenc) release on the vorbis website.

Quote from: CobraHow to make batch encoding ?

You could create a batch file (BAT) to do that. For example...

@for %%a in (%1) do mo3enc %%a
Usage example: mo3batch *.xm

Cobra

Quote1.0.1 is the latest official vorbis-tools (inc. oggenc) release on the vorbis website.

Really? http://www.vorbis.com/news.psp
But I suggest using aoTuVb3 for <128kbps and 1.1.0 >128kbps. You choose... Both are good, both are better than 1.0.1.

Dotpitch

http://www.vorbis.com/download_win_1.0.1.psp

libvorbis 1.1.0 is the latest library, but there's no official oggenc compiled against that library yet. you can use oggenc2 (http://www.rarewares.org/ogg.html) with aoTuVb3 and libvorbis 1.1.0 instead.