|
Saving as Real Media
You will need the Real Media Player from Real Networks to play movies created
in this format.

Like Windows Media, Real Media uses profiles that key on audiences. The Real
Media profiles installed with Fx Movie Joiner are stored in the sub folder Bin\RMBin\audiences.
1.5M VBR Download 128k Dual ISDN 12k Substream for 28k Dial-up 150k LAN 16k Substream for 28k Dial-up 1M VBR Download 256k DSL or Cable 26k Substream for 56k Dial-up 28k Dial-up 350k VBR Download 384k DSL or Cable 450k VBR Download 512k DSL or Cable 56k Dial-up 64k Single ISDN 700k VBR Download 768k DSL or Cable S-350k Surround VBR Download S-384k Surround DSL or Cable S-450k Surround VBR Download S-512k Surround DSL or Cable
Profile files can be downloaded for real Networks and edited using Notepad or
any other text editor.
<?xml version="1.0" encoding="UTF-8"?> <audience xmlns="http://ns.real.com/tools/audience.1.0"> <avgBitrate type="uint">1500000</avgBitrate> <maxBitrate type="uint">3000000</maxBitrate> <streams> <videoStream> <pluginName type="string">rn-videocodec-realvideo</pluginName> <codecName type="string">rv9</codecName> <encodingType type="string">vbrBitrate</encodingType> <quality type="uint">95</quality> <maxStartupLatency type="double">4</maxStartupLatency> <maxFrameRate type="double">30</maxFrameRate> <maxKeyFrameInterval type="double">10</maxKeyFrameInterval> <enableLossProtection type="bool">false</enableLossProtection> </videoStream> <audioStream> <pluginName type="string">rn-audiocodec-realaudio</pluginName> <codecName type="string">cook</codecName> <codecFlavor type="uint">25</codecFlavor> <streamContext type="bag"> <presentationType type="string">audio-video</presentationType> <audioMode type="string">music</audioMode> </streamContext> </audioStream> <audioStream> <pluginName type="string">rn-audiocodec-realaudio</pluginName> <codecName type="string">cook</codecName> <codecFlavor type="uint">14</codecFlavor> <streamContext type="bag"> <presentationType type="string">audio-video</presentationType> <audioMode type="string">voice</audioMode> </streamContext> </audioStream> <audioStream> <pluginName type="string">rn-audiocodec-realaudio</pluginName> <codecName type="string">atrc</codecName> <codecFlavor type="uint">5</codecFlavor> <streamContext type="bag"> <presentationType type="string">audio-only</presentationType> <audioMode type="string">music</audioMode> </streamContext> </audioStream> <audioStream> <pluginName type="string">rn-audiocodec-realaudio</pluginName> <codecName type="string">cook</codecName> <codecFlavor type="uint">25</codecFlavor> <streamContext type="bag"> <presentationType type="string">audio-only</presentationType> <audioMode type="string">voice</audioMode> </streamContext> </audioStream> </streams> </audience>
|