gumlet-video-asset-upload

Installation
SKILL.md

Basic upload

Title defaults to the filename when --title is not provided.

gumlet video asset upload --file ./video.mp4 --workspace-id <id>

Upload with metadata

gumlet video asset upload \
  --file ./video.mp4 \
  --workspace-id <id> \
  --title "Product Demo" \
  --description "Demo video for Q2 launch" \
  --format ABR \
  --tag demo,product

Upload and add directly to a playlist

gumlet video asset upload \
  --file ./video.mp4 \
  --workspace-id <id> \
  --playlist-id <playlist_id>

Flags

Flag Required Description
--file Path to the local video file
--workspace-id Workspace (collection) ID
--format ABR (HLS + DASH) or MP4. Default: ABR
--title Asset title. Defaults to filename
--description Asset description
--playlist-id Add asset to this playlist after upload
--tag Comma-separated tags

After upload

Check processing status with:

gumlet video asset get --asset-id <returned_asset_id>
Related skills

More from gumlet/cli

Installs
1
Repository
gumlet/cli
GitHub Stars
2
First Seen
12 days ago