# Download YouTube Videos with Transcript Files

**Use case:** 

Download YouTube videos in MP4 format with transcripts in SRT. Get video details, secure download links, and transcript files for easy access.

## Input

```json
{
  "runMode": "process",
  "videoUrls": [
    "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  ],
  "videoQuality": "240p",
  "videoBitrate": "balanced",
  "videoCountry": "US",
  "outputFormat": "mp4",
  "storageRetention": "2w",
  "includeDetailedInfo": true,
  "includeTranscript": true,
  "transcriptLanguage": "en",
  "transcriptFormat": "srt"
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "videoId": {
    "label": "Video id"
  },
  "contentType": {
    "label": "Content type"
  },
  "status": {
    "label": "Status"
  },
  "message": {
    "label": "Message"
  },
  "inputUrl": {
    "label": "Input url"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Video & Shorts Downloader](https://apify.com/calm_builder/youtube-video-shorts-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/calm_builder/youtube-video-shorts-downloader) to learn more, explore other use cases, and run it yourself.