Here's how I figured out how to use Audiograbber to encode in WMA 9 format:1. Go to this Microsoft page:
http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx
and download and install the WMA 9 encoder ("Windows Media Encoder 9 Series").
2. Open Notepad and paste this line:
cscript.exe wmcmd.vbs -input %1 -output %2 -a_codec %3 -a_mode %4 -a_setting %5
and Save As "audiograbber.bat" (choose "All Files" in the "Save as type:" drop-down menu) in the same directory where WMA 9 encoder installed - it should be the "\Program Files\Windows Media Components\Encoder\" folder.
3. In Audiograbber, choose Settings/MP3 Settings.... and click on "External Encoder"
4. Click "Browse" next to the window labeled "External MP3 Program Name" and choose "Files of Type: Batch Files (*.bat)" from the drop-down menu then surf to "\Program Files\Windows Media Components\Encoder\" and select "audiograbber.bat".
5. Under "Predefined arguments" choose "User Defined", then in the "Arguments:" box put:
%s %d WMA9STD 2 Q98_44_2
That will give you Quality-based VBR, Q98, 44KHz sampling rate, 2 chs.
6. In the File Extension box, type "wma".
For the third argument (the WMA9STD), the other options are:
WMA9STD: Windows Media Audio 9 (default).
WMA9PRO: Windows Media Audio 9 Professional
WMSP9: Windows Media Audio 9 Voice
WMA9LSL: Windows Media Audio 9 Lossless; -a_mode 2 required
PCM: No compression
For the fourth argument (the 2 in the example above), the options are:
0: 1-pass CBR (default).
1: 2-pass CBR.
2: Quality-based VBR.
3: Bit rate-based VBR (two-pass).
4: Bit rate-based peak VBR (two-pass).
For the fifth argument, using the standard codec, if you want i.e. Q90 instead, it would be: Q90_44_2
For WMA 9 Lossless, the Arguments line is:
%s %d WMA9LSL 2 Q100_44_2_24
Note the extra paremeter (24 = bit depth).
For complete details of the options available, open a command prompt in the "\Program Files\Windows Media Components\Encoder\" folder and type:
cscript.exe wmcmd.vbs /?
Now, when I want to encode in mp3, I just choose "Internal Encoder", and when I want to encode to WMA I choose "External Encoder".
I hope this helps someone.
<FONT COLOR="#800080" SIZE="1" FACE="Verdana, Arial">[This message has been edited by HoD on 07 November 2005 @ 02:14]</font>
<FONT COLOR="#800080" SIZE="1" FACE="Verdana, Arial">[This message has been edited by HoD on 07 November 2005 @ 02:17]</font>
<FONT COLOR="#800080" SIZE="1" FACE="Verdana, Arial">[This message has been edited by HoD on 11 September 2006 @ 15:46]</font>
<FONT COLOR="#800080" SIZE="1" FACE="Verdana, Arial">[This message has been edited by HoD on 11 September 2006 @ 15:48]</font>
[This message has been edited by HoD on 11 September 2006 @ 15:53]