Skip to content

Commit 111f2c9

Browse files
committed
modified youtube-dl.md
1 parent 300db38 commit 111f2c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

youtube-dl.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
-format "(bestvideo[vcodec^=av01][height>=720][fps>30]/bestvideo[vcodec=vp9.2][height>=720][fps>30]/bestvideo[vcodec=vp9][height>=720][fps>30]/bestvideo[vcodec^=av01][height>=720]/bestvideo[vcodec=vp9.2][height>=720]/bestvideo[vcodec=vp9][height>=720]/bestvideo[height>=720]/bestvideo)+(bestaudio[acodec=opus]/bestaudio)/best" -force-ipv4 --no-continue --download-archive archive.log --add-metadata --write-description --write-info-json --write-annotations --write-thumbnail --embed-thumbnail --sub-format "srt" --embed-subs --write-auto-sub
99
```
1010

11+
### Save screenshot of specific time
12+
13+
Just replace the **url** and the **time (2:22)**
14+
15+
```shell
16+
ffmpeg -ss 2:22 -i $(yt-dlp -f 137 --get-url "https://youtu.be/sL6SgDEHH00") -vframes 1 -q:v 2 out.png
17+
```
18+
1119
### Download Best Quality
1220

1321
```shell

0 commit comments

Comments
 (0)