nexrender-trim-comp
v1.0.0
Published
trims comps
Downloads
2
Readme
nexrender-action-trim-comp
This plugin trims the work area of a comp to the duration of a layer, plus an optional, configurable handle.
Install
npm install nexrender-trim-comp
How to use
- Add this module as a pre-download action
- Add the name of the
layer
to measure - If required, add a value of
handle
in seconds as a parameter. - The render comp work area will be trimmed to the end point of the selected layer, plus the handle
{
"template": {
"src": "http://www.foo.com/template.aep",
"composition": "used-as-a-template"
},
"actions": {
"predownload": [
{
"module": "nexrender-trim-comp",
"layer": "[YOUR LAYER NAME HERE]",
"handle": 0.0 // optional floating point value
}
],
Notes
This plugin is based on the excellent MOGRT action which you can find here https://github.com/vonstring/nexrender-action-mogrt-template