Skip to content

Commit

Permalink
H264
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Nov 17, 2024
1 parent 532f2ce commit 753fa0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/software/yt-dlp.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- linux
---

[yt-dlp](https://github.com/yt-dlp/yt-dlp) is an actively developed fork of the famous Youtube video downloader `youtube-dl`.
https://github.com/yt-dlp/yt-dlp is an actively developed fork of the famous Youtube video downloader `youtube-dl`.

## Install

Expand Down Expand Up @@ -43,10 +43,10 @@ yt-dlp --write-subs <url>

### Select resolution and format

Use `-S` (sort) to download 1080p AV1 videos first.
Use `-S` (sort) to download 1080p H264 videos first.

```sh
yt-dlp -S "res:1080,vcodec:av1" <url>
yt-dlp -S "res:1080,vcodec:h264" <url>
```

### Download videos from a playlist
Expand Down

0 comments on commit 753fa0f

Please sign in to comment.