File: vlc-help.txt

package info (click to toggle)
syncplay 1.7.5%2Brepack1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,084 kB
  • sloc: python: 19,930; sh: 32; makefile: 16
file content (349 lines) | stat: -rw-r--r-- 16,381 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
Usage: vlc [options] [stream] ...
You can specify multiple streams on the commandline.
They will be enqueued in the playlist.
The first item specified will be played first.

Options-styles:
  --option  A global option that is set for the duration of the program.
   -option  A single letter version of a global --option.
   :option  An option that only applies to the stream directly before it
            and that overrides previous settings.

Stream MRL syntax:
  [[access][/demux]://]URL[#[title][:chapter][-[title][:chapter]]]
  [:option=value ...]

  Many of the global --options can also be used as MRL specific :options.
  Multiple :option=value pairs can be specified.

URL syntax:
  file:///path/file              Plain media file
  http://host[:port]/file        HTTP URL
  ftp://host[:port]/file         FTP URL
  mms://host[:port]/file         MMS URL
  screen://                      Screen capture
  dvd://[device]                 DVD device
  vcd://[device]                 VCD device
  cdda://[device]                Audio CD device
  udp://[[<source address>]@[<bind address>][:<bind port>]]
                                 UDP stream sent by a streaming server
  vlc://pause:<seconds>          Pause the playlist for a certain time
  vlc://quit                     Special item to quit VLC


 core program (core)

 Audio
      --audio, --no-audio        Enable audio
                                 (default enabled)
      --force-dolby-surround={0 (Auto), 1 (On), 2 (Off)} 
                                 Force detection of Dolby Surround
      --audio-replay-gain-mode={none,track,album} 
                                 Replay gain mode
      --audio-replay-gain-preamp=<float> 
                                 Replay preamp
      --audio-replay-gain-default=<float> 
                                 Default replay gain
      --audio-time-stretch, --no-audio-time-stretch 
                                 Enable time stretching audio
                                 (default enabled)
      --audio-filter=<string>    Audio filters
      --audio-visual={any,goom,projectm,visual,glspectrum,none} 
                                 Audio visualisations

 Video
  -f, --fullscreen, --no-fullscreen 
                                 Fullscreen video output
                                 (default disabled)
      --video-on-top, --no-video-on-top 
                                 Always on top
                                 (default disabled)
      --video-wallpaper, --no-video-wallpaper 
                                 Enable wallpaper mode
                                 (default disabled)
      --video-title-show, --no-video-title-show 
                                 Show media title on video
                                 (default enabled)
      --video-title-timeout=<integer> 
                                 Show video title for x milliseconds
      --video-title-position={0 (Centre), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)} 
                                 Position of video title
      --mouse-hide-timeout=<integer> 
                                 Hide cursor and fullscreen controller after x
                                 milliseconds
   Snapshot:
      --snapshot-path=<string>   Video snapshot directory (or filename)
      --snapshot-prefix=<string> Video snapshot file prefix
      --snapshot-format={png,jpg,tiff} 
                                 Video snapshot format
      --snapshot-preview, --no-snapshot-preview 
                                 Display video snapshot preview
                                 (default enabled)
      --snapshot-sequential, --no-snapshot-sequential 
                                 Use sequential numbers instead of timestamps
                                 (default disabled)
   Window properties:
      --crop=<string>            Video cropping
      --custom-crop-ratios=<string> 
                                 Custom crop ratios list
      --aspect-ratio=<string>    Source aspect ratio
      --autoscale, --no-autoscale 
                                 Video Auto Scaling
                                 (default enabled)
      --custom-aspect-ratios=<string> 
                                 Custom aspect ratios list
      --deinterlace={0 (Off), -1 (Automatic), 1 (On)} 
                                 Deinterlace
      --deinterlace-mode={auto,discard,blend,mean,bob,linear,x,yadif,yadif2x,phosphor,ivtc} 
                                 Deinterlace mode
      --video-filter=<string>    Video filter module
      --video-splitter=<string>  Video splitter module

 Subpictures
   On Screen Display:
      --spu, --no-spu            Enable sub-pictures
                                 (default enabled)
      --osd, --no-osd            On Screen Display
                                 (default enabled)
   Subtitles:
      --sub-file=<string>        Use subtitle file
      --sub-autodetect-file, --no-sub-autodetect-file 
                                 Autodetect subtitle files
                                 (default enabled)
      --sub-text-scale=<integer [10 .. 500]> 
                                 Subtitles text scaling factor
   Overlays:
      --sub-source=<string>      Subpictures source module
      --sub-filter=<string>      Subpictures filter module
   Track settings:
      --audio-language=<string>  Audio language
      --sub-language=<string>    Subtitle language
      --menu-language=<string>   Menu language
      --preferred-resolution={-1 (Best available), 1080 (Full HD (1080p)), 720 (HD (720p)), 576 (Standard Definition (576 or 480 lines)), 360 (Low Definition (360 lines)), 240 (Very Low Definition (240 lines))} 
                                 Preferred video resolution
   Playback control:
      --input-repeat=<integer [0 .. 65535]> 
                                 Input repetitions
      --input-fast-seek, --no-input-fast-seek 
                                 Fast seek
                                 (default disabled)
      --rate=<float>             Playback speed
   Default devices:
      --dvd=<string>             DVD device
      --vcd=<string>             VCD device
   Network settings:
      --http-proxy=<string>      HTTP proxy
      --http-proxy-pwd=<string>  HTTP proxy password
   Advanced:
      --input-title-format=<string> 
                                 Change title according to current media

 Input
      --stream-filter=<string>   Stream filter module
   Performance options:
      --high-priority, --no-high-priority 
                                 Increase the priority of the process
                                 (default disabled)

 Playlist
  -Z, --random, --no-random      Play files randomly forever
                                 (default disabled)
  -L, --loop, --no-loop          Repeat all
                                 (default disabled)
  -R, --repeat, --no-repeat      Repeat current item
                                 (default disabled)
      --play-and-exit, --no-play-and-exit 
                                 Play and exit
                                 (default disabled)
      --play-and-stop, --no-play-and-stop 
                                 Play and stop
                                 (default disabled)
      --start-paused, --no-start-paused 
                                 Start paused
                                 (default disabled)
      --playlist-autostart, --no-playlist-autostart 
                                 Auto start
                                 (default enabled)
      --playlist-cork, --no-playlist-cork 
                                 Pause on audio communication
                                 (default enabled)
      --media-library, --no-media-library 
                                 Use media library
                                 (default disabled)
      --playlist-tree, --no-playlist-tree 
                                 Display playlist tree
                                 (default disabled)
      --open=<string>            Default stream
      --auto-preparse, --no-auto-preparse 
                                 Automatically preparse items
                                 (default enabled)
      --preparse-timeout=<integer> 
                                 Preparsing timeout
      --metadata-network-access, --no-metadata-network-access 
                                 Allow metadata network access
                                 (default disabled)
      --recursive={none,collapse,expand} 
                                 Subdirectory behaviour
      --ignore-filetypes=<string> 
                                 Ignored extensions
      --show-hiddenfiles, --no-show-hiddenfiles 
                                 Show hidden files
                                 (default disabled)
  -v, --verbose=<integer>        Verbosity (0,1,2)
      --advanced, --no-advanced  Show advanced options
                                 (default disabled)
      --interact, --no-interact  Interface interaction
                                 (default enabled)
  -I, --intf=<string>            Interface module
      --extraintf=<string>       Extra interface modules
      --control=<string>         Control interfaces

 Hot keys
      --hotkeys-y-wheel-mode={-1 (Ignore), 0 (Volume control), 2 (Position control), 3 (Position control reversed)} 
                                 Mouse wheel vertical axis control
      --hotkeys-x-wheel-mode={-1 (Ignore), 0 (Volume control), 2 (Position control), 3 (Position control reversed)} 
                                 Mouse wheel horizontal axis control
      --global-key-toggle-fullscreen=<string> 
                                 Fullscreen
      --key-toggle-fullscreen=<string> 
                                 Fullscreen
      --global-key-leave-fullscreen=<string> 
                                 Exit fullscreen
      --key-leave-fullscreen=<string> 
                                 Exit fullscreen
      --global-key-play-pause=<string> 
                                 Play/Pause
      --key-play-pause=<string>  Play/Pause
      --global-key-faster=<string> 
                                 Faster
      --key-faster=<string>      Faster
      --global-key-slower=<string> 
                                 Slower
      --key-slower=<string>      Slower
      --global-key-rate-normal=<string> 
                                 Normal rate
      --key-rate-normal=<string> Normal rate
      --global-key-rate-faster-fine=<string> 
                                 Faster (fine)
      --key-rate-faster-fine=<string> 
                                 Faster (fine)
      --global-key-rate-slower-fine=<string> 
                                 Slower (fine)
      --key-rate-slower-fine=<string> 
                                 Slower (fine)
      --global-key-next=<string> Next
      --key-next=<string>        Next
      --global-key-prev=<string> Previous
      --key-prev=<string>        Previous
      --global-key-stop=<string> Stop
      --key-stop=<string>        Stop
      --global-key-jump-extrashort=<string> 
                                 Very short backwards jump
      --key-jump-extrashort=<string> 
                                 Very short backwards jump
      --global-key-jump+extrashort=<string> 
                                 Very short forward jump
      --key-jump+extrashort=<string> 
                                 Very short forward jump
      --global-key-jump-short=<string> 
                                 Short backwards jump
      --key-jump-short=<string>  Short backwards jump
      --global-key-jump+short=<string> 
                                 Short forward jump
      --key-jump+short=<string>  Short forward jump
      --global-key-jump-medium=<string> 
                                 Medium backwards jump
      --key-jump-medium=<string> Medium backwards jump
      --global-key-jump+medium=<string> 
                                 Medium forward jump
      --key-jump+medium=<string> Medium forward jump
      --global-key-jump-long=<string> 
                                 Long backwards jump
      --key-jump-long=<string>   Long backwards jump
      --global-key-jump+long=<string> 
                                 Long forward jump
      --key-jump+long=<string>   Long forward jump
      --global-key-frame-next=<string> 
                                 Next frame
      --key-frame-next=<string>  Next frame
      --global-key-quit=<string> Quit
      --key-quit=<string>        Quit
      --global-key-vol-up=<string> 
                                 Volume up
      --key-vol-up=<string>      Volume up
      --global-key-vol-down=<string> 
                                 Volume down
      --key-vol-down=<string>    Volume down
      --global-key-vol-mute=<string> 
                                 Mute
      --key-vol-mute=<string>    Mute
      --global-key-audio-track=<string> 
                                 Cycle audio track
      --key-audio-track=<string> Cycle audio track
      --global-key-audiodevice-cycle=<string> 
                                 Cycle through audio devices
      --key-audiodevice-cycle=<string> 
                                 Cycle through audio devices
      --global-key-subtitle-revtrack=<string> 
                                 Cycle subtitle track in reverse order
      --key-subtitle-revtrack=<string> 
                                 Cycle subtitle track in reverse order
      --global-key-subtitle-track=<string> 
                                 Cycle subtitle track
      --key-subtitle-track=<string> 
                                 Cycle subtitle track
      --global-key-subtitle-toggle=<string> 
                                 Toggle subtitles
      --key-subtitle-toggle=<string> 
                                 Toggle subtitles
      --global-key-program-sid-next=<string> 
                                 Cycle next program Service ID
      --key-program-sid-next=<string> 
                                 Cycle next program Service ID
      --global-key-program-sid-prev=<string> 
                                 Cycle previous program Service ID
      --key-program-sid-prev=<string> 
                                 Cycle previous program Service ID
      --global-key-aspect-ratio=<string> 
                                 Cycle source aspect ratio
      --key-aspect-ratio=<string> 
                                 Cycle source aspect ratio
      --global-key-crop=<string> Cycle video crop
      --key-crop=<string>        Cycle video crop
      --global-key-toggle-autoscale=<string> 
                                 Toggle autoscaling
      --key-toggle-autoscale=<string> 
                                 Toggle autoscaling
      --global-key-incr-scalefactor=<string> 
                                 Increase scale factor
      --key-incr-scalefactor=<string> 
                                 Increase scale factor
      --global-key-decr-scalefactor=<string> 
                                 Decrease scale factor
      --key-decr-scalefactor=<string> 
                                 Decrease scale factor
      --global-key-deinterlace=<string> 
                                 Toggle deinterlacing
      --key-deinterlace=<string> Toggle deinterlacing
      --global-key-deinterlace-mode=<string> 
                                 Cycle deinterlace modes
      --key-deinterlace-mode=<string> 
                                 Cycle deinterlace modes
      --global-key-intf-show=<string> 
                                 Show controller in fullscreen
      --key-intf-show=<string>   Show controller in fullscreen
      --global-key-wallpaper=<string> 
                                 Toggle wallpaper mode in video output
      --key-wallpaper=<string>   Toggle wallpaper mode in video output
      --global-key-random=<string> 
                                 Random
      --key-random=<string>      Random
      --global-key-loop=<string> Normal/Loop/Repeat
      --key-loop=<string>        Normal/Loop/Repeat
      --global-key-zoom-quarter=<string> 
                                 1:4 Quarter
      --key-zoom-quarter=<string> 
                                 1:4 Quarter
      --global-key-zoom-half=<string> 
                                 1:2 Half