Difference between revisions of "UM:Cli Applying A Note To A Shot"

From DigitalVision
Jump to: navigation, search
m (Upload page Cli_Applying_A_Note_To_A_Shot)
 
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_Clip_Splice_Overwrite|Platform:Edl_Import_And_Conform}}
+
{{Template:M-Navlinks-top|UM:Manual|UM:Cli_Cli_Clip_Splice_Overwrite|UM:Edl_Import_And_Conform}}
  
 
{{Template:M-Title|Applying a Note to a Shot}}
 
{{Template:M-Title|Applying a Note to a Shot}}
Line 89: Line 89:
 
<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_Clip_Splice_Overwrite|Platform:Edl_Import_And_Conform}}
+
{{Template:M-Navlinks-bottom|UM:Manual|UM:Cli_Cli_Clip_Splice_Overwrite|UM:Edl_Import_And_Conform}}
  
 
</div>
 
</div>

Revision as of 12:07, 15 October 2014

Darrow-up.png     Previous Next

Applying a Note to a Shot

--set-note <name|path>

Apply note to shot we splice (or overwrite).

Note can be specified by name or path.

 

Apply Note

Use the --set-note command to apply a note to a shot.

 

dv_note

The note can only be applied when the shot is spliced or overwritten to the composition. See : Splice and Overwrite Clips

By Name

--set-note NAME

 

Apply the named note to the shot. The note must exist in the project notes folder :

 

dv_note

The named note must exist in the specified project.

 

Command :

$ film_master --project PROJ1 \

  --composition comp --name SHOT \

  --splice --record-in 90673 \

  --set-note lowerlevels

INFO Opening project "PROJ1".

INFO Opening project "PROJ1" from "D:\Nucoda\2013_1\projects\PROJ1".

INFO Opening composition "comp".

Successfully applied note lowerlevels.

INFO Clip added to composition.

 

By Path

--set-note PATH

 

Apply the note found at the given path to the shot.

 

Command :

$ film_master --project PROJ1 \

  --composition comp --name SHOT \

  --overwrite --record-in 90673 \

  --set-note S:\Temp\lowerlevels.note

INFO Opening project "PROJ1".

INFO Opening project "PROJ1" from "D:\Nucoda\2013_1\projects\PROJ1".

INFO Opening composition "comp".

Successfully applied note s:\Temp\lowerlevels.note.

INFO Clip added to composition.

 

Darrow-up.png     Previous Next