Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > New and alternative video codecs

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 17th January 2004, 11:33   #1  |  Link
Latexxx
Registered User
 
Join Date: Nov 2001
Location: Tampere, Finland
Posts: 618
Problems with Producer's job files

I've been fooling around with Helix Producer's job files lately and I haven't got the idea completely. Could somebody tell me what is wrong with the following job file?
Code:
<?xml version="1.0" encoding="ANSI"?>
<job xmlns="http://ns.real.com/tools/job.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xsi:schemaLocation="http://ns.real.com/tools/job.2.0 http://ns.real.com/tools/job.2.0.xsd">
  <enableTwoPass type="bool">true</enableTwoPass>
  <input xsi:type="avFileInput">
    <filename type="string">F:\HP_AND_THE_CHAMBER_OF_SECRETS\abs\hp3.avs</filename>
    <prefilters>
      <prefilter xsi:type="deinterlacePrefilter">
        <pluginName type="string">rn-prefilter-deinterlace</pluginName>
        <enabled type="bool">false</enabled>
        <manual type="bool">false</manual>
        <deinterlace type="bool">false</deinterlace>
        <inverseTelecine type="bool">false</inverseTelecine>
      </prefilter>
      <prefilter xsi:type="videoNoiseReductionPrefilter">
        <pluginName type="string">rn-prefilter-videonoisereduction</pluginName>
        <enabled type="bool">false</enabled>
        <level type="string">high</level>
      </prefilter>
      <prefilter xsi:type="blackLevelPrefilter">
        <pluginName type="string">rn-prefilter-blacklevel</pluginName>
        <enabled type="bool">false</enabled>
      </prefilter>
      <prefilter xsi:type="audioGainPrefilter">
        <pluginName type="string">rn-prefilter-audiogain</pluginName>
        <enabled type="bool">false</enabled>
        <gain type="double">0.0000</gain>
      </prefilter>
    </prefilters>
  </input>
  <parOutputs>
    <output>
      <destinations>
        <destination xsi:type="fileDestination">
          <name type="string">FileOutput</name>
          <filename type="string">realvideo.rm</filename>
        </destination>
      </destinations>
      <mediaProfile>
        <audienceRefs>
          <audienceRef>Helix GUI</audienceRef>
        </audienceRefs>
        <audioMode type="string">music</audioMode>
        <videoMode type="string">normal</videoMode>
        <disableAudio type="bool">false</disableAudio>
        <disableVideo type="bool">false</disableVideo>
        <outputWidth type="uint">0</outputWidth>
        <outputHeight type="uint">0</outputHeight>
        <resizeQuality type="string">high</resizeQuality>
        <audioResamplingQuality type="string">high</audioResamplingQuality>
      </mediaProfile>
    </output>
  </parOutputs>
  <audiences>
    <audience>
      <name type="string">Helix GUI</name>
      <avgBitrate type="uint">720000</avgBitrate>
      <maxBitrate type="uint">3500000</maxBitrate>
      <streams>
        <stream xsi:type="videoStream">
          <pluginName type="string">rn-videocodec-realvideo</pluginName>
          <codecName type="string">rv10</codecName>
          <encodingType type="string">vbrBitrate</encodingType>
          <encodingComplexity type="string">high</encodingComplexity>
          <quality type="uint">90</quality>
          <maxStartupLatency type="double">60</maxStartupLatency>
          <maxFrameRate type="double">25</maxFrameRate>
          <maxKeyFrameInterval type="double">10</maxKeyFrameInterval>
          <enableLossProtection type="bool">false</enableLossProtection>
          <codecProperties type="bag">
			<encoderComplexity type="uint">85</encoderComplexity>
			<customPacketSize type="uint">16000</customPacketSize>
			<firstPassComplexity type="uint">65</firstPassComplexity>
          </codecProperties>
        </stream>
        <stream xsi:type="audioStream">
          <pluginName type="string">rn-audiocodec-realaudio</pluginName>
          <codecName type="string">racp</codecName>
          <codecFlavor type="uint">1</codecFlavor>
          <encodingComplexity type="string">high</encodingComplexity>
          <streamContext type="bag">
            <presentationType type="string">audio-video</presentationType>
            <audioMode type="string">music</audioMode>
          </streamContext>
        </stream>
      </streams>
    </audience>
  </audiences>
</job>
__________________
A/V moderator @ hydrogenaudio.org
My weird old sh*t: http://www.nic.fi/~lhahne/
http://last.fm/user/Latexxx/

Last edited by Latexxx; 17th January 2004 at 11:44.
Latexxx is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 21:44.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.