karl_lillevold
14th October 2004, 16:10
It may still be a while until the Producer team gets around to another release, so in the meantime, I made available an updated racp.dll which include the 32 and 48 kbps flavors.
4/4/2005: Added Linux build (racp.so)
Download:
Helix Binary Downloads (https://helixcommunity.org/beula/download/)
Readme.txt:
Update to HE-AAC encoder DLL to include 32 and 48 kbps
======================================================
This DLL goes in the codecs folder of Producer. I have
tested it only with Producer Mercury Alpha1.
The new flavors are:
Codec Bitrate Label 4cc flavor Compatibility *)
48 Kbps Stereo - RA 10 with aacPlus racp 3 RealPlayer 10
32 Kbps Stereo - RA 10 with aacPlus racp 4 RealPlayer 10
These come in addition to the already existing flavors:
64 Kbps Stereo - RA 10 with aacPlus racp 0 RealOne
96 Kbps Stereo - RA 10 with aacPlus racp 1 RealOne
128Kbps Stereo - RA 10 with aacPlus racp 2 RealOne
Example usage: Create file called racp48.rpad with the following content:
<?xml version="1.0"?>
<audience>
<avgBitrate type="uint">48000</avgBitrate>
<maxBitrate type="uint">48000</maxBitrate>
<streams>
<audioStream>
<pluginName type="string">rn-audiocodec-realaudio</pluginName>
<codecName type="string">racp</codecName>
<codecFlavor type="uint">3</codecFlavor>
<streamContext type="bag">
<presentationType type="string">audio-only</presentationType>
<audioMode type="string">music</audioMode>
</streamContext>
</audioStream>
</streams>
</audience>
Run Producer like this:
producer -i input.wav -ad racp48.rpad -dt -o output.rm
For use with video + audio, replace audio-only with audio-video and
include the above audioStream section in your audience file.
*) Also plays with RealMediaSplitter / Media Player Classic.
For audio only, to convert to M4A:
I could not get dtdrive to work, but did not try the latest build.
On the other hand, this works fine:
mkvmerge: RM-> MKA, then
mkvextract: MKA -> AAC, then
mp4creator60: AAC -> M4A
Let me know of any problems.
Karl 10/14/2004
4/4/2005: Added Linux build (racp.so)
Download:
Helix Binary Downloads (https://helixcommunity.org/beula/download/)
Readme.txt:
Update to HE-AAC encoder DLL to include 32 and 48 kbps
======================================================
This DLL goes in the codecs folder of Producer. I have
tested it only with Producer Mercury Alpha1.
The new flavors are:
Codec Bitrate Label 4cc flavor Compatibility *)
48 Kbps Stereo - RA 10 with aacPlus racp 3 RealPlayer 10
32 Kbps Stereo - RA 10 with aacPlus racp 4 RealPlayer 10
These come in addition to the already existing flavors:
64 Kbps Stereo - RA 10 with aacPlus racp 0 RealOne
96 Kbps Stereo - RA 10 with aacPlus racp 1 RealOne
128Kbps Stereo - RA 10 with aacPlus racp 2 RealOne
Example usage: Create file called racp48.rpad with the following content:
<?xml version="1.0"?>
<audience>
<avgBitrate type="uint">48000</avgBitrate>
<maxBitrate type="uint">48000</maxBitrate>
<streams>
<audioStream>
<pluginName type="string">rn-audiocodec-realaudio</pluginName>
<codecName type="string">racp</codecName>
<codecFlavor type="uint">3</codecFlavor>
<streamContext type="bag">
<presentationType type="string">audio-only</presentationType>
<audioMode type="string">music</audioMode>
</streamContext>
</audioStream>
</streams>
</audience>
Run Producer like this:
producer -i input.wav -ad racp48.rpad -dt -o output.rm
For use with video + audio, replace audio-only with audio-video and
include the above audioStream section in your audience file.
*) Also plays with RealMediaSplitter / Media Player Classic.
For audio only, to convert to M4A:
I could not get dtdrive to work, but did not try the latest build.
On the other hand, this works fine:
mkvmerge: RM-> MKA, then
mkvextract: MKA -> AAC, then
mp4creator60: AAC -> M4A
Let me know of any problems.
Karl 10/14/2004