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
| Windows | x86_64 |[.zip](https://github.com/clitic/vsd/releases/download/0.3.1/vsd-0.3.1-x86_64-pc-windows-msvc.zip)|
69
69
70
70
You can also install vsd through cargo by using this command.
71
71
@@ -100,7 +100,7 @@ $ vsd --help
100
100
```
101
101
Download video streams served over HTTP from websites, DASH (.mpd) and HLS (.m3u8) playlists.
102
102
103
-
Usage: vsd [OPTIONS] <COMMAND>
103
+
Usage: vsd.exe [OPTIONS] <COMMAND>
104
104
105
105
Commands:
106
106
capture Capture playlists and subtitles from a website
@@ -122,7 +122,7 @@ $ vsd save --help
122
122
```
123
123
Download DASH and HLS playlists
124
124
125
-
Usage: vsd save [OPTIONS] <INPUT>
125
+
Usage: vsd.exe save [OPTIONS] <INPUT>
126
126
127
127
Arguments:
128
128
<INPUT> http(s):// | .mpd | .xml | .m3u8
@@ -133,20 +133,22 @@ Options:
133
133
-d, --directory <DIRECTORY> Change directory path for temporarily downloaded files. By default current working directory is used
134
134
-o, --output <OUTPUT> Mux all downloaded streams to a video container (.mp4, .mkv, etc.) using ffmpeg. Note that existing files will be overwritten and
135
135
downloaded streams will be deleted
136
-
--raw-promptsRaw style input prompts for old and unsupported terminals
136
+
--parse Parse playlist and returns it in json format. Note that `--output` flag is ignored when this flag is used
137
137
--color <COLOR> When to output colored text [default: auto] [possible values: auto, always, never]
138
+
--raw-prompts Raw style input prompts for old and unsupported terminals
138
139
-h, --help Print help
139
140
140
141
Automation Options:
141
-
--prefer-audio-lang <PREFER_AUDIO_LANG> Preferred language when multiple audio streams with different languages are available. Must be in RFC 5646 format (eg. fr
142
-
or en-AU). If a preference is not specified and multiple audio streams are present, the first one listed in the manifest
143
-
will be downloaded
142
+
--prefer-audio-lang <PREFER_AUDIO_LANG> Preferred language when multiple audio streams with different languages are available. Must be in RFC 5646 format (eg.
143
+
fr or en-AU). If a preference is not specified and multiple audio streams are present, the first one listed in the
144
+
manifest will be downloaded
144
145
--prefer-subs-lang <PREFER_SUBS_LANG> Preferred language when multiple subtitles streams with different languages are available. Must be in RFC 5646 format
145
146
(eg. fr or en-AU). If a preference is not specified and multiple subtitles streams are present, the first one listed in
146
147
the manifest will be downloaded
147
-
-q, --quality <WIDTHxHEIGHT|HEIGHTp> Automatic selection of some standard resolution streams with highest bandwidth stream variant from playlist. If matching
148
-
resolution of WIDTHxHEIGHT is not found then only resolution HEIGHT would be considered for selection. comman values:
--skip-prompts Skip user input prompts and proceed with defaults
151
153
152
154
Client Options:
@@ -169,6 +171,7 @@ Decrypt Options:
169
171
170
172
Download Options:
171
173
--retry-count <RETRY_COUNT> Maximum number of retries to download an individual segment [default: 15]
174
+
--no-merge Download streams without merging them. Note that --output flag is ignored if this flag is used
172
175
-t, --threads <THREADS> Maximum number of threads for parllel downloading of segments. Number of threads should be in range 1-16 (inclusive) [default: 5]
0 commit comments