You're viewing a demo portfolio

Join the waitlist
PRSM

add_music_track

Active

Tool of com.framesail/framesail

declared in 1.27.2

Add background music to the project from the audio library (find track ids with browse_audio_library, category="music"). Defaults loop the track under the whole video at bed level (volume 0.12 ≈ -18.4 dB under narration — don't raise it without being asked); re-run export_video to hear it.

Parameters schema

{
  "type": "object",
  "title": "add_music_trackArguments",
  "required": [
    "project_id",
    "library_track_id"
  ],
  "properties": {
    "loop": {
      "type": "boolean",
      "title": "Loop",
      "default": true,
      "description": "True loops the track under the whole video; false plays it once"
    },
    "name": {
      "type": "string",
      "title": "Name",
      "default": "Music",
      "description": "Display name for the track on the project's timeline"
    },
    "volume": {
      "type": "number",
      "title": "Volume",
      "default": 0.12,
      "description": "Playback volume 0-1; the 0.12 default sits at bed level under narration — don't raise it unless asked"
    },
    "project_id": {
      "type": "string",
      "title": "Project Id",
      "description": "Project ID, as returned by create_project or list_projects"
    },
    "start_frame": {
      "type": "integer",
      "title": "Start Frame",
      "default": 0,
      "description": "Timeline frame at which the track starts (0 = start of the video)"
    },
    "library_track_id": {
      "type": "string",
      "title": "Library Track Id",
      "description": "Audio library track ID, from browse_audio_library(category=\"music\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.framesail/framesail

1/7 registries
View full server →