Skip to content

Commit 4a19132

Browse files
committed
modified youtube-dl.md
1 parent 111f2c9 commit 4a19132

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

youtube-dl.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
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+
### Download specific part of video with `ffmpeg`
12+
13+
```shell
14+
yt-dlp --download-sections "*07:35-07:45" https://www.youtube.com/watch?v=vidid
15+
```
16+
1117
### Save screenshot of specific time
1218

1319
Just replace the **url** and the **time (2:22)**

0 commit comments

Comments
 (0)