You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,22 @@ thumbnail_count=150
98
98
min_delta=5
99
99
max_delta=90
100
100
# 120 seconds aka 2 minutes will add more thumbnails only when the video is over 5 hours long!
101
+
102
+
# Below are overrides for remote urls (you generally want less thumbnails, because it's slow!)
103
+
# Thumbnailing network paths will be done with mpv (leveraging youtube-dl)
104
+
105
+
# Allow thumbnailing network paths (naive check for "://")
106
+
# Defaults to no
107
+
thumbnail_network=[yes/no]
108
+
# Override thumbnail count, min/max delta, as above
109
+
remote_thumbnail_count=60
110
+
remote_min_delta=15
111
+
remote_max_delta=120
112
+
113
+
# Try to grab the raw stream and disable ytdl for the mpv subcalls
114
+
# Much faster than passing the url to ytdl again, but may cause problems with some sites
115
+
Defaults to yes
116
+
remote_direct_stream=[yes/no]
101
117
```
102
118
103
119
With `disable_keybind=yes`, you can add your own keybind to [`input.conf`](https://mpv.io/manual/master/#input-conf) with `script-binding generate-thumbnails`, for example:
0 commit comments