# Download YouTube Videos in 1080p HD as MP4

**Use case:** 

Any YouTube video saved as a full 1080p MP4 with its title, channel and view count attached. Paste a URL and run, no setup required.

## Input

```json
{
  "urls": [
    "https://www.youtube.com/watch?v=aqz-KE-bpKQ"
  ],
  "quality": "1080",
  "audioOnly": false,
  "subtitles": false,
  "subLangs": "en",
  "includeMetadata": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "channel": {
    "label": "Channel"
  },
  "durationSeconds": {
    "label": "Duration seconds"
  },
  "resolution": {
    "label": "Resolution"
  },
  "format": {
    "label": "Format"
  },
  "fileSizeBytes": {
    "label": "File size bytes"
  },
  "mediaUrl": {
    "label": "File",
    "format": "link"
  }
}
```

## About this Actor

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