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

From DigitalVision
Jump to: navigation, search
m (Text replacement - "|Platform:" to "|UM:")
m (Text replacement - "Platform:" to "UM:")
 
Line 23: Line 23:
 
<td style="width:36px; border: none" valign="top" width="36"><p class="p_DVTableText">[[File:dv_note.png|alt=dv_note]]</p>
 
<td style="width:36px; border: none" valign="top" width="36"><p class="p_DVTableText">[[File:dv_note.png|alt=dv_note]]</p>
 
</td>
 
</td>
<td style="width:760px; border: none" valign="middle" width="760"><p class="p_DVTableText"><span class="f_DVTableText">The note can </span><span class="f_DVTableText" style="font-weight: bold;">only</span><span class="f_DVTableText"> be applied when the shot is </span><span class="f_DVTableText" style="font-style: italic;">spliced</span><span class="f_DVTableText"> or </span><span class="f_DVTableText" style="font-style: italic;">overwritten</span><span class="f_DVTableText"> to the composition. See : [[Platform:Cli_Cli_Clip_Splice_Overwrite|Splice and Overwrite Clips]]</span></p>
+
<td style="width:760px; border: none" valign="middle" width="760"><p class="p_DVTableText"><span class="f_DVTableText">The note can </span><span class="f_DVTableText" style="font-weight: bold;">only</span><span class="f_DVTableText"> be applied when the shot is </span><span class="f_DVTableText" style="font-style: italic;">spliced</span><span class="f_DVTableText"> or </span><span class="f_DVTableText" style="font-style: italic;">overwritten</span><span class="f_DVTableText"> to the composition. See : [[UM:Cli_Cli_Clip_Splice_Overwrite|Splice and Overwrite Clips]]</span></p>
 
</td>
 
</td>
 
</tr>
 
</tr>

Latest revision as of 12:11, 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