Skip to main content
Media are reusable files you can reference from presets or project settings. Upload them once, then apply them across multiple projects and exports.

media add

Upload a local file as reusable media.
youka media add <file> --as <type>
file
string
required
Local path to the file you want to upload.
--as
string
required
One of image, video, logo, intro, or outro.

Types

TypeDescription
imageStatic background image
videoLooping background video
logoOverlay logo
introIntro clip
outroOutro clip

Examples

youka media add ./background.png --as image --json

media list

List uploaded media for the authenticated account.
youka media list
youka media list --json

media show

Fetch one media item by ID.
youka media show <mediaId>
youka media show <mediaId> --json

media delete

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