segment_video_camera_shots
Segment any video into camera shots, returning timestamps and metadata. Automatically checks for existing jobs and supports Cloudglue and direct HTTP URLs.
Instructions
Segment videos into camera shots with intelligent cost optimization. Automatically checks for existing shot segmentation jobs before creating new ones. Returns timestamps and metadata for each camera shot detected. Supports Cloudglue URLs and direct HTTP video URLs. Note: YouTube URLs are not supported for segmentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Video URL to segment into camera shots. Supports multiple formats: • **Cloudglue platform (default)**: `cloudglue://files/file-id` - Use file ID from list_videos • **Public HTTP video URLs**: Direct links to MP4 files (e.g., `https://example.com/video.mp4`) • **Data connector URLs** (requires setup in Cloudglue account): - **Dropbox**: Shareable links (`https://www.dropbox.com/scl/fo/...`) or `dropbox://<path>/<to>/<file>` - **Google Drive**: `gdrive://file/<file_id>` - **Zoom**: Meeting UUID (`zoom://uuid/QFwZYEreTl2e6MBFSslXjQ%3D%3D`) or Meeting ID (`zoom://id/81586198865`) Note: YouTube URLs are not supported for camera shot segmentation. See https://docs.cloudglue.dev/data-connectors/overview for data connector setup. |