This plugin trims the work area of a comp to the duration of a layer, plus an optional, configurable handle.
npm install nexrender-trim-comp
- 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
}
],
This plugin is based on the excellent MOGRT action which you can find here https://github.com/vonstring/nexrender-action-mogrt-template