Timeline Effects
See JSON Examples Overview for shared project fields and general parameter rules.
Timeline Effect Intensity
Adds a package effect and configures its intensity.
Complete JSON
Key Parameters
| Field path | Purpose | Type and constraints | Example value |
|---|---|---|---|
timelines[].timelineVideoFxTracks[].timelineVideoFxs[].displayName | Effect display name | string | Record |
timelines[].timelineVideoFxTracks[].timelineVideoFxs[].duration | Timeline position or duration | integer, microseconds; normally >= 0 | 48680000 |
timelines[].timelineVideoFxTracks[].timelineVideoFxs[].id | Package, style, or animation ID | string; required when the referenced resource is used | Non-empty |
timelines[].timelineVideoFxTracks[].timelineVideoFxs[].inPoint | Timeline position or duration | integer, microseconds; normally >= 0 | 520000 |
timelines[].timelineVideoFxTracks[].timelineVideoFxs[].intensity | Effect intensity | number; [0, 1] | 0.5 |
timelines[].timelineVideoFxTracks[].timelineVideoFxs[].type | Object or parameter type | string; allowed values depend on the containing object | package |
Camera Simulation Filter
Adds a Hasselblad camera-simulation package filter.
Complete JSON
Key Parameters
| Field path | Purpose | Type and constraints | Example value |
|---|---|---|---|
timelines[].timelineVideoFxTracks[].timelineVideoFxs[].displayName | Effect display name | string | Hasselblad |
timelines[].timelineVideoFxTracks[].timelineVideoFxs[].duration | Timeline position or duration | integer, microseconds; normally >= 0 | 48680000 |
timelines[].timelineVideoFxTracks[].timelineVideoFxs[].id | Package, style, or animation ID | string; required when the referenced resource is used | Non-empty |
timelines[].timelineVideoFxTracks[].timelineVideoFxs[].inPoint | Timeline position or duration | integer, microseconds; normally >= 0 | 520000 |
timelines[].timelineVideoFxTracks[].timelineVideoFxs[].intensity | Effect intensity | number; [0, 1] | 1 |
timelines[].timelineVideoFxTracks[].timelineVideoFxs[].type | Object or parameter type | string; allowed values depend on the containing object | package |