User manual
Counting and Adding Tracks
431
© 2014 Digital Vision
UM-2014.1-07
Command :
$ film_master --project PROJ1 --composition COMP1 \
--add-track video
INFO Opening project "ttt".
INFO Opening composition "COMP1".
INFO New video track added number : 4
We will now have a new track "V4" in the composition "COMP1" above.
Testing for a GUI Lock
--testlock
Test if the GUI has a lock (and therefore GUI is
open)
Testing if the GUI is Running
--testlock
This command will test if the GUI is open (and the application is holding a lock
file).
Command :
$ film_master --testlock
$ echo $?
0
Return :
0 : GUI is not running (no lock)
1 : GUI is running (lock held)
This must be the first argument on the command-line.