# Webinar to 16:9 YouTube Clips, No Reframe

**Use case:** 

Recorded webinars cut into short 16:9 segments that keep the original widescreen for YouTube, skipping the blurred-background vertical reframe.

## Input

```json
{
  "videoUrl": "https://example.com/product-webinar-full.mp4",
  "maxClips": 5,
  "minScore": 60,
  "aspectRatio": "16:9",
  "burnCaptions": true,
  "captionPreset": "clean",
  "language": "en",
  "detectModel": "gpt-4o-mini"
}
```

## Output

```json
{
  "rank": {
    "label": "Rank"
  },
  "score": {
    "label": "Score"
  },
  "title": {
    "label": "Title"
  },
  "durationSeconds": {
    "label": "Duration seconds"
  },
  "start": {
    "label": "Start"
  },
  "end": {
    "label": "End"
  },
  "hashtags": {
    "label": "Hashtags"
  },
  "clipUrl": {
    "label": "Clip",
    "format": "link"
  }
}
```

## About this Actor

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