# Video URL to SRT & VTT Subtitles

**Use case:** 

Turn any video or audio URL into ready-to-use SRT and VTT subtitle files. $0.012 per media minute ($0.005 BYOK).

## Input

```json
{
  "mediaUrls": [
    "https://vimeo.com/76979871"
  ],
  "episodesPerFeed": 1,
  "preferCaptions": true,
  "captionLanguage": "",
  "language": "",
  "detectLanguage": false,
  "diarize": false,
  "smartFormat": true,
  "paragraphs": true,
  "summarize": false,
  "includeSrt": true,
  "includeVtt": true,
  "maxDurationMinutes": 180
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "durationSeconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "transcript": {
    "label": "Transcript",
    "format": "text"
  },
  "billedEvent": {
    "label": "Billed event",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Media URL Transcriber - Video, Podcast RSS, Vimeo, Loom to Text](https://apify.com/kaz_kakyo/media-url-transcriber) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kaz_kakyo/media-url-transcriber) to learn more, explore other use cases, and run it yourself.