UM:Cli Applying A Note To A Shot

From DigitalVision
Jump to: navigation, search

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