UM:Cli Saving And Loading Composition

From DigitalVision
Revision as of 11:06, 15 October 2014 by Alastair (talk | contribs) (Text replacement - "|Platform:" to "|UM:")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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