UM:Cli Cli Information
--list |
List projects, or compositions within projects. |
--capture-list |
List details to list captured material |
--clip-list [s] |
List details of clips in composition |
Any item listed includes an index. You can use this index when performing remove operations. |
Listing Projects
--list
To list projects available, use the command --list :
Command : |
$ film_master --list Projects: 1: test1 - C:\Nucoda\... 2: Check Danger 002 - C:\Nucoda\... 3: Check Danger 003 - C:\Nucoda\... 4: Road Less Travelled Part 1 - C:\Nucoda\... 5: Who Goes Here - C:\Nucoda\... 6: Mist Snow Fog and Rain 1 - C:\Nucoda\... 7: Mist Snow Fog and Rain 2 - C:\Nucoda\.... 8: Road Story 002 - C:\Nucoda\2009_1\.... 9: et - C:\Nucoda\2009_1\.... 10: et2 - C:\Nucoda\2009_1\.... |
Listing Compositions
To list compositions available within a project, use the command:
Command : |
$ film_master --project PROJ1 --list INFO Opening project "et2" from "C:\Nucoda\2014_1\root\projects\et2". Compositions in project "et2" of "C:\Nucoda\2014_1\root\projects\et2": 1: Comp - imported from C:\Temp\et.edl ... 2: Graded 001 - Tue 16 Feb 2010 16:22:13 3: Check - Tue 16 Feb 2010 16:22:14 |
List Captured Material
--capture-list
This option lists the status of captured material from the specified composition. It is only relevant if the composition contains list captured material.
Command : |
$ film_master --project et2 --composition Comp \ --capture-list INFO Opening project "et2" from "C:\Nucoda\2014_1\root\projects\et2". INFO Opening composition "Comp". Clip(s) from composition "Comp" in project "et2" of .. |Clip | Start | End | Tape | Status ----+------------------------+-------------+-------------+----------+-------- 1| blue.[27-127] | 00:00:01:02 | 00:00:05:02 | blue | Ready 2| green.[203-272] | 00:00:08:03 | 00:00:10:22 | green | Ready 3| purple.[1085-1185] | 00:00:43:10 | 00:00:47:10 | purple | Ready 4| yellow.[39-88] | 00:00:01:14 | 00:00:03:13 | yellow | Ready INFO Opening composition "Comp". |
Once captured the shot Status field will change to Found.
List Clips and Associated Material
--clip-list [s]
This option lists details of all clips in specified composition, including :
• | The clip material name |
• | The clip date and time of import |
If you include the argument "s", the clip .Material GUID is also displayed.
Command : |
$ film_master --project et2 --composition Comp \ --clip-list INFO Opening project "et2" from "C:\Nucoda\2014_1\root\projects\et2". INFO Opening composition "Comp". Clips in project "et2" of "C:\Nucoda\2014_1\root\projects\et2": 1: blueframe export-tests - Tue 16 Feb 2010 16:07:32 2: cyanframe export-tests - Tue 16 Feb 2010 16:07:32 3: greenframe export-tests - Tue 16 Feb 2010 16:07:33 4: purpleframe export-tests - Tue 16 Feb 2010 16:07:33 5: yellowframe export-tests - Tue 16 Feb 2010 16:07:33 |