UM:Cli Cli Version
From DigitalVision
Adding a Version
--add-version <path> |
Add a new version of a clip to the composition |
Adding a Clip Version
--add-version <path>
To add a version to a composition clip, use the --add-version command.
Command : |
$ film_master --project PROJ1 --composition COMP1 \ --add-version M:\images\shots\009\056_009.001.dpx \ --clip-name VERSION2 --record-in 100
INFO Opening project "PROJ1".
INFO Opening composition "COMP1". INFO Found range (1, 54). INFO Set clip name to "VERSION2". INFO Clip added to composition. |
This will import the clip at the specified path (giving it a name "VERSION2"), setting it as a version of the clip at the record position 100.
You need to have at least the same amount of source material in the new version as the old or an error will occur. |