Update Scene Crop
Update scene crop values (soft crop, only applied on export).
This endpoint updates crop_start_ms and crop_end_ms for a scene. The crop is non-destructive - the original video remains unchanged and crop values are only applied during playback preview and export.
Args: project_id: Project ID scene_id: Scene ID to update crop for request: Request body with 'cropStartMs' and 'cropEndMs' fields current_user: Authenticated user db: Database session
Returns: Updated scene crop values
put/api/projects/{project_id}/scenes/{scene_id}/crop
Path parameters
project_idstring required
scene_idstring required
Request body
object required
Response
Successful Response
{"stackTrail":"paths:/api/projects/{project_id}/scenes/{scene_id}/crop:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.