TheDocumentation Index
Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt
Use this file to discover all available pages before exploring further.
upload() method handles all video ingestion. The return type differs depending on the source:
- Local video files & URLs return a
video_id. - Local
.mcapfiles return anmcap_ingest_id— useclient.wait_for_mcap_ingest()orclient.get_mcap_ingest()to retrieve derivedvideo_ids. - Cloud video imports (
gs://,s3://,hf://buckets/...) return animport_job_id— useclient.get_import_job()andclient.get_import_job_videos()to retrieve video IDs. - S3
.mcapcloud imports return anmcap_import_job_id— useclient.wait_for_mcap_import_job()orclient.get_mcap_import_job()to retrieve child ingests and derivedvideo_ids.