User manual

Generating Local Proxies
417
© 2014 Digital Vision
UM-2014.1-07
Generating Proxies for a Clip
--clip-name N --generate-proxies
To generate proxies for a specific clip in a composition, give the clip name:
Command :
$ film_master --project PROJ1 --clip-name CLIP2 \
--generate-proxies
INFO Opening project "PROJ1".
INFO Generating proxies for clip...
INFO Creating new composition "CLIP2".
INFO gen ... generated 0 frames of 15 (0%)
INFO gen ... generated 1 frames of 15 (6%)
INFO gen ... generated 2 frames of 15 (13%)
...
INFO gen ... generated 15 frames of 15 (100%)
Generating Proxies on a Range
--range A B
You can generate proxies for a range of frames using the --range option.
This will work on a range of frames within a clip or on a range within a whole
composition, depending on usage.
Within a clip:
Command :
$ film_master --project PROJ1 --clip-name CLIP1 \
--range 10 20 --generate-proxies
INFO Opening project "PROJ1".
INFO Found clip. Origin is 1.
INFO Generating proxies for clip...
INFO Creating new composition "CLIP1".
INFO gen ... generated 0 frames of 10 (0%)
INFO gen ... generated 1 frames of 10 (10%)
...
INFO gen ... generated 10 frames of 10 (100%)
If you only give a start frame for the range (e.g. --range 30), then
the proxies will be generated from this frame (in the clip) to the end
of the clip.
Within a composition: