Media are reusable files you can reference from presets or project settings. Upload them once, then apply them across multiple projects and exports.
Upload a local file as reusable media.
youka media add <file> --as <type>
Local path to the file you want to upload.
One of image, video, logo, intro, or outro.
Types
| Type | Description |
|---|
image | Static background image |
video | Looping background video |
logo | Overlay logo |
intro | Intro clip |
outro | Outro clip |
Examples
youka media add ./background.png --as image --json
List uploaded media for the authenticated account.
youka media list
youka media list --json
Fetch one media item by ID.
youka media show <mediaId>
youka media show <mediaId> --json
Delete an uploaded media item.
youka media delete <mediaId> --json
Deleting media does not rewrite existing projects or exports. It only prevents
future renders from referencing that media.
What’s next
- Presets - bundle media into reusable render settings
- Projects - apply media through
project settings