User manual
Command Line
430
© 2014 Digital Vision
UM-2014.1-07
Command :
$ film_master.exe --project et2 --composition Comp \
--remove-clip "tc first"
INFO Opening project "et2" from "C:\Phoenix\2014_1\root\projects\et2".
INFO Opening composition "Comp".
INFO Deleting clip "tc first" from project "et2" of "C:\Phoenix\2014_1
\root\projects\et2".
Counting and Adding Tracks
--count-tracks <video|audio>
Count how many tracks of
specified type are in composition
--add-track <video|audio>
Add a new track of specified type
to existing composition
Count Tracks
--count-tracks <video|audio>
This command will count how many tracks of the type specified exist in the
named composition.
Command :
$ film_master --project PROJ1 --composition COMP1 \
--count-tracks video
INFO Opening project "ttt".
INFO Opening composition "COMP1".
INFO Total video tracks : 3
Command :
$ film_master --project PROJ1 --composition COMP1 \
--count-tracks audio
INFO Opening project "ttt".
INFO Opening composition "COMP1".
INFO Total audio tracks : 2
Add a Track
--add-track <video|audio>
This command will add a track of the type specified to the named
composition. The number of the new track added is returned.