Process one local video with direct QuokkaPix settings
process_video_with_settingsProcess a local video with custom settings for cutting, cropping, converting, compressing, audio extraction, or transcription, and save the resulting media or transcript with a result JSON.
Instructions
Run one local video through window.QuokkaPixVideoAgent.applySettings-compatible settings, save the media or transcript output and write quokkapix-video-result.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appUrl | No | Optional Video app URL. Defaults to https://video.quokkapix.com/#agent=1. | |
| headless | No | ||
| settings | Yes | Payload accepted by window.QuokkaPixVideoAgent.applySettings. | |
| inputFile | Yes | Absolute or client-relative local file path readable by the MCP process. Do not pass remote URLs here. | |
| musicFile | No | Absolute or client-relative local file path readable by the MCP process. Do not pass remote URLs here. | |
| outputDir | Yes | Local directory where the adapter writes the downloaded output and quokkapix-result.json. | |
| timeoutMs | No | ||
| settingsId | No | ||
| unlockToken | No | Product-specific x402 unlock token. Omit it to receive a local duration-based quote before processing. |