Difference between revisions of "UM:Cli Saving And Loading Composition"

From DigitalVision
Jump to: navigation, search
m (Upload page Cli_Saving_And_Loading_Composition)
 
m (Text replacement - "|Platform:" to "|UM:")
 
Line 1: Line 1:
 
<div class="manualcontent">
 
<div class="manualcontent">
  
{{Template:M-Navlinks-top|Platform:Manual|Platform:Cli_Cli_Export_Edl|Platform:Cli_Cli_Render_Output}}
+
{{Template:M-Navlinks-top|UM:Manual|UM:Cli_Cli_Export_Edl|UM:Cli_Cli_Render_Output}}
  
 
{{Template:M-Title|Saving and Loading Compositions}}
 
{{Template:M-Title|Saving and Loading Compositions}}
Line 81: Line 81:
 
<p class="p_DVBodyText"><span class="f_DVBodyText"> </span></p>
 
<p class="p_DVBodyText"><span class="f_DVBodyText"> </span></p>
  
{{Template:M-Navlinks-bottom|Platform:Manual|Platform:Cli_Cli_Export_Edl|Platform:Cli_Cli_Render_Output}}
+
{{Template:M-Navlinks-bottom|UM:Manual|UM:Cli_Cli_Export_Edl|UM:Cli_Cli_Render_Output}}
  
 
</div>
 
</div>

Latest revision as of 12:06, 15 October 2014

Darrow-up.png     Previous Next

Saving and Loading Compositions

--save-composition <file path>

Save given composition and all referenced source clips to given file.

--load-composition <file path>

Load composition and all referenced source clips to given file.

 

Save Composition

--save-composition <file path>

 

This command will save the the specified composition (given by the --composition parameter) to the specified file.

 

dv_note

The <file path> argument should be the full path, including the drive letter, filename and extension.

Composition content files saved through the GUI are given an extension .content.

 

Command :

$ nucoda_film_master --project project-x --composition comptest \

  --save-composition S:\output\comp1.content

INFO Opening project "project-x" from "D:\Nucoda\2014_1\projects\project-x".

INFO Opening composition "comptest".

Load Composition

--load-composition <file path>

 

Load the composition from given composition file into the specified project.

 

Command :

$ nucoda_film_master --project project-x \

  --load-composition S:\new\day\day011.content

INFO Opening project "project-x" from "D:\Nucoda\2014_1\projects\project-x".

 

dv_note

The composition file will be loaded and create a composition with the same name and contents as the original (saved) composition.

 

Darrow-up.png     Previous Next