File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 8
8
-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
9
9
```
10
10
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
+
11
17
### Save screenshot of specific time
12
18
13
19
Just replace the ** url** and the ** time (2:22)**
You can’t perform that action at this time.
0 commit comments