Add a zoom to a clip
Documentation Index
Fetch the complete documentation index at: https://tella.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key obtained from your Tella account settings
Path Parameters
Video identifier
"vid_abc123def456"
Clip identifier
"cl_xyz789ghi012"
Body
Add a zoom to the clip's screen layer (does not affect the camera). Use manualZoom with a focusPoint, or trackingZoom to follow the cursor.
x <= 90071992547409912000
0 <= x <= 90071992547409911000
manualZoom zooms into a fixed focusPoint on the screen. trackingZoom automatically follows the cursor in the screen recording.
manualZoom, trackingZoom "manualZoom"
Point on the screen recording to zoom into, expressed as percentages of the screen dimensions. Required for manualZoom; ignored for trackingZoom.
Magnification factor (1 = no zoom, 3.5 = max).
1 <= x <= 3.52
Response
OK
A zoom on a clip
A zoom effect applied to the clip's screen layer (does not affect the camera). Use manualZoom with a focusPoint, or trackingZoom to follow the cursor automatically.