File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-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
+ ### 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
+
11
19
### Download Best Quality
12
20
13
21
``` shell
You can’t perform that action at this time.
0 commit comments