# Podcast to 3 Vertical Clips

**Use case:** 

Turn a podcast, interview, or webinar into up to 3 distinct vertical 9:16 clips with active-speaker framing and clean subtitles. Upload your own video, confirm you have the rights to transform it, and run with preconfigured settings.

## Input

```json
{
  "confirmContentRights": false,
  "clipCount": 3,
  "targetClipDuration": "30-60",
  "platform": "Generic vertical",
  "outputLanguageMode": "original",
  "aspectRatio": "9:16",
  "resolution": "720x1280",
  "cropMode": "face_tracking",
  "fallbackCropMode": "center_crop",
  "burnSubtitles": true,
  "subtitleStyle": "Clean",
  "generateSrt": true,
  "generateVtt": true,
  "createZip": true,
  "maxCostUsd": 5,
  "minimumViralScore": 0,
  "avoidOverlaps": true,
  "maxMediaMinutes": 90
}
```

## Output

```json
{
  "clipId": {
    "label": "Clip",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "viralScore": {
    "label": "Score",
    "format": "number"
  },
  "duration": {
    "label": "Duration (s)",
    "format": "number"
  },
  "sourceStart": {
    "label": "From (s)",
    "format": "number"
  },
  "sourceEnd": {
    "label": "To (s)",
    "format": "number"
  },
  "selectionMethod": {
    "label": "Selected by",
    "format": "text"
  },
  "cropMethod": {
    "label": "Framing used",
    "format": "text"
  },
  "sourceLanguage": {
    "label": "Source language",
    "format": "text"
  },
  "outputLanguage": {
    "label": "Output language",
    "format": "text"
  },
  "subtitleMode": {
    "label": "Subtitle mode",
    "format": "text"
  },
  "videoUrl": {
    "label": "MP4",
    "format": "link"
  },
  "srtUrl": {
    "label": "SRT",
    "format": "link"
  },
  "vttUrl": {
    "label": "VTT",
    "format": "link"
  },
  "warnings": {
    "label": "Warnings",
    "format": "array"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Viral Clip Generator – Long Video to Shorts](https://apify.com/lumaxys/ai-viral-clip-generator.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lumaxys/ai-viral-clip-generator.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/lumaxys/ai-viral-clip-generator.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
