Difference between revisions of "UM:Cli Cli Render Output"

From DigitalVision
Jump to: navigation, search
m (Text replacement - "|Platform:" to "|UM:")
 
Line 1: Line 1:
 
<div class="manualcontent">
 
<div class="manualcontent">
  
{{Template:M-Navlinks-top|UM:Manual|UM:Cli_Saving_And_Loading_Composition|UM:Cli_Cli_Opsfile}}
+
{{Template:M-Navlinks-top|UM:Manual|UM:Cli_Saving_And_Loading_Composition|UM:Cli_Scene_Detect}}
  
 
{{Template:M-Title|Rendering a Composition Cache}}
 
{{Template:M-Title|Rendering a Composition Cache}}
Line 40: Line 40:
 
<p class="p_DVBodyText"><span class="f_DVBodyText"> </span></p>
 
<p class="p_DVBodyText"><span class="f_DVBodyText"> </span></p>
  
{{Template:M-Navlinks-bottom|UM:Manual|UM:Cli_Saving_And_Loading_Composition|UM:Cli_Cli_Opsfile}}
+
{{Template:M-Navlinks-bottom|UM:Manual|UM:Cli_Saving_And_Loading_Composition|UM:Cli_Scene_Detect}}
  
 
</div>
 
</div>

Latest revision as of 18:25, 17 November 2014

Darrow-up.png     Previous Next

Rendering a Composition Cache

--render-output

Render caches for supplied composition

 

--render-output

 

This command will render the caches for the specified composition.

 

Command :

$ film_master --project PROJ1 --composition COMP1 \

  --render-output

INFO Opening project "PROJ1".

INFO Opening composition "COMP1".

INFO Rendering output for composition...

INFO render output ... 226 still to render (0)

INFO render output ... 224 still to render (0)

...

INFO render output ... 0 still to render (100)

 

Darrow-up.png     Previous Next