dataset_upload_video
Extract frames from a local video using ffmpeg and ingest them into an existing Ultralytics dataset.
Instructions
Upload a local video by extracting JPEG frames with ffmpeg, then start dataset ingest for an existing dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| dataset | Yes | Dataset ref by id, slug, username/slug, or ul:// URI. | |
| max_frames | No | ||
| video_path | Yes | Local path to source video file. | |
| targetSplit | No |