.gitignore added
[dotfiles/.git] / .config / vlc / vlcrc
1 ###
2 ###  vlc 3.0.12
3 ###
4
5 ###
6 ### lines beginning with a '#' character are comments
7 ###
8
9 [visual] # Visualizer filter
10
11 # Effects list (string)
12 #effect-list=spectrum
13
14 # Video width (integer)
15 #effect-width=800
16
17 # Video height (integer)
18 #effect-height=500
19
20 # FFT window (string)
21 #effect-fft-window=flat
22
23 # Kaiser window parameter (float)
24 #effect-kaiser-param=3.000000
25
26 # Show 80 bands instead of 20 (boolean)
27 #visual-80-bands=1
28
29 # Draw peaks in the analyzer (boolean)
30 #visual-peaks=1
31
32 # Enable original graphic spectrum (boolean)
33 #spect-show-original=0
34
35 # Draw the base of the bands (boolean)
36 #spect-show-base=1
37
38 # Base pixel radius (integer)
39 #spect-radius=42
40
41 # Spectral sections (integer)
42 #spect-sections=3
43
44 # V-plane color (integer)
45 #spect-color=80
46
47 # Draw bands in the spectrometer (boolean)
48 #spect-show-bands=1
49
50 # Show 80 bands instead of 20 (boolean)
51 #spect-80-bands=1
52
53 # Number of blank pixels between bands. (integer)
54 #spect-separ=1
55
56 # Amplification (integer)
57 #spect-amp=8
58
59 # Draw peaks in the analyzer (boolean)
60 #spect-show-peaks=1
61
62 # Peak extra width (integer)
63 #spect-peak-width=61
64
65 # Peak height (integer)
66 #spect-peak-height=1
67
68 [glspectrum] # 3D OpenGL spectrum visualization
69
70 # Video width (integer)
71 #glspectrum-width=400
72
73 # Video height (integer)
74 #glspectrum-height=300
75
76 [wall] # Wall video filter
77
78 # Number of columns (integer)
79 #wall-cols=3
80
81 # Number of rows (integer)
82 #wall-rows=3
83
84 # Active windows (string)
85 #wall-active=
86
87 # Element aspect ratio (string)
88 #wall-element-aspect=16:9
89
90 [panoramix] # Panoramix: wall with overlap video filter
91
92 # Number of columns (integer)
93 #panoramix-cols=-1
94
95 # Number of rows (integer)
96 #panoramix-rows=-1
97
98 # length of the overlapping area (in %) (integer)
99 #panoramix-bz-length=100
100
101 # height of the overlapping area (in %) (integer)
102 #panoramix-bz-height=100
103
104 # Attenuation (boolean)
105 #panoramix-attenuate=1
106
107 # Attenuation, begin (in %) (integer)
108 #panoramix-bz-begin=0
109
110 # Attenuation, middle (in %) (integer)
111 #panoramix-bz-middle=50
112
113 # Attenuation, end (in %) (integer)
114 #panoramix-bz-end=100
115
116 # middle position (in %) (integer)
117 #panoramix-bz-middle-pos=50
118
119 # Gamma (Red) correction (float)
120 #panoramix-bz-gamma-red=1.000000
121
122 # Gamma (Green) correction (float)
123 #panoramix-bz-gamma-green=1.000000
124
125 # Gamma (Blue) correction (float)
126 #panoramix-bz-gamma-blue=1.000000
127
128 # Black Crush for Red (integer)
129 #panoramix-bz-blackcrush-red=140
130
131 # Black Crush for Green (integer)
132 #panoramix-bz-blackcrush-green=140
133
134 # Black Crush for Blue (integer)
135 #panoramix-bz-blackcrush-blue=140
136
137 # White Crush for Red (integer)
138 #panoramix-bz-whitecrush-red=200
139
140 # White Crush for Green (integer)
141 #panoramix-bz-whitecrush-green=200
142
143 # White Crush for Blue (integer)
144 #panoramix-bz-whitecrush-blue=200
145
146 # Black Level for Red (integer)
147 #panoramix-bz-blacklevel-red=150
148
149 # Black Level for Green (integer)
150 #panoramix-bz-blacklevel-green=150
151
152 # Black Level for Blue (integer)
153 #panoramix-bz-blacklevel-blue=150
154
155 # White Level for Red (integer)
156 #panoramix-bz-whitelevel-red=0
157
158 # White Level for Green (integer)
159 #panoramix-bz-whitelevel-green=0
160
161 # White Level for Blue (integer)
162 #panoramix-bz-whitelevel-blue=0
163
164 # Active windows (string)
165 #panoramix-active=
166
167 [clone] # Clone video filter
168
169 # Number of clones (integer)
170 #clone-count=2
171
172 # Video output modules (string)
173 #clone-vout-list=
174
175 [yuv] # YUV video output
176
177 # device, fifo or filename (string)
178 #yuv-file=stream.yuv
179
180 # Chroma used (string)
181 #yuv-chroma=
182
183 # Add a YUV4MPEG2 header (boolean)
184 #yuv-yuv4mpeg2=0
185
186 [xdg_shell] # XDG shell surface
187
188 # Wayland display (string)
189 #wl-display=
190
191 [xcb_xv] # XVideo output (XCB)
192
193 # XVideo adaptor number (integer)
194 #xvideo-adaptor=-1
195
196 # XVideo format id (integer)
197 #xvideo-format-id=0
198
199 [xcb_x11] # X11 video output (XCB)
200
201 [xcb_window] # X11 video window (XCB)
202
203 # X11 display (string)
204 #x11-display=
205
206 [wl_shell] # Wayland shell surface
207
208 # Wayland display (string)
209 #wl-display=
210
211 [vmem] # Video memory output
212
213 # Width (integer)
214 #vmem-width=320
215
216 # Height (integer)
217 #vmem-height=200
218
219 # Pitch (integer)
220 #vmem-pitch=640
221
222 # Chroma (string)
223 #vmem-chroma=RV16
224
225 [vdummy] # Dummy video output
226
227 # Dummy image chroma format (string)
228 #dummy-chroma=
229
230 [gl] # OpenGL video output
231
232 # OpenGL extension (string)
233 #gl=
234
235 # Open GL/GLES hardware converter (string)
236 #glconv=
237
238 # Rendering intent for color conversion (integer)
239 #rendering-intent=1
240
241 # Display primaries (integer)
242 #target-prim=0
243
244 # Display gamma / transfer function (integer)
245 #target-trc=0
246
247 # Tone-mapping algorithm (integer)
248 #tone-mapping=3
249
250 # Tone-mapping parameter (float)
251 #tone-mapping-param=0.000000
252
253 # Highlight clipped pixels (boolean)
254 #tone-mapping-warn=0
255
256 # Dithering algorithm (integer)
257 #dither-algo=-1
258
259 # Dither depth override (0 = framebuffer depth) (integer)
260 #dither-depth=0
261
262 # Desaturation strength (float)
263 #desat-strength=0.750000
264
265 # Desaturation exponent (float)
266 #desat-exponent=1.500000
267
268 # Desaturation base (float)
269 #desat-base=0.180000
270
271 # Maximum brightness boost (float)
272 #max-boost=0.000000
273
274 [flaschen] # Flaschen-Taschen video output
275
276 # Flaschen-Taschen display address (string)
277 #flaschen-display=
278
279 # Width (integer)
280 #flaschen-width=25
281
282 # Height (integer)
283 #flaschen-height=20
284
285 [fb] # GNU/Linux framebuffer video output
286
287 # Framebuffer device (string)
288 #fbdev=/dev/fb0
289
290 # Run fb on current tty (boolean)
291 #fb-tty=1
292
293 # Image format (default RGB) (string)
294 #fb-chroma=
295
296 # Framebuffer resolution to use (integer)
297 #fb-mode=4
298
299 # Framebuffer uses hw acceleration (boolean)
300 #fb-hw-accel=1
301
302 [transform] # Video transformation filter
303
304 # Transform type (string)
305 #transform-type=90
306
307 [sharpen] # Sharpen video filter
308
309 # Sharpen strength (0-2) (float)
310 #sharpen-sigma=0.050000
311
312 [sepia] # Sepia video filter
313
314 # Sepia intensity (integer)
315 #sepia-intensity=120
316
317 [scene] # Scene video filter
318
319 # Image format (string)
320 #scene-format=png
321
322 # Image width (integer)
323 #scene-width=-1
324
325 # Image height (integer)
326 #scene-height=-1
327
328 # Filename prefix (string)
329 #scene-prefix=scene
330
331 # Directory path prefix (string)
332 #scene-path=
333
334 # Always write to the same file (boolean)
335 #scene-replace=0
336
337 # Recording ratio (integer)
338 #scene-ratio=50
339
340 [rotate] # Rotate video filter
341
342 # Angle in degrees (float)
343 #rotate-angle=30.000000
344
345 # Use motion sensors (boolean)
346 #rotate-use-motion=0
347
348 [puzzle] # Puzzle interactive game video filter
349
350 # Number of puzzle rows (integer)
351 #puzzle-rows=4
352
353 # Number of puzzle columns (integer)
354 #puzzle-cols=4
355
356 # Border (integer)
357 #puzzle-border=3
358
359 # Small preview (boolean)
360 #puzzle-preview=0
361
362 # Small preview size (integer)
363 #puzzle-preview-size=15
364
365 # Piece edge shape size (integer)
366 #puzzle-shape-size=90
367
368 # Auto shuffle (integer)
369 #puzzle-auto-shuffle=0
370
371 # Auto solve (integer)
372 #puzzle-auto-solve=0
373
374 # Rotation (integer)
375 #puzzle-rotation=0
376
377 # Game mode (integer)
378 #puzzle-mode=0
379
380 [postproc] # Video post processing filter
381
382 # Post processing quality (integer)
383 #postproc-q=6
384
385 # FFmpeg post processing filter chains (string)
386 #postproc-name=default
387
388 [posterize] # Posterize video filter
389
390 # Posterize level (integer)
391 #posterize-level=6
392
393 [motionblur] # Motion blur filter
394
395 # Blur factor (1-127) (integer)
396 #blur-factor=80
397
398 [mirror] # Mirror video filter
399
400 # Mirror orientation (integer)
401 #mirror-split=0
402
403 # Direction (integer)
404 #mirror-direction=0
405
406 [hqdn3d] # High Quality 3D Denoiser filter
407
408 # Spatial luma strength (0-254) (float)
409 #hqdn3d-luma-spat=4.000000
410
411 # Spatial chroma strength (0-254) (float)
412 #hqdn3d-chroma-spat=3.000000
413
414 # Temporal luma strength (0-254) (float)
415 #hqdn3d-luma-temp=6.000000
416
417 # Temporal chroma strength (0-254) (float)
418 #hqdn3d-chroma-temp=4.500000
419
420 [grain] # Grain video filter
421
422 # Variance (float)
423 #grain-variance=2.000000
424
425 # Minimal period (integer)
426 #grain-period-min=1
427
428 # Maximal period (integer)
429 #grain-period-max=48
430
431 [gradient] # Gradient video filter
432
433 # Distort mode (string)
434 #gradient-mode=gradient
435
436 # Gradient image type (integer)
437 #gradient-type=0
438
439 # Apply cartoon effect (boolean)
440 #gradient-cartoon=1
441
442 [gradfun] # Gradfun video filter
443
444 # Radius (integer)
445 #gradfun-radius=16
446
447 # Strength (float)
448 #gradfun-strength=1.200000
449
450 [gaussianblur] # Gaussian blur video filter
451
452 # Gaussian's std deviation (float)
453 #gaussianblur-sigma=2.000000
454
455 [fps] # FPS conversion video filter
456
457 # Frame rate (string)
458 #fps-fps=
459
460 [extract] # Extract RGB component video filter
461
462 # RGB component to extract (integer)
463 #extract-component=16711680
464
465 [erase] # Erase video filter
466
467 # Image mask (string)
468 #erase-mask=
469
470 # X coordinate (integer)
471 #erase-x=0
472
473 # Y coordinate (integer)
474 #erase-y=0
475
476 [deinterlace] # Deinterlacing video filter
477
478 # Streaming deinterlace mode (string)
479 #sout-deinterlace-mode=blend
480
481 # Phosphor chroma mode for 4:2:0 input (integer)
482 #sout-deinterlace-phosphor-chroma=2
483
484 # Phosphor old field dimmer strength (integer)
485 #sout-deinterlace-phosphor-dimmer=2
486
487 [croppadd] # Video cropping filter
488
489 # Pixels to crop from top (integer)
490 #croppadd-croptop=0
491
492 # Pixels to crop from bottom (integer)
493 #croppadd-cropbottom=0
494
495 # Pixels to crop from left (integer)
496 #croppadd-cropleft=0
497
498 # Pixels to crop from right (integer)
499 #croppadd-cropright=0
500
501 # Pixels to padd to top (integer)
502 #croppadd-paddtop=0
503
504 # Pixels to padd to bottom (integer)
505 #croppadd-paddbottom=0
506
507 # Pixels to padd to left (integer)
508 #croppadd-paddleft=0
509
510 # Pixels to padd to right (integer)
511 #croppadd-paddright=0
512
513 [colorthres] # Color threshold filter
514
515 # Color (integer)
516 #colorthres-color=16711680
517
518 # Saturation threshold (integer)
519 #colorthres-saturationthres=20
520
521 # Similarity threshold (integer)
522 #colorthres-similaritythres=15
523
524 [canvas] # Canvas video filter
525
526 # Output width (integer)
527 #canvas-width=0
528
529 # Output height (integer)
530 #canvas-height=0
531
532 # Output picture aspect ratio (string)
533 #canvas-aspect=
534
535 # Pad video (boolean)
536 #canvas-padd=1
537
538 [bluescreen] # Bluescreen video filter
539
540 # Bluescreen U value (integer)
541 #bluescreen-u=120
542
543 # Bluescreen V value (integer)
544 #bluescreen-v=90
545
546 # Bluescreen U tolerance (integer)
547 #bluescreen-ut=17
548
549 # Bluescreen V tolerance (integer)
550 #bluescreen-vt=17
551
552 [blendbench] # Blending benchmark filter
553
554 # Number of time to blend (integer)
555 #blendbench-loops=1000
556
557 # Alpha of the blended image (integer)
558 #blendbench-alpha=128
559
560 # Image to be blended onto (string)
561 #blendbench-base-image=
562
563 # Chroma for the base image (string)
564 #blendbench-base-chroma=I420
565
566 # Image which will be blended (string)
567 #blendbench-blend-image=
568
569 # Chroma for the blend image (string)
570 #blendbench-blend-chroma=YUVA
571
572 [ball] # Ball video filter
573
574 # Ball color (string)
575 #ball-color=red
576
577 # Ball speed (integer)
578 #ball-speed=4
579
580 # Ball size (integer)
581 #ball-size=10
582
583 # Gradient threshold (integer)
584 #ball-gradient-threshold=40
585
586 # Edge visible (boolean)
587 #ball-edge-visible=1
588
589 [antiflicker] # antiflicker video filter
590
591 # Window size (integer)
592 #antiflicker-window-size=10
593
594 # Softening value (integer)
595 #antiflicker-softening-size=10
596
597 [anaglyph] # Convert 3D picture to anaglyph image video filter
598
599 # Color scheme (string)
600 #anaglyph-scheme=red-cyan
601
602 [alphamask] # Alpha mask video filter
603
604 # Transparency mask (string)
605 #alphamask-mask=
606
607 [adjust] # Image properties filter
608
609 # Image contrast (0-2) (float)
610 #contrast=1.000000
611
612 # Image brightness (0-2) (float)
613 #brightness=1.000000
614
615 # Image hue (-180..180) (float)
616 #hue=0.000000
617
618 # Image saturation (0-3) (float)
619 #saturation=1.000000
620
621 # Image gamma (0-10) (float)
622 #gamma=1.000000
623
624 # Brightness threshold (boolean)
625 #brightness-threshold=0
626
627 [swscale] # Video scaling filter
628
629 # Scaling mode (integer)
630 #swscale-mode=2
631
632 [vdpau_chroma] # VDPAU surface conversions
633
634 # Deinterlace (integer)
635 #vdpau-deinterlace=1
636
637 # Inverse telecine (boolean)
638 #vdpau-ivtc=0
639
640 # Deinterlace chroma skip (boolean)
641 #vdpau-chroma-skip=0
642
643 # Noise reduction level (float)
644 #vdpau-noise-reduction=0.000000
645
646 # Scaling quality (integer)
647 #vdpau-scaling=0
648
649 [vaapi_filters] # Video Accelerated API filters
650
651 # Denoise strength (0-2) (float)
652 #denoise-sigma=1.000000
653
654 [svg] # svg
655
656 # SVG template file (string)
657 #svg-template-file=
658
659 [freetype] # Freetype2 font renderer
660
661 # Font (string)
662 #freetype-font=Serif Bold
663
664 # Monospace Font (string)
665 #freetype-monofont=Monospace
666
667 # Font size in pixels (integer)
668 #freetype-fontsize=0
669
670 # Relative font size (integer)
671 #freetype-rel-fontsize=0
672
673 # Text opacity (integer)
674 #freetype-opacity=255
675
676 # Text default color (integer)
677 #freetype-color=16777215
678
679 # Force bold (boolean)
680 #freetype-bold=0
681
682 # Background opacity (integer)
683 #freetype-background-opacity=0
684
685 # Background color (integer)
686 #freetype-background-color=0
687
688 # Outline opacity (integer)
689 #freetype-outline-opacity=255
690
691 # Outline color (integer)
692 #freetype-outline-color=0
693
694 # Outline thickness (integer)
695 #freetype-outline-thickness=4
696
697 # Shadow opacity (integer)
698 #freetype-shadow-opacity=128
699
700 # Shadow color (integer)
701 #freetype-shadow-color=0
702
703 # Shadow angle (float)
704 #freetype-shadow-angle=-45.000000
705
706 # Shadow distance (float)
707 #freetype-shadow-distance=0.060000
708
709 # Use YUVP renderer (boolean)
710 #freetype-yuvp=0
711
712 # Text direction (integer)
713 #freetype-text-direction=0
714
715 [stream_out_transcode] # Transcode stream output
716
717 # Video encoder (string)
718 #sout-transcode-venc=
719
720 # Destination video codec (string)
721 #sout-transcode-vcodec=
722
723 # Video bitrate (integer)
724 #sout-transcode-vb=0
725
726 # Video scaling (float)
727 #sout-transcode-scale=0.000000
728
729 # Video frame-rate (string)
730 #sout-transcode-fps=
731
732 # Deinterlace video (boolean)
733 #sout-transcode-deinterlace=0
734
735 # Deinterlace module (string)
736 #sout-transcode-deinterlace-module=deinterlace
737
738 # Video width (integer)
739 #sout-transcode-width=0
740
741 # Video height (integer)
742 #sout-transcode-height=0
743
744 # Maximum video width (integer)
745 #sout-transcode-maxwidth=0
746
747 # Maximum video height (integer)
748 #sout-transcode-maxheight=0
749
750 # Video filter (string)
751 #sout-transcode-vfilter=
752
753 # Audio encoder (string)
754 #sout-transcode-aenc=
755
756 # Destination audio codec (string)
757 #sout-transcode-acodec=
758
759 # Audio bitrate (integer)
760 #sout-transcode-ab=96
761
762 # Audio language (string)
763 #sout-transcode-alang=
764
765 # Audio channels (integer)
766 #sout-transcode-channels=0
767
768 # Audio sample rate (integer)
769 #sout-transcode-samplerate=0
770
771 # Audio filter (string)
772 #sout-transcode-afilter=
773
774 # Subtitle encoder (string)
775 #sout-transcode-senc=
776
777 # Destination subtitle codec (string)
778 #sout-transcode-scodec=
779
780 # Destination subtitle codec (boolean)
781 #sout-transcode-soverlay=0
782
783 # Overlays (string)
784 #sout-transcode-sfilter=
785
786 # Number of threads (integer)
787 #sout-transcode-threads=0
788
789 # Picture pool size (integer)
790 #sout-transcode-pool-size=10
791
792 # High priority (boolean)
793 #sout-transcode-high-priority=0
794
795 [stats] # Writes statistic info about stream
796
797 # Output file (string)
798 #sout-stats-output=
799
800 # Prefix to show on output line (string)
801 #sout-stats-prefix=stats
802
803 [stream_out_standard] # Standard stream output
804
805 # Output access method (string)
806 #sout-standard-access=
807
808 # Output muxer (string)
809 #sout-standard-mux=
810
811 # Output destination (string)
812 #sout-standard-dst=
813
814 # Address to bind to (helper setting for dst) (string)
815 #sout-standard-bind=
816
817 # Filename for stream (helper setting for dst) (string)
818 #sout-standard-path=
819
820 # SAP announcing (boolean)
821 #sout-standard-sap=0
822
823 # Session name (string)
824 #sout-standard-name=
825
826 # Session description (string)
827 #sout-standard-description=
828
829 # Session URL (string)
830 #sout-standard-url=
831
832 # Session email (string)
833 #sout-standard-email=
834
835 [smem] # Stream output to memory buffer
836
837 # Time Synchronized output (boolean)
838 #sout-smem-time-sync=1
839
840 [setid] # Change the id of an elementary stream
841
842 # Elementary Stream ID (integer)
843 #sout-setid-id=0
844
845 # New ES ID (integer)
846 #sout-setid-new-id=0
847
848 # Elementary Stream ID (integer)
849 #sout-setlang-id=0
850
851 # Language (string)
852 #sout-setlang-lang=eng
853
854 [stream_out_rtp] # RTP stream output
855
856 # Destination (string)
857 #sout-rtp-dst=
858
859 # SDP (string)
860 #sout-rtp-sdp=
861
862 # Muxer (string)
863 #sout-rtp-mux=
864
865 # SAP announcing (boolean)
866 #sout-rtp-sap=0
867
868 # Session name (string)
869 #sout-rtp-name=
870
871 # Session category (string)
872 #sout-rtp-cat=
873
874 # Session description (string)
875 #sout-rtp-description=
876
877 # Session URL (string)
878 #sout-rtp-url=
879
880 # Session email (string)
881 #sout-rtp-email=
882
883 # Transport protocol (string)
884 #sout-rtp-proto=udp
885
886 # Port (integer)
887 #sout-rtp-port=5004
888
889 # Audio port (integer)
890 #sout-rtp-port-audio=0
891
892 # Video port (integer)
893 #sout-rtp-port-video=0
894
895 # Hop limit (TTL) (integer)
896 #sout-rtp-ttl=-1
897
898 # RTP/RTCP multiplexing (boolean)
899 #sout-rtp-rtcp-mux=0
900
901 # Caching value (ms) (integer)
902 #sout-rtp-caching=300
903
904 # MP4A LATM (boolean)
905 #sout-rtp-mp4a-latm=0
906
907 # RTSP session timeout (s) (integer)
908 #rtsp-timeout=60
909
910 # Username (string)
911 #sout-rtsp-user=
912
913 # Password (string)
914 #sout-rtsp-pwd=
915
916 [record] # Record stream output
917
918 # Destination prefix (string)
919 #sout-record-dst-prefix=
920
921 [mosaic_bridge] # Mosaic bridge stream output
922
923 # ID (string)
924 #sout-mosaic-bridge-id=Id
925
926 # Video width (integer)
927 #sout-mosaic-bridge-width=0
928
929 # Video height (integer)
930 #sout-mosaic-bridge-height=0
931
932 # Sample aspect ratio (string)
933 #sout-mosaic-bridge-sar=1:1
934
935 # Image chroma (string)
936 #sout-mosaic-bridge-chroma=
937
938 # Video filter (string)
939 #sout-mosaic-bridge-vfilter=
940
941 # Transparency (integer)
942 #sout-mosaic-bridge-alpha=255
943
944 # X offset (integer)
945 #sout-mosaic-bridge-x=-1
946
947 # Y offset (integer)
948 #sout-mosaic-bridge-y=-1
949
950 [es] # Elementary stream output
951
952 # Output access method (string)
953 #sout-es-access=
954
955 # Output muxer (string)
956 #sout-es-mux=
957
958 # Output URL (string)
959 #sout-es-dst=
960
961 # Audio output access method (string)
962 #sout-es-access-audio=
963
964 # Audio output muxer (string)
965 #sout-es-mux-audio=
966
967 # Audio output URL (string)
968 #sout-es-dst-audio=
969
970 # Video output access method (string)
971 #sout-es-access-video=
972
973 # Video output muxer (string)
974 #sout-es-mux-video=
975
976 # Video output URL (string)
977 #sout-es-dst-video=
978
979 [display] # Display stream output
980
981 # Enable audio (boolean)
982 #sout-display-audio=1
983
984 # Enable video (boolean)
985 #sout-display-video=1
986
987 # Delay (ms) (integer)
988 #sout-display-delay=100
989
990 [delay] # Delay a stream
991
992 # Elementary Stream ID (integer)
993 #sout-delay-id=0
994
995 # Delay of the ES (ms) (integer)
996 #sout-delay-delay=0
997
998 [stream_out_chromaprint] # Chromaprint stream output
999
1000 # Duration of the fingerprinting (integer)
1001 #duration=90
1002
1003 [bridge] # Bridge stream output
1004
1005 # ID (integer)
1006 #sout-bridge-out-id=0
1007
1008 # Destination bridge-in name (string)
1009 #sout-bridge-out-in-name=default
1010
1011 # Delay (integer)
1012 #sout-bridge-in-delay=0
1013
1014 # ID Offset (integer)
1015 #sout-bridge-in-id-offset=8192
1016
1017 # Name of current instance (string)
1018 #sout-bridge-in-name=default
1019
1020 # Fallback to placeholder stream when out of data (boolean)
1021 #sout-bridge-in-placeholder=0
1022
1023 # Placeholder delay (integer)
1024 #sout-bridge-in-placeholder-delay=200
1025
1026 # Wait for I frame before toggling placeholder (boolean)
1027 #sout-bridge-in-placeholder-switch-on-iframe=1
1028
1029 [prefetch] # Stream prefetch filter
1030
1031 # Buffer size (integer)
1032 #prefetch-buffer-size=16384
1033
1034 # Read size (integer)
1035 #prefetch-read-size=16777216
1036
1037 # Seek threshold (integer)
1038 #prefetch-seek-threshold=16384
1039
1040 [subsdelay] # Subtitle delay
1041
1042 # Delay calculation mode (integer)
1043 #subsdelay-mode=1
1044
1045 # Calculation factor (float)
1046 #subsdelay-factor=2.000000
1047
1048 # Maximum overlapping subtitles (integer)
1049 #subsdelay-overlap=3
1050
1051 # Minimum alpha value (integer)
1052 #subsdelay-min-alpha=70
1053
1054 # Interval between two disappearances (integer)
1055 #subsdelay-min-stops=1000
1056
1057 # Interval between appearance and disappearance (integer)
1058 #subsdelay-min-start-stop=1000
1059
1060 # Interval between disappearance and appearance (integer)
1061 #subsdelay-min-stop-start=1000
1062
1063 [rss] # RSS and Atom feed display
1064
1065 # Feed URLs (string)
1066 #rss-urls=
1067
1068 # X offset (integer)
1069 #rss-x=0
1070
1071 # Y offset (integer)
1072 #rss-y=0
1073
1074 # Text position (integer)
1075 #rss-position=-1
1076
1077 # Opacity (integer)
1078 #rss-opacity=255
1079
1080 # Color (integer)
1081 #rss-color=16777215
1082
1083 # Font size, pixels (integer)
1084 #rss-size=0
1085
1086 # Speed of feeds (integer)
1087 #rss-speed=100000
1088
1089 # Max length (integer)
1090 #rss-length=60
1091
1092 # Refresh time (integer)
1093 #rss-ttl=1800
1094
1095 # Feed images (boolean)
1096 #rss-images=1
1097
1098 # Title display mode (integer)
1099 #rss-title=-1
1100
1101 [mosaic] # Mosaic video sub source
1102
1103 # Transparency (integer)
1104 #mosaic-alpha=255
1105
1106 # Height (integer)
1107 #mosaic-height=100
1108
1109 # Width (integer)
1110 #mosaic-width=100
1111
1112 # Mosaic alignment (integer)
1113 #mosaic-align=5
1114
1115 # Top left corner X coordinate (integer)
1116 #mosaic-xoffset=0
1117
1118 # Top left corner Y coordinate (integer)
1119 #mosaic-yoffset=0
1120
1121 # Border width (integer)
1122 #mosaic-borderw=0
1123
1124 # Border height (integer)
1125 #mosaic-borderh=0
1126
1127 # Positioning method (integer)
1128 #mosaic-position=0
1129
1130 # Number of rows (integer)
1131 #mosaic-rows=2
1132
1133 # Number of columns (integer)
1134 #mosaic-cols=2
1135
1136 # Keep aspect ratio (boolean)
1137 #mosaic-keep-aspect-ratio=0
1138
1139 # Keep original size (boolean)
1140 #mosaic-keep-picture=0
1141
1142 # Elements order (string)
1143 #mosaic-order=
1144
1145 # Offsets in order (string)
1146 #mosaic-offsets=
1147
1148 # Delay (integer)
1149 #mosaic-delay=0
1150
1151 [marq] # Marquee display
1152
1153 # Text (string)
1154 #marq-marquee=VLC
1155
1156 # Text file (string)
1157 #marq-file=
1158
1159 # X offset (integer)
1160 #marq-x=0
1161
1162 # Y offset (integer)
1163 #marq-y=0
1164
1165 # Marquee position (integer)
1166 #marq-position=-1
1167
1168 # Opacity (integer)
1169 #marq-opacity=255
1170
1171 # Color (integer)
1172 #marq-color=16777215
1173
1174 # Font size, pixels (integer)
1175 #marq-size=0
1176
1177 # Timeout (integer)
1178 #marq-timeout=0
1179
1180 # Refresh period in ms (integer)
1181 #marq-refresh=1000
1182
1183 [logo] # Logo sub source
1184
1185 # Logo filenames (string)
1186 #logo-file=
1187
1188 # X coordinate (integer)
1189 #logo-x=-1
1190
1191 # Y coordinate (integer)
1192 #logo-y=-1
1193
1194 # Logo individual image time in ms (integer)
1195 #logo-delay=1000
1196
1197 # Logo animation # of loops (integer)
1198 #logo-repeat=-1
1199
1200 # Opacity of the logo (integer)
1201 #logo-opacity=255
1202
1203 # Logo position (integer)
1204 #logo-position=-1
1205
1206 [dynamicoverlay] # Dynamic video overlay
1207
1208 # Input FIFO (string)
1209 #overlay-input=
1210
1211 # Output FIFO (string)
1212 #overlay-output=
1213
1214 [audiobargraph_v] # Audio Bar Graph Video sub source
1215
1216 # X coordinate (integer)
1217 #audiobargraph_v-x=0
1218
1219 # Y coordinate (integer)
1220 #audiobargraph_v-y=0
1221
1222 # Transparency of the bargraph (integer)
1223 #audiobargraph_v-transparency=255
1224
1225 # Bargraph position (integer)
1226 #audiobargraph_v-position=-1
1227
1228 # Bar width in pixel (integer)
1229 #audiobargraph_v-barWidth=10
1230
1231 # Bar Height in pixel (integer)
1232 #audiobargraph_v-barHeight=400
1233
1234 [upnp] # Universal Plug'n'Play
1235
1236 # SAT>IP channel list (string)
1237 #satip-channelist=auto
1238
1239 # Custom SAT>IP channel list URL (string)
1240 #satip-channellist-url=
1241
1242 [sap] # Network streams (SAP)
1243
1244 # SAP multicast address (string)
1245 #sap-addr=
1246
1247 # SAP timeout (seconds) (integer)
1248 #sap-timeout=1800
1249
1250 # Try to parse the announce (boolean)
1251 #sap-parse=1
1252
1253 # SAP Strict mode (boolean)
1254 #sap-strict=0
1255
1256 [podcast] # Podcasts
1257
1258 # Podcast URLs list (string)
1259 #podcast-urls=
1260
1261 [mpegvideo] # MPEG-I/II video packetizer
1262
1263 # Sync on Intra Frame (boolean)
1264 #packetizer-mpegvideo-sync-iframe=0
1265
1266 [notify] # LibNotify Notification Plugin
1267
1268 # Timeout (ms) (integer)
1269 #notify-timeout=4000
1270
1271 [mux_ts] # TS muxer (libdvbpsi)
1272
1273 # Digital TV Standard (string)
1274 #sout-ts-standard=dvb
1275
1276 # Video PID (integer)
1277 #sout-ts-pid-video=100
1278
1279 # Audio PID (integer)
1280 #sout-ts-pid-audio=200
1281
1282 # SPU PID (integer)
1283 #sout-ts-pid-spu=300
1284
1285 # PMT PID (integer)
1286 #sout-ts-pid-pmt=32
1287
1288 # TS ID (integer)
1289 #sout-ts-tsid=0
1290
1291 # NET ID (integer)
1292 #sout-ts-netid=0
1293
1294 # PMT Program numbers (string)
1295 #sout-ts-program-pmt=
1296
1297 # Set PID to ID of ES (boolean)
1298 #sout-ts-es-id-pid=0
1299
1300 # Mux PMT (requires --sout-ts-es-id-pid) (string)
1301 #sout-ts-muxpmt=
1302
1303 # SDT Descriptors (requires --sout-ts-es-id-pid) (string)
1304 #sout-ts-sdtdesc=
1305
1306 # Data alignment (boolean)
1307 #sout-ts-alignment=1
1308
1309 # Shaping delay (ms) (integer)
1310 #sout-ts-shaping=200
1311
1312 # Use keyframes (boolean)
1313 #sout-ts-use-key-frames=0
1314
1315 # PCR interval (ms) (integer)
1316 #sout-ts-pcr=70
1317
1318 # Minimum B (deprecated) (integer)
1319 #sout-ts-bmin=0
1320
1321 # Maximum B (deprecated) (integer)
1322 #sout-ts-bmax=0
1323
1324 # DTS delay (ms) (integer)
1325 #sout-ts-dts-delay=400
1326
1327 # Crypt audio (boolean)
1328 #sout-ts-crypt-audio=1
1329
1330 # Crypt video (boolean)
1331 #sout-ts-crypt-video=1
1332
1333 # CSA Key (string)
1334 #sout-ts-csa-ck=
1335
1336 # Second CSA Key (string)
1337 #sout-ts-csa2-ck=
1338
1339 # CSA Key in use (string)
1340 #sout-ts-csa-use=1
1341
1342 # Packet size in bytes to encrypt (integer)
1343 #sout-ts-csa-pkt=188
1344
1345 [ps] # PS muxer
1346
1347 # DTS delay (ms) (integer)
1348 #sout-ps-dts-delay=200
1349
1350 # PES maximum size (integer)
1351 #sout-ps-pes-max-size=65500
1352
1353 [mux_ogg] # Ogg/OGM muxer
1354
1355 # Index interval (integer)
1356 #sout-ogg-indexintvl=1000
1357
1358 # Index size ratio (float)
1359 #sout-ogg-indexratio=1.000000
1360
1361 [mp4] # MP4/MOV muxer
1362
1363 # Create "Fast Start" files (boolean)
1364 #sout-mp4-faststart=1
1365
1366 [avi] # AVI muxer
1367
1368 # Artist (string)
1369 #sout-avi-artist=
1370
1371 # Date (string)
1372 #sout-avi-date=
1373
1374 # Genre (string)
1375 #sout-avi-genre=
1376
1377 # Copyright (string)
1378 #sout-avi-copyright=
1379
1380 # Comment (string)
1381 #sout-avi-comment=
1382
1383 # Name (string)
1384 #sout-avi-name=
1385
1386 # Subject (string)
1387 #sout-avi-subject=
1388
1389 # Encoder (string)
1390 #sout-avi-encoder=VLC Media Player - 3.0.12 Vetinari
1391
1392 # Keywords (string)
1393 #sout-avi-keywords=
1394
1395 [asf] # ASF muxer
1396
1397 # Title (string)
1398 #sout-asf-title=
1399
1400 # Author (string)
1401 #sout-asf-author=
1402
1403 # Copyright (string)
1404 #sout-asf-copyright=
1405
1406 # Comment (string)
1407 #sout-asf-comment=
1408
1409 # Rating (string)
1410 #sout-asf-rating=
1411
1412 # Packet Size (integer)
1413 #sout-asf-packet-size=4096
1414
1415 # Bitrate override (integer)
1416 #sout-asf-bitrate-override=0
1417
1418 [rtsp] # Legacy RTSP VoD server
1419
1420 # MUX for RAW RTSP transport (string)
1421 #rtsp-raw-mux=ts
1422
1423 # Maximum number of connections (integer)
1424 #rtsp-throttle-users=0
1425
1426 # Sets the timeout option in the RTSP session string (integer)
1427 #rtsp-session-timeout=5
1428
1429 [logger] # File logging
1430
1431 [gnutls] # GNU TLS transport layer security
1432
1433 # Use system trust database (boolean)
1434 #gnutls-system-trust=1
1435
1436 # Trust directory (string)
1437 #gnutls-dir-trust=
1438
1439 # TLS cipher priorities (string)
1440 #gnutls-priorities=NORMAL
1441
1442 [audioscrobbler] # Submission of played songs to last.fm
1443
1444 # Username (string)
1445 #lastfm-username=
1446
1447 # Password (string)
1448 #lastfm-password=
1449
1450 # Scrobbler URL (string)
1451 #scrobbler-url=post.audioscrobbler.com
1452
1453 [folder] # Folder meta data
1454
1455 # Album art filename (string)
1456 #album-art-filename=
1457
1458 [lua] # Lua interpreter
1459
1460 # Lua interface (string)
1461 #lua-intf=dummy
1462
1463 # Lua interface configuration (string)
1464 #lua-config=
1465
1466 # Password (string)
1467 #http-password=
1468
1469 # Source directory (string)
1470 #http-src=
1471
1472 # Directory index (boolean)
1473 #http-index=0
1474
1475 # TCP command input (string)
1476 #rc-host=
1477
1478 # CLI input (string)
1479 #cli-host=
1480
1481 # Host (string)
1482 #telnet-host=localhost
1483
1484 # Port (integer)
1485 #telnet-port=4212
1486
1487 # Password (string)
1488 #telnet-password=
1489
1490 [syslog] # System logger (syslog)
1491
1492 # System log (syslog) (boolean)
1493 #syslog=0
1494
1495 # Debug messages (boolean)
1496 #syslog-debug=0
1497
1498 # Identity (string)
1499 #syslog-ident=vlc
1500
1501 # Facility (string)
1502 #syslog-facility=user
1503
1504 [file] # File logger
1505
1506 # Log to file (boolean)
1507 #file-logging=0
1508
1509 # Log filename (string)
1510 #logfile=
1511
1512 # Log format (string)
1513 #logmode=text
1514
1515 # Verbosity (integer)
1516 #log-verbose=-1
1517
1518 [console] # Console logger
1519
1520 [file] # Secrets are stored on a file without any encryption
1521
1522 # ? (string)
1523 #keystore-file=
1524
1525 [skins2] # Skinnable Interface
1526
1527 # Skin to use (string)
1528 #skins2-last=
1529
1530 # Config of last used skin (string)
1531 #skins2-config=
1532
1533 # Enable transparency effects (boolean)
1534 #skins2-transparency=0
1535
1536 # Use a skinned playlist (boolean)
1537 #skinned-playlist=1
1538
1539 # Display video in a skinned window if any (boolean)
1540 #skinned-video=1
1541
1542 [qt] # Qt interface
1543
1544 # Start in minimal view (without menus) (boolean)
1545 #qt-minimal-view=0
1546
1547 # Systray icon (boolean)
1548 #qt-system-tray=1
1549
1550 # Show notification popup on track change (integer)
1551 #qt-notification=1
1552
1553 # Start VLC with only a systray icon (boolean)
1554 #qt-start-minimized=0
1555
1556 # Pause the video playback when minimized (boolean)
1557 #qt-pause-minimized=0
1558
1559 # Windows opacity between 0.1 and 1 (float)
1560 #qt-opacity=1.000000
1561
1562 # Fullscreen controller opacity between 0.1 and 1 (float)
1563 #qt-fs-opacity=0.800000
1564
1565 # Resize interface to the native video size (boolean)
1566 #qt-video-autoresize=1
1567
1568 # Show playing item name in window title (boolean)
1569 #qt-name-in-title=1
1570
1571 # Show a controller in fullscreen mode (boolean)
1572 #qt-fs-controller=1
1573
1574 # Save the recently played items in the menu (boolean)
1575 #qt-recentplay=1
1576
1577 # List of words separated by | to filter (string)
1578 #qt-recentplay-filter=
1579
1580 # Continue playback? (integer)
1581 #qt-continue=1
1582
1583 # Embed the file browser in open dialog (boolean)
1584 #qt-embedded-open=0
1585
1586 # Show advanced preferences over simple ones (boolean)
1587 #qt-advanced-pref=0
1588
1589 # Show unimportant error and warnings dialogs (boolean)
1590 #qt-error-dialogs=1
1591
1592 # Define the colors of the volume slider (string)
1593 #qt-slider-colours=153;210;153;20;210;20;255;199;15;245;39;29
1594
1595 # Ask for network policy at start (boolean)
1596 qt-privacy-ask=0
1597
1598 # Define which screen fullscreen goes (integer)
1599 #qt-fullscreen-screennumber=-1
1600
1601 # Load extensions on startup (boolean)
1602 #qt-autoload-extensions=1
1603
1604 # Display background cone or art (boolean)
1605 #qt-bgcone=1
1606
1607 # Expanding background cone or art (boolean)
1608 #qt-bgcone-expands=0
1609
1610 # Allow automatic icon changes (boolean)
1611 #qt-icon-change=1
1612
1613 # Maximum Volume displayed (integer)
1614 #qt-max-volume=125
1615
1616 # Fullscreen controller mouse sensitivity (integer)
1617 #qt-fs-sensitivity=3
1618
1619 # When to raise the interface (integer)
1620 #qt-auto-raise=1
1621
1622 [ncurses] # Ncurses interface
1623
1624 # Filebrowser starting point (string)
1625 #browse-dir=
1626
1627 [vc1] # VC1 video demuxer
1628
1629 # Frames per Second (float)
1630 #vc1-fps=25.000000
1631
1632 [subtitle] # Text subtitle parser
1633
1634 # Frames per Second (float)
1635 #sub-fps=0.000000
1636
1637 # Subtitle delay (integer)
1638 #sub-delay=0
1639
1640 # Subtitle format (string)
1641 #sub-type=auto
1642
1643 # Subtitle description (string)
1644 #sub-description=
1645
1646 [rawvid] # Raw video demuxer
1647
1648 # Frames per Second (string)
1649 #rawvid-fps=
1650
1651 # Width (integer)
1652 #rawvid-width=0
1653
1654 # Height (integer)
1655 #rawvid-height=0
1656
1657 # Force chroma (Use carefully) (string)
1658 #rawvid-chroma=
1659
1660 # Aspect ratio (string)
1661 #rawvid-aspect-ratio=
1662
1663 [rawdv] # DV (Digital Video) demuxer
1664
1665 # Hurry up (boolean)
1666 #rawdv-hurry-up=0
1667
1668 [rawaud] # Raw audio demuxer
1669
1670 # Audio channels (integer)
1671 #rawaud-channels=2
1672
1673 # Audio samplerate (Hz) (integer)
1674 #rawaud-samplerate=48000
1675
1676 # FOURCC code of raw input format (string)
1677 #rawaud-fourcc=s16l
1678
1679 # Forces the audio language (string)
1680 #rawaud-lang=eng
1681
1682 [ps] # MPEG-PS demuxer
1683
1684 # Trust MPEG timestamps (boolean)
1685 #ps-trust-timestamps=1
1686
1687 [playlist] # Playlist
1688
1689 # Skip ads (boolean)
1690 #playlist-skip-ads=1
1691
1692 # Show shoutcast adult content (boolean)
1693 #shoutcast-show-adult=0
1694
1695 [mp4] # MP4 stream demuxer
1696
1697 # M4A audio only (boolean)
1698 #mp4-m4a-audioonly=0
1699
1700 [mod] # MOD demuxer (libmodplug)
1701
1702 # Noise reduction (boolean)
1703 #mod-noisereduction=1
1704
1705 # Reverb (boolean)
1706 #mod-reverb=0
1707
1708 # Reverberation level (integer)
1709 #mod-reverb-level=0
1710
1711 # Reverberation delay (integer)
1712 #mod-reverb-delay=40
1713
1714 # Mega bass (boolean)
1715 #mod-megabass=0
1716
1717 # Mega bass level (integer)
1718 #mod-megabass-level=0
1719
1720 # Mega bass cutoff (integer)
1721 #mod-megabass-range=10
1722
1723 # Surround (boolean)
1724 #mod-surround=0
1725
1726 # Surround level (integer)
1727 #mod-surround-level=0
1728
1729 # Surround delay (ms) (integer)
1730 #mod-surround-delay=5
1731
1732 [mkv] # Matroska stream demuxer
1733
1734 # Respect ordered chapters (boolean)
1735 #mkv-use-ordered-chapters=1
1736
1737 # Chapter codecs (boolean)
1738 #mkv-use-chapter-codec=1
1739
1740 # Preload MKV files in the same directory (boolean)
1741 #mkv-preload-local-dir=1
1742
1743 # Seek based on percent not time (boolean)
1744 #mkv-seek-percent=0
1745
1746 # Dummy Elements (boolean)
1747 #mkv-use-dummy=0
1748
1749 # Preload clusters (boolean)
1750 #mkv-preload-clusters=0
1751
1752 [mjpeg] # M-JPEG camera demuxer
1753
1754 # Frames per Second (float)
1755 #mjpeg-fps=0.000000
1756
1757 [image] # Image demuxer
1758
1759 # ES ID (integer)
1760 #image-id=-1
1761
1762 # Group (integer)
1763 #image-group=0
1764
1765 # Decode (boolean)
1766 #image-decode=1
1767
1768 # Forced chroma (string)
1769 #image-chroma=
1770
1771 # Duration in seconds (float)
1772 #image-duration=10.000000
1773
1774 # Frame rate (string)
1775 #image-fps=10/1
1776
1777 # Real-time (boolean)
1778 #image-realtime=0
1779
1780 [h26x] # H264 video demuxer
1781
1782 # Frames per Second (float)
1783 #h264-fps=0.000000
1784
1785 # Frames per Second (float)
1786 #hevc-fps=0.000000
1787
1788 [es] # MPEG-I/II/4 / A52 / DTS / MLP audio
1789
1790 # Frames per Second (float)
1791 #es-fps=25.000000
1792
1793 [diracsys] # Dirac video demuxer
1794
1795 # Value to adjust dts by (integer)
1796 #dirac-dts-offset=0
1797
1798 [demuxdump] # File dumper
1799
1800 # Dump module (string)
1801 #demuxdump-access=file
1802
1803 # Dump filename (string)
1804 #demuxdump-file=stream-demux.dump
1805
1806 # Append to existing file (boolean)
1807 #demuxdump-append=0
1808
1809 [avi] # AVI demuxer
1810
1811 # Force interleaved method (boolean)
1812 #avi-interleaved=0
1813
1814 # Force index creation (integer)
1815 #avi-index=0
1816
1817 [avformat] # Avformat demuxer
1818
1819 # Format name (string)
1820 #avformat-format=
1821
1822 # Advanced options (string)
1823 #avformat-options=
1824
1825 # Avformat mux (string)
1826 #sout-avformat-mux=
1827
1828 # Advanced options (string)
1829 #sout-avformat-options=
1830
1831 # Reset timestamps (boolean)
1832 #sout-avformat-reset-ts=0
1833
1834 [adaptive] # Unified adaptive streaming for DASH/HLS
1835
1836 # Adaptive Logic (string)
1837 #adaptive-logic=
1838
1839 # Maximum device width (integer)
1840 #adaptive-maxwidth=0
1841
1842 # Maximum device height (integer)
1843 #adaptive-maxheight=0
1844
1845 # Fixed Bandwidth in KiB/s (integer)
1846 #adaptive-bw=250
1847
1848 # Use regular HTTP modules (boolean)
1849 #adaptive-use-access=0
1850
1851 # Live Playback delay (ms) (integer)
1852 #adaptive-livedelay=15000
1853
1854 # Max buffering (ms) (integer)
1855 #adaptive-maxbuffer=30000
1856
1857 # Low latency (integer)
1858 #adaptive-lowlatency=-1
1859
1860 [oldrc] # Remote control interface
1861
1862 # Show stream position (boolean)
1863 #rc-show-pos=0
1864
1865 # Fake TTY (boolean)
1866 #rc-fake-tty=0
1867
1868 # UNIX socket command input (string)
1869 #rc-unix=
1870
1871 # TCP command input (string)
1872 #rc-host=
1873
1874 [netsync] # Network synchronization
1875
1876 # Network master clock (boolean)
1877 #netsync-master=0
1878
1879 # Master server IP address (string)
1880 #netsync-master-ip=
1881
1882 # UDP timeout (in ms) (integer)
1883 #netsync-timeout=500
1884
1885 [motion] # motion control interface
1886
1887 [gestures] # Mouse gestures control interface
1888
1889 # Motion threshold (10-100) (integer)
1890 #gestures-threshold=30
1891
1892 # Trigger button (string)
1893 #gestures-button=left
1894
1895 [zvbi] # VBI and Teletext decoder
1896
1897 # Teletext page (integer)
1898 #vbi-page=100
1899
1900 # Opacity (boolean)
1901 #vbi-opaque=0
1902
1903 # Teletext alignment (integer)
1904 #vbi-position=8
1905
1906 # Teletext text subtitles (boolean)
1907 #vbi-text=0
1908
1909 # Presentation Level (integer)
1910 #vbi-level=3
1911
1912 [x264] # H.264/MPEG-4 Part 10/AVC encoder (x264)
1913
1914 # Maximum GOP size (integer)
1915 #sout-x264-keyint=250
1916
1917 # Minimum GOP size (integer)
1918 #sout-x264-min-keyint=25
1919
1920 # Use recovery points to close GOPs (boolean)
1921 #sout-x264-opengop=0
1922
1923 # Enable compatibility hacks for Blu-ray support (boolean)
1924 #sout-x264-bluray-compat=0
1925
1926 # Extra I-frames aggressivity (integer)
1927 #sout-x264-scenecut=40
1928
1929 # B-frames between I and P (integer)
1930 #sout-x264-bframes=3
1931
1932 # Adaptive B-frame decision (integer)
1933 #sout-x264-b-adapt=1
1934
1935 # Influence (bias) B-frames usage (integer)
1936 #sout-x264-b-bias=0
1937
1938 # Keep some B-frames as references (string)
1939 #sout-x264-bpyramid=normal
1940
1941 # CABAC (boolean)
1942 #sout-x264-cabac=1
1943
1944 # Use fullrange instead of TV colorrange (boolean)
1945 #sout-x264-fullrange=0
1946
1947 # Number of reference frames (integer)
1948 #sout-x264-ref=3
1949
1950 # Skip loop filter (boolean)
1951 #sout-x264-nf=0
1952
1953 # Loop filter AlphaC0 and Beta parameters alpha:beta (string)
1954 #sout-x264-deblock=0:0
1955
1956 # Strength of psychovisual optimization, default is "1.0:0.0" (string)
1957 #sout-x264-psy-rd=1.0:0.0
1958
1959 # Use Psy-optimizations (boolean)
1960 #sout-x264-psy=1
1961
1962 # H.264 level (string)
1963 #sout-x264-level=0
1964
1965 # H.264 profile (string)
1966 #sout-x264-profile=high
1967
1968 # Interlaced mode (boolean)
1969 #sout-x264-interlaced=0
1970
1971 # Frame packing (integer)
1972 #sout-x264-frame-packing=-1
1973
1974 # Force number of slices per frame (integer)
1975 #sout-x264-slices=0
1976
1977 # Limit the size of each slice in bytes (integer)
1978 #sout-x264-slice-max-size=0
1979
1980 # Limit the size of each slice in macroblocks (integer)
1981 #sout-x264-slice-max-mbs=0
1982
1983 # HRD-timing information (string)
1984 #sout-x264-hrd=none
1985
1986 # Set QP (integer)
1987 #sout-x264-qp=-1
1988
1989 # Quality-based VBR (integer)
1990 #sout-x264-crf=23
1991
1992 # Min QP (integer)
1993 #sout-x264-qpmin=10
1994
1995 # Max QP (integer)
1996 #sout-x264-qpmax=51
1997
1998 # Max QP step (integer)
1999 #sout-x264-qpstep=4
2000
2001 # Average bitrate tolerance (float)
2002 #sout-x264-ratetol=1.000000
2003
2004 # Max local bitrate (integer)
2005 #sout-x264-vbv-maxrate=0
2006
2007 # VBV buffer (integer)
2008 #sout-x264-vbv-bufsize=0
2009
2010 # Initial VBV buffer occupancy (float)
2011 #sout-x264-vbv-init=0.900000
2012
2013 # QP factor between I and P (float)
2014 #sout-x264-ipratio=1.400000
2015
2016 # QP factor between P and B (float)
2017 #sout-x264-pbratio=1.300000
2018
2019 # QP difference between chroma and luma (integer)
2020 #sout-x264-chroma-qp-offset=0
2021
2022 # Multipass ratecontrol (integer)
2023 #sout-x264-pass=0
2024
2025 # QP curve compression (float)
2026 #sout-x264-qcomp=0.600000
2027
2028 # Reduce fluctuations in QP (float)
2029 #sout-x264-cplxblur=20.000000
2030
2031 # Reduce fluctuations in QP (float)
2032 #sout-x264-qblur=0.500000
2033
2034 # How AQ distributes bits (integer)
2035 #sout-x264-aq-mode=1
2036
2037 # Strength of AQ (float)
2038 #sout-x264-aq-strength=1.000000
2039
2040 # Partitions to consider (string)
2041 #sout-x264-partitions=normal
2042
2043 # Direct MV prediction mode (string)
2044 #sout-x264-direct=spatial
2045
2046 # Direct prediction size (integer)
2047 #sout-x264-direct-8x8=1
2048
2049 # Weighted prediction for B-frames (boolean)
2050 #sout-x264-weightb=1
2051
2052 # Weighted prediction for P-frames (integer)
2053 #sout-x264-weightp=2
2054
2055 # Integer pixel motion estimation method (string)
2056 #sout-x264-me=hex
2057
2058 # Maximum motion vector search range (integer)
2059 #sout-x264-merange=16
2060
2061 # Maximum motion vector length (integer)
2062 #sout-x264-mvrange=-1
2063
2064 # Minimum buffer space between threads (integer)
2065 #sout-x264-mvrange-thread=-1
2066
2067 # Subpixel motion estimation and partition decision quality (integer)
2068 #sout-x264-subme=7
2069
2070 # Decide references on a per partition basis (boolean)
2071 #sout-x264-mixed-refs=1
2072
2073 # Chroma in motion estimation (boolean)
2074 #sout-x264-chroma-me=1
2075
2076 # Adaptive spatial transform size (boolean)
2077 #sout-x264-8x8dct=1
2078
2079 # Trellis RD quantization (integer)
2080 #sout-x264-trellis=1
2081
2082 # Framecount to use on frametype lookahead (integer)
2083 #sout-x264-lookahead=40
2084
2085 # Use Periodic Intra Refresh (boolean)
2086 #sout-x264-intra-refresh=0
2087
2088 # Use mb-tree ratecontrol (boolean)
2089 #sout-x264-mbtree=1
2090
2091 # Early SKIP detection on P-frames (boolean)
2092 #sout-x264-fast-pskip=1
2093
2094 # Coefficient thresholding on P-frames (boolean)
2095 #sout-x264-dct-decimate=1
2096
2097 # Noise reduction (integer)
2098 #sout-x264-nr=0
2099
2100 # Inter luma quantization deadzone (integer)
2101 #sout-x264-deadzone-inter=21
2102
2103 # Intra luma quantization deadzone (integer)
2104 #sout-x264-deadzone-intra=11
2105
2106 # Non-deterministic optimizations when threaded (boolean)
2107 #sout-x264-non-deterministic=0
2108
2109 # CPU optimizations (boolean)
2110 #sout-x264-asm=1
2111
2112 # PSNR computation (boolean)
2113 #sout-x264-psnr=0
2114
2115 # SSIM computation (boolean)
2116 #sout-x264-ssim=0
2117
2118 # Quiet mode (boolean)
2119 #sout-x264-quiet=0
2120
2121 # SPS and PPS id numbers (integer)
2122 #sout-x264-sps-id=0
2123
2124 # Access unit delimiters (boolean)
2125 #sout-x264-aud=0
2126
2127 # Statistics (boolean)
2128 #sout-x264-verbose=0
2129
2130 # Filename for 2 pass stats file (string)
2131 #sout-x264-stats=x264_2pass.log
2132
2133 # Default preset setting used (string)
2134 #sout-x264-preset=
2135
2136 # Default tune setting used (string)
2137 #sout-x264-tune=
2138
2139 # x264 advanced options (string)
2140 #sout-x264-options=
2141
2142 [x26410b] # H.264/MPEG-4 Part 10/AVC encoder (x264 10-bit)
2143
2144 # Maximum GOP size (integer)
2145 #sout-x26410b-keyint=250
2146
2147 # Minimum GOP size (integer)
2148 #sout-x26410b-min-keyint=25
2149
2150 # Use recovery points to close GOPs (boolean)
2151 #sout-x26410b-opengop=0
2152
2153 # Enable compatibility hacks for Blu-ray support (boolean)
2154 #sout-x26410b-bluray-compat=0
2155
2156 # Extra I-frames aggressivity (integer)
2157 #sout-x26410b-scenecut=40
2158
2159 # B-frames between I and P (integer)
2160 #sout-x26410b-bframes=3
2161
2162 # Adaptive B-frame decision (integer)
2163 #sout-x26410b-b-adapt=1
2164
2165 # Influence (bias) B-frames usage (integer)
2166 #sout-x26410b-b-bias=0
2167
2168 # Keep some B-frames as references (string)
2169 #sout-x26410b-bpyramid=normal
2170
2171 # CABAC (boolean)
2172 #sout-x26410b-cabac=1
2173
2174 # Use fullrange instead of TV colorrange (boolean)
2175 #sout-x26410b-fullrange=0
2176
2177 # Number of reference frames (integer)
2178 #sout-x26410b-ref=3
2179
2180 # Skip loop filter (boolean)
2181 #sout-x26410b-nf=0
2182
2183 # Loop filter AlphaC0 and Beta parameters alpha:beta (string)
2184 #sout-x26410b-deblock=0:0
2185
2186 # Strength of psychovisual optimization, default is "1.0:0.0" (string)
2187 #sout-x26410b-psy-rd=1.0:0.0
2188
2189 # Use Psy-optimizations (boolean)
2190 #sout-x26410b-psy=1
2191
2192 # H.264 level (string)
2193 #sout-x26410b-level=0
2194
2195 # H.264 profile (string)
2196 #sout-x26410b-profile=high
2197
2198 # Interlaced mode (boolean)
2199 #sout-x26410b-interlaced=0
2200
2201 # Frame packing (integer)
2202 #sout-x26410b-frame-packing=-1
2203
2204 # Force number of slices per frame (integer)
2205 #sout-x26410b-slices=0
2206
2207 # Limit the size of each slice in bytes (integer)
2208 #sout-x26410b-slice-max-size=0
2209
2210 # Limit the size of each slice in macroblocks (integer)
2211 #sout-x26410b-slice-max-mbs=0
2212
2213 # HRD-timing information (string)
2214 #sout-x26410b-hrd=none
2215
2216 # Set QP (integer)
2217 #sout-x26410b-qp=-1
2218
2219 # Quality-based VBR (integer)
2220 #sout-x26410b-crf=23
2221
2222 # Min QP (integer)
2223 #sout-x26410b-qpmin=10
2224
2225 # Max QP (integer)
2226 #sout-x26410b-qpmax=51
2227
2228 # Max QP step (integer)
2229 #sout-x26410b-qpstep=4
2230
2231 # Average bitrate tolerance (float)
2232 #sout-x26410b-ratetol=1.000000
2233
2234 # Max local bitrate (integer)
2235 #sout-x26410b-vbv-maxrate=0
2236
2237 # VBV buffer (integer)
2238 #sout-x26410b-vbv-bufsize=0
2239
2240 # Initial VBV buffer occupancy (float)
2241 #sout-x26410b-vbv-init=0.900000
2242
2243 # QP factor between I and P (float)
2244 #sout-x26410b-ipratio=1.400000
2245
2246 # QP factor between P and B (float)
2247 #sout-x26410b-pbratio=1.300000
2248
2249 # QP difference between chroma and luma (integer)
2250 #sout-x26410b-chroma-qp-offset=0
2251
2252 # Multipass ratecontrol (integer)
2253 #sout-x26410b-pass=0
2254
2255 # QP curve compression (float)
2256 #sout-x26410b-qcomp=0.600000
2257
2258 # Reduce fluctuations in QP (float)
2259 #sout-x26410b-cplxblur=20.000000
2260
2261 # Reduce fluctuations in QP (float)
2262 #sout-x26410b-qblur=0.500000
2263
2264 # How AQ distributes bits (integer)
2265 #sout-x26410b-aq-mode=1
2266
2267 # Strength of AQ (float)
2268 #sout-x26410b-aq-strength=1.000000
2269
2270 # Partitions to consider (string)
2271 #sout-x26410b-partitions=normal
2272
2273 # Direct MV prediction mode (string)
2274 #sout-x26410b-direct=spatial
2275
2276 # Direct prediction size (integer)
2277 #sout-x26410b-direct-8x8=1
2278
2279 # Weighted prediction for B-frames (boolean)
2280 #sout-x26410b-weightb=1
2281
2282 # Weighted prediction for P-frames (integer)
2283 #sout-x26410b-weightp=2
2284
2285 # Integer pixel motion estimation method (string)
2286 #sout-x26410b-me=hex
2287
2288 # Maximum motion vector search range (integer)
2289 #sout-x26410b-merange=16
2290
2291 # Maximum motion vector length (integer)
2292 #sout-x26410b-mvrange=-1
2293
2294 # Minimum buffer space between threads (integer)
2295 #sout-x26410b-mvrange-thread=-1
2296
2297 # Subpixel motion estimation and partition decision quality (integer)
2298 #sout-x26410b-subme=7
2299
2300 # Decide references on a per partition basis (boolean)
2301 #sout-x26410b-mixed-refs=1
2302
2303 # Chroma in motion estimation (boolean)
2304 #sout-x26410b-chroma-me=1
2305
2306 # Adaptive spatial transform size (boolean)
2307 #sout-x26410b-8x8dct=1
2308
2309 # Trellis RD quantization (integer)
2310 #sout-x26410b-trellis=1
2311
2312 # Framecount to use on frametype lookahead (integer)
2313 #sout-x26410b-lookahead=40
2314
2315 # Use Periodic Intra Refresh (boolean)
2316 #sout-x26410b-intra-refresh=0
2317
2318 # Use mb-tree ratecontrol (boolean)
2319 #sout-x26410b-mbtree=1
2320
2321 # Early SKIP detection on P-frames (boolean)
2322 #sout-x26410b-fast-pskip=1
2323
2324 # Coefficient thresholding on P-frames (boolean)
2325 #sout-x26410b-dct-decimate=1
2326
2327 # Noise reduction (integer)
2328 #sout-x26410b-nr=0
2329
2330 # Inter luma quantization deadzone (integer)
2331 #sout-x26410b-deadzone-inter=21
2332
2333 # Intra luma quantization deadzone (integer)
2334 #sout-x26410b-deadzone-intra=11
2335
2336 # Non-deterministic optimizations when threaded (boolean)
2337 #sout-x26410b-non-deterministic=0
2338
2339 # CPU optimizations (boolean)
2340 #sout-x26410b-asm=1
2341
2342 # PSNR computation (boolean)
2343 #sout-x26410b-psnr=0
2344
2345 # SSIM computation (boolean)
2346 #sout-x26410b-ssim=0
2347
2348 # Quiet mode (boolean)
2349 #sout-x26410b-quiet=0
2350
2351 # SPS and PPS id numbers (integer)
2352 #sout-x26410b-sps-id=0
2353
2354 # Access unit delimiters (boolean)
2355 #sout-x26410b-aud=0
2356
2357 # Statistics (boolean)
2358 #sout-x26410b-verbose=0
2359
2360 # Filename for 2 pass stats file (string)
2361 #sout-x26410b-stats=x264_2pass.log
2362
2363 # Default preset setting used (string)
2364 #sout-x26410b-preset=
2365
2366 # Default tune setting used (string)
2367 #sout-x26410b-tune=
2368
2369 # x264 advanced options (string)
2370 #sout-x26410b-options=
2371
2372 [vpx] # WebM video decoder
2373
2374 # Quality mode (integer)
2375 #sout-vpx-quality-mode=1000000
2376
2377 [vorbis] # Vorbis audio decoder
2378
2379 # Encoding quality (integer)
2380 #sout-vorbis-quality=0
2381
2382 # Maximum encoding bitrate (integer)
2383 #sout-vorbis-max-bitrate=0
2384
2385 # Minimum encoding bitrate (integer)
2386 #sout-vorbis-min-bitrate=0
2387
2388 # CBR encoding (boolean)
2389 #sout-vorbis-cbr=0
2390
2391 [twolame] # Libtwolame audio encoder
2392
2393 # Encoding quality (float)
2394 #sout-twolame-quality=0.000000
2395
2396 # Stereo mode (integer)
2397 #sout-twolame-mode=0
2398
2399 # VBR mode (boolean)
2400 #sout-twolame-vbr=0
2401
2402 # Psycho-acoustic model (integer)
2403 #sout-twolame-psy=3
2404
2405 [ttml] # TTML subtitles decoder
2406
2407 # Subtitle justification (integer)
2408 #ttml-align=0
2409
2410 [theora] # Theora video decoder
2411
2412 # Post processing quality (integer)
2413 #theora-postproc=-1
2414
2415 # Encoding quality (integer)
2416 #sout-theora-quality=2
2417
2418 [telx] # Teletext subtitles decoder
2419
2420 # Override page (integer)
2421 #telx-override-page=-1
2422
2423 # Ignore subtitle flag (boolean)
2424 #telx-ignore-subtitle-flag=0
2425
2426 # Workaround for France (boolean)
2427 #telx-french-workaround=0
2428
2429 [svgdec] # SVG video decoder
2430
2431 # Image width (integer)
2432 #svg-width=-1
2433
2434 # Image height (integer)
2435 #svg-height=-1
2436
2437 # Scale factor (float)
2438 #svg-scale=-1.000000
2439
2440 [svcdsub] # Philips OGT (SVCD subtitle) decoder
2441
2442 [subsusf] # USF subtitles decoder
2443
2444 # Formatted Subtitles (boolean)
2445 #subsdec-formatted=1
2446
2447 [subsdec] # Text subtitle decoder
2448
2449 # Subtitle justification (integer)
2450 #subsdec-align=-1
2451
2452 # Subtitle text encoding (string)
2453 #subsdec-encoding=
2454
2455 # UTF-8 subtitle autodetection (boolean)
2456 #subsdec-autodetect-utf8=1
2457
2458 [spudec] # DVD subtitles decoder
2459
2460 # Disable DVD subtitle transparency (boolean)
2461 #dvdsub-transparency=0
2462
2463 [speex] # Speex audio decoder
2464
2465 # Mode (integer)
2466 #sout-speex-mode=0
2467
2468 # Encoding complexity (integer)
2469 #sout-speex-complexity=3
2470
2471 # CBR encoding (boolean)
2472 #sout-speex-cbr=0
2473
2474 # Encoding quality (float)
2475 #sout-speex-quality=8.000000
2476
2477 # Maximal bitrate (integer)
2478 #sout-speex-max-bitrate=0
2479
2480 # Voice activity detection (boolean)
2481 #sout-speex-vad=1
2482
2483 # Discontinuous Transmission (boolean)
2484 #sout-speex-dtx=0
2485
2486 [qsv] # Intel QuickSync Video encoder for MPEG4-Part10/MPEG2 (aka H.264/H.262)
2487
2488 # Enable software mode (boolean)
2489 #sout-qsv-software=0
2490
2491 # Codec Profile (string)
2492 #sout-qsv-h264-profile=unspecified
2493
2494 # Codec Level (string)
2495 #sout-qsv-h264-level=unspecified
2496
2497 # Codec Profile (string)
2498 #sout-qsv-mpeg2-profile=unspecified
2499
2500 # Codec Level (string)
2501 #sout-qsv-mpeg2-level=unspecified
2502
2503 # Group of Picture size (integer)
2504 #sout-qsv-gop-size=32
2505
2506 # Group of Picture Reference Distance (integer)
2507 #sout-qsv-gop-refdist=4
2508
2509 # IDR interval (integer)
2510 #sout-qsv-idr-interval=0
2511
2512 # Target Usage (string)
2513 #sout-qsv-target-usage=quality
2514
2515 # Rate Control Method (string)
2516 #sout-qsv-rc-method=vbr
2517
2518 # Quantization parameter (integer)
2519 #sout-qsv-qp=0
2520
2521 # Quantization parameter for I-frames (integer)
2522 #sout-qsv-qpi=0
2523
2524 # Quantization parameter for P-frames (integer)
2525 #sout-qsv-qpp=0
2526
2527 # Quantization parameter for B-frames (integer)
2528 #sout-qsv-qpb=0
2529
2530 # Maximum Bitrate (integer)
2531 #sout-qsv-bitrate-max=0
2532
2533 # Accuracy of RateControl (integer)
2534 #sout-qsv-accuracy=0
2535
2536 # Convergence time of 'avbr' RateControl (integer)
2537 #sout-qsv-convergence=0
2538
2539 # Number of slices per frame (integer)
2540 #sout-qsv-num-slice=0
2541
2542 # Number of reference frames (integer)
2543 #sout-qsv-num-ref-frame=0
2544
2545 # Number of parallel operations (integer)
2546 #sout-qsv-async-depth=4
2547
2548 [jpeg] # JPEG image decoder
2549
2550 # Quality level (integer)
2551 #sout-jpeg-quality=95
2552
2553 [gstdecode] # GStreamer Based Decoder
2554
2555 # Use DecodeBin (boolean)
2556 #use-decodebin=1
2557
2558 [dvbsub] # DVB subtitles decoder
2559
2560 # Subpicture position (integer)
2561 #dvbsub-position=8
2562
2563 # Decoding X coordinate (integer)
2564 #dvbsub-x=-1
2565
2566 # Decoding Y coordinate (integer)
2567 #dvbsub-y=-1
2568
2569 # Encoding X coordinate (integer)
2570 #sout-dvbsub-x=-1
2571
2572 # Encoding Y coordinate (integer)
2573 #sout-dvbsub-y=-1
2574
2575 [ddummy] # Dummy decoder
2576
2577 # Save raw codec data (boolean)
2578 #dummy-save-es=0
2579
2580 [dca] # DTS Coherent Acoustics audio decoder
2581
2582 # DTS dynamic range compression (boolean)
2583 #dts-dynrng=1
2584
2585 [dav1d] # Dav1d video decoder
2586
2587 # Frames Threads (integer)
2588 #dav1d-thread-frames=0
2589
2590 # Tiles Threads (integer)
2591 #dav1d-thread-tiles=0
2592
2593 [cc] # Closed Captions decoder
2594
2595 # Opacity (boolean)
2596 #cc-opaque=1
2597
2598 [avcodec] # FFmpeg audio/video decoder
2599
2600 # Direct rendering (boolean)
2601 #avcodec-dr=1
2602
2603 # Show corrupted frames (boolean)
2604 #avcodec-corrupted=1
2605
2606 # Error resilience (integer)
2607 #avcodec-error-resilience=1
2608
2609 # Workaround bugs (integer)
2610 #avcodec-workaround-bugs=1
2611
2612 # Hurry up (boolean)
2613 #avcodec-hurry-up=1
2614
2615 # Skip frame (default=0) (integer)
2616 #avcodec-skip-frame=0
2617
2618 # Skip idct (default=0) (integer)
2619 #avcodec-skip-idct=0
2620
2621 # Allow speed tricks (boolean)
2622 #avcodec-fast=0
2623
2624 # Skip the loop filter for H.264 decoding (integer)
2625 #avcodec-skiploopfilter=0
2626
2627 # Debug mask (integer)
2628 #avcodec-debug=0
2629
2630 # Codec name (string)
2631 #avcodec-codec=
2632
2633 # Hardware decoding (string)
2634 #avcodec-hw=any
2635
2636 # Threads (integer)
2637 #avcodec-threads=0
2638
2639 # Advanced options (string)
2640 #avcodec-options=
2641
2642 # Codec name (string)
2643 #sout-avcodec-codec=
2644
2645 # Quality level (string)
2646 #sout-avcodec-hq=rd
2647
2648 # Ratio of key frames (integer)
2649 #sout-avcodec-keyint=0
2650
2651 # Ratio of B frames (integer)
2652 #sout-avcodec-bframes=0
2653
2654 # Hurry up (boolean)
2655 #sout-avcodec-hurry-up=0
2656
2657 # Interlaced encoding (boolean)
2658 #sout-avcodec-interlace=0
2659
2660 # Interlaced motion estimation (boolean)
2661 #sout-avcodec-interlace-me=1
2662
2663 # Video bitrate tolerance (integer)
2664 #sout-avcodec-vt=0
2665
2666 # Pre-motion estimation (boolean)
2667 #sout-avcodec-pre-me=0
2668
2669 # Rate control buffer size (integer)
2670 #sout-avcodec-rc-buffer-size=0
2671
2672 # Rate control buffer aggressiveness (float)
2673 #sout-avcodec-rc-buffer-aggressivity=1.000000
2674
2675 # I quantization factor (float)
2676 #sout-avcodec-i-quant-factor=0.000000
2677
2678 # Noise reduction (integer)
2679 #sout-avcodec-noise-reduction=0
2680
2681 # MPEG4 quantization matrix (boolean)
2682 #sout-avcodec-mpeg4-matrix=0
2683
2684 # Minimum video quantizer scale (integer)
2685 #sout-avcodec-qmin=0
2686
2687 # Maximum video quantizer scale (integer)
2688 #sout-avcodec-qmax=0
2689
2690 # Trellis quantization (boolean)
2691 #sout-avcodec-trellis=0
2692
2693 # Fixed quantizer scale (float)
2694 #sout-avcodec-qscale=3.000000
2695
2696 # Strict standard compliance (integer)
2697 #sout-avcodec-strict=0
2698
2699 # Luminance masking (float)
2700 #sout-avcodec-lumi-masking=0.000000
2701
2702 # Darkness masking (float)
2703 #sout-avcodec-dark-masking=0.000000
2704
2705 # Motion masking (float)
2706 #sout-avcodec-p-masking=0.000000
2707
2708 # Border masking (float)
2709 #sout-avcodec-border-masking=0.000000
2710
2711 # Luminance elimination (integer)
2712 #sout-avcodec-luma-elim-threshold=0
2713
2714 # Chrominance elimination (integer)
2715 #sout-avcodec-chroma-elim-threshold=0
2716
2717 # Specify AAC audio profile to use (string)
2718 #sout-avcodec-aac-profile=low
2719
2720 # Advanced options (string)
2721 #sout-avcodec-options=
2722
2723 [a52] # ATSC A/52 (AC-3) audio decoder
2724
2725 # A/52 dynamic range compression (boolean)
2726 #a52-dynrng=1
2727
2728 [jack] # JACK audio output
2729
2730 # Automatically connect to writable clients (boolean)
2731 #jack-auto-connect=1
2732
2733 # Connect to clients matching (string)
2734 #jack-connect-regex=system
2735
2736 # JACK client name (string)
2737 #jack-name=
2738
2739 # Software gain (float)
2740 #jack-gain=1.000000
2741
2742 [amem] # Audio memory output
2743
2744 # Sample format (string)
2745 #amem-format=S16N
2746
2747 # Sample rate (integer)
2748 #amem-rate=44100
2749
2750 # Channels count (integer)
2751 #amem-channels=2
2752
2753 [alsa] # ALSA audio output
2754
2755 # Audio output device (string)
2756 #alsa-audio-device=default
2757
2758 # Audio output channels (integer)
2759 #alsa-audio-channels=6
2760
2761 # Software gain (float)
2762 #alsa-gain=1.000000
2763
2764 [afile] # File audio output
2765
2766 # Output file (string)
2767 #audiofile-file=audiofile.wav
2768
2769 # Output format (string)
2770 #audiofile-format=s16
2771
2772 # Number of output channels (integer)
2773 #audiofile-channels=0
2774
2775 # Add WAVE header (boolean)
2776 #audiofile-wav=1
2777
2778 [stereo_widen] # Simple stereo widening effect
2779
2780 # Delay time (float)
2781 #stereowiden-delay=20.000000
2782
2783 # Feedback gain (float)
2784 #stereowiden-feedback=0.300000
2785
2786 # Crossfeed (float)
2787 #stereowiden-crossfeed=0.300000
2788
2789 # Dry mix (float)
2790 #stereowiden-dry-mix=0.800000
2791
2792 [speex_resampler] # Speex resampler
2793
2794 # Resampling quality (integer)
2795 #speex-resampler-quality=4
2796
2797 [spatializer] # Audio Spatializer
2798
2799 # Room size (float)
2800 #spatializer-roomsize=0.850000
2801
2802 # Room width (float)
2803 #spatializer-width=1.000000
2804
2805 # Wet (float)
2806 #spatializer-wet=0.400000
2807
2808 # Dry (float)
2809 #spatializer-dry=0.500000
2810
2811 # Damp (float)
2812 #spatializer-damp=0.500000
2813
2814 [soxr] # soxr
2815
2816 # Resampling quality (integer)
2817 #soxr-resampler-quality=2
2818
2819 [scaletempo] # Audio tempo scaler synched with rate
2820
2821 # Stride Length (integer)
2822 #scaletempo-stride=30
2823
2824 # Overlap Length (float)
2825 #scaletempo-overlap=0.200000
2826
2827 # Search Length (integer)
2828 #scaletempo-search=14
2829
2830 [scaletempo_pitch] # Pitch Shifter
2831
2832 # Stride Length (integer)
2833 #scaletempo-stride=30
2834
2835 # Overlap Length (float)
2836 #scaletempo-overlap=0.200000
2837
2838 # Search Length (integer)
2839 #scaletempo-search=14
2840
2841 # Pitch Shift (float)
2842 #pitch-shift=0.000000
2843
2844 [samplerate] # Secret Rabbit Code (libsamplerate) resampler
2845
2846 # Sample rate converter type (integer)
2847 #src-converter-type=2
2848
2849 [remap] # Audio channel remapper
2850
2851 # Left (integer)
2852 #aout-remap-channel-left=0
2853
2854 # Center (integer)
2855 #aout-remap-channel-center=1
2856
2857 # Right (integer)
2858 #aout-remap-channel-right=2
2859
2860 # Rear left (integer)
2861 #aout-remap-channel-rearleft=3
2862
2863 # Rear center (integer)
2864 #aout-remap-channel-rearcenter=4
2865
2866 # Rear right (integer)
2867 #aout-remap-channel-rearright=5
2868
2869 # Side left (integer)
2870 #aout-remap-channel-middleleft=6
2871
2872 # Side right (integer)
2873 #aout-remap-channel-middleright=7
2874
2875 # Low-frequency effects (integer)
2876 #aout-remap-channel-lfe=8
2877
2878 # Normalize channels (boolean)
2879 #aout-remap-normalize=1
2880
2881 [param_eq] # Parametric Equalizer
2882
2883 # Low freq (Hz) (float)
2884 #param-eq-lowf=100.000000
2885
2886 # Low freq gain (dB) (float)
2887 #param-eq-lowgain=0.000000
2888
2889 # High freq (Hz) (float)
2890 #param-eq-highf=10000.000000
2891
2892 # High freq gain (dB) (float)
2893 #param-eq-highgain=0.000000
2894
2895 # Freq 1 (Hz) (float)
2896 #param-eq-f1=300.000000
2897
2898 # Freq 1 gain (dB) (float)
2899 #param-eq-gain1=0.000000
2900
2901 # Freq 1 Q (float)
2902 #param-eq-q1=3.000000
2903
2904 # Freq 2 (Hz) (float)
2905 #param-eq-f2=1000.000000
2906
2907 # Freq 2 gain (dB) (float)
2908 #param-eq-gain2=0.000000
2909
2910 # Freq 2 Q (float)
2911 #param-eq-q2=3.000000
2912
2913 # Freq 3 (Hz) (float)
2914 #param-eq-f3=3000.000000
2915
2916 # Freq 3 gain (dB) (float)
2917 #param-eq-gain3=0.000000
2918
2919 # Freq 3 Q (float)
2920 #param-eq-q3=3.000000
2921
2922 [normvol] # Volume normalizer
2923
2924 # Number of audio buffers (integer)
2925 #norm-buff-size=20
2926
2927 # Maximal volume level (float)
2928 #norm-max-level=2.000000
2929
2930 [mono] # Stereo to mono downmixer
2931
2932 # Use downmix algorithm (boolean)
2933 #sout-mono-downmix=1
2934
2935 # Select channel to keep (integer)
2936 #sout-mono-channel=-1
2937
2938 [headphone] # Headphone virtual spatialization effect
2939
2940 # Characteristic dimension (integer)
2941 #headphone-dim=10
2942
2943 # Compensate delay (boolean)
2944 #headphone-compensate=0
2945
2946 # No decoding of Dolby Surround (boolean)
2947 #headphone-dolby=0
2948
2949 [gain] # Gain control filter
2950
2951 # Gain multiplier (float)
2952 #gain-value=1.000000
2953
2954 [equalizer] # Equalizer with 10 bands
2955
2956 # Equalizer preset (string)
2957 #equalizer-preset=flat
2958
2959 # Bands gain (string)
2960 #equalizer-bands=
2961
2962 # Two pass (boolean)
2963 #equalizer-2pass=0
2964
2965 # Use VLC frequency bands (boolean)
2966 #equalizer-vlcfreqs=1
2967
2968 # Global gain (float)
2969 #equalizer-preamp=12.000000
2970
2971 [compressor] # Dynamic range compressor
2972
2973 # RMS/peak (float)
2974 #compressor-rms-peak=0.200000
2975
2976 # Attack time (float)
2977 #compressor-attack=25.000000
2978
2979 # Release time (float)
2980 #compressor-release=100.000000
2981
2982 # Threshold level (float)
2983 #compressor-threshold=-11.000000
2984
2985 # Ratio (float)
2986 #compressor-ratio=4.000000
2987
2988 # Knee radius (float)
2989 #compressor-knee=5.000000
2990
2991 # Makeup gain (float)
2992 #compressor-makeup-gain=7.000000
2993
2994 [chorus_flanger] # Sound Delay
2995
2996 # Delay time (float)
2997 #delay-time=20.000000
2998
2999 # Sweep Depth (float)
3000 #sweep-depth=6.000000
3001
3002 # Sweep Rate (float)
3003 #sweep-rate=6.000000
3004
3005 # Feedback gain (float)
3006 #feedback-gain=0.500000
3007
3008 # Wet mix (float)
3009 #wet-mix=0.400000
3010
3011 # Dry Mix (float)
3012 #dry-mix=0.400000
3013
3014 [audiobargraph_a] # Audio part of the BarGraph function
3015
3016 # Defines if BarGraph information should be sent (integer)
3017 #audiobargraph_a-bargraph=1
3018
3019 # Sends the barGraph information every n audio packets (integer)
3020 #audiobargraph_a-bargraph_repetition=4
3021
3022 # Defines if silence alarm information should be sent (integer)
3023 #audiobargraph_a-silence=1
3024
3025 # Time window to use in ms (integer)
3026 #audiobargraph_a-time_window=5000
3027
3028 # Minimum Audio level to raise the alarm (float)
3029 #audiobargraph_a-alarm_threshold=0.020000
3030
3031 # Time between two alarm messages in ms (integer)
3032 #audiobargraph_a-repetition_time=2000
3033
3034 [udp] # UDP stream output
3035
3036 # Caching value (ms) (integer)
3037 #sout-udp-caching=300
3038
3039 # Group packets (integer)
3040 #sout-udp-group=1
3041
3042 [access_output_srt] # SRT stream output
3043
3044 # SRT chunk size (bytes) (integer)
3045 #chunk-size=1316
3046
3047 # Return poll wait after timeout milliseconds (-1 = infinite) (integer)
3048 #poll-timeout=100
3049
3050 # SRT latency (ms) (integer)
3051 #latency=125
3052
3053 # Password for stream encryption (string)
3054 #passphrase=
3055
3056 # Crypto key length in bytes (integer)
3057 #key-length=16
3058
3059 [access_output_shout] # IceCAST output
3060
3061 # Stream name (string)
3062 #sout-shout-name=VLC media player - Live stream
3063
3064 # Stream description (string)
3065 #sout-shout-description=Live stream from VLC media player
3066
3067 # Stream MP3 (boolean)
3068 #sout-shout-mp3=0
3069
3070 # Genre description (string)
3071 #sout-shout-genre=Alternative
3072
3073 # URL description (string)
3074 #sout-shout-url=http://www.videolan.org/vlc
3075
3076 # Bitrate (string)
3077 #sout-shout-bitrate=
3078
3079 # Samplerate (string)
3080 #sout-shout-samplerate=
3081
3082 # Number of channels (string)
3083 #sout-shout-channels=
3084
3085 # Ogg Vorbis Quality (string)
3086 #sout-shout-quality=
3087
3088 # Stream public (boolean)
3089 #sout-shout-public=0
3090
3091 [access_output_rist] # RIST stream output
3092
3093 # RIST target packet size (bytes) (integer)
3094 #sout-rist-packet-size=1328
3095
3096 # RIST data output caching size (ms) (integer)
3097 #sout-rist-caching=50
3098
3099 # RIST retry-buffer queue size (ms) (integer)
3100 #sout-rist-buffer-size=0
3101
3102 # SSRC used in RTP output (default is random, i.e. 0) (integer)
3103 #sout-rist-ssrc=0
3104
3105 # Stream name (string)
3106 #sout-rist-stream-name=
3107
3108 [http] # HTTP stream output
3109
3110 # Username (string)
3111 #sout-http-user=
3112
3113 # Password (string)
3114 #sout-http-pwd=
3115
3116 # Mime (string)
3117 #sout-http-mime=
3118
3119 # Metacube (boolean)
3120 #sout-http-metacube=0
3121
3122 [file] # File stream output
3123
3124 # Overwrite existing file (boolean)
3125 #sout-file-overwrite=1
3126
3127 # Append to file (boolean)
3128 #sout-file-append=0
3129
3130 # Format time and date (boolean)
3131 #sout-file-format=0
3132
3133 # Synchronous writing (boolean)
3134 #sout-file-sync=0
3135
3136 [xcb_screen] # Screen capture (with X11/XCB)
3137
3138 # Frame rate (float)
3139 #screen-fps=2.000000
3140
3141 # Region left column (integer)
3142 #screen-left=0
3143
3144 # Region top row (integer)
3145 #screen-top=0
3146
3147 # Capture region width (integer)
3148 #screen-width=0
3149
3150 # Capture region height (integer)
3151 #screen-height=0
3152
3153 # Follow the mouse (boolean)
3154 #screen-follow-mouse=0
3155
3156 [vdr] # VDR recordings
3157
3158 # Chapter offset in ms (integer)
3159 #vdr-chapter-offset=0
3160
3161 # Frame rate (float)
3162 #vdr-fps=25.000000
3163
3164 [v4l2] # Video4Linux input
3165
3166 # Video capture device (string)
3167 #v4l2-dev=/dev/video0
3168
3169 # VBI capture device (string)
3170 #v4l2-vbidev=
3171
3172 # Standard (string)
3173 #v4l2-standard=
3174
3175 # Video input chroma format (string)
3176 #v4l2-chroma=
3177
3178 # Input (integer)
3179 #v4l2-input=0
3180
3181 # Audio input (integer)
3182 #v4l2-audio-input=-1
3183
3184 # Width (integer)
3185 #v4l2-width=0
3186
3187 # Height (integer)
3188 #v4l2-height=0
3189
3190 # Picture aspect-ratio n:m (string)
3191 #v4l2-aspect-ratio=4:3
3192
3193 # Frame rate (string)
3194 #v4l2-fps=60
3195
3196 # Radio device (string)
3197 #v4l2-radio-dev=/dev/radio0
3198
3199 # Frequency (integer)
3200 #v4l2-tuner-frequency=-1
3201
3202 # Audio mode (integer)
3203 #v4l2-tuner-audio-mode=3
3204
3205 # Reset controls (boolean)
3206 #v4l2-controls-reset=0
3207
3208 # Brightness (integer)
3209 #v4l2-brightness=-1
3210
3211 # Automatic brightness (integer)
3212 #v4l2-brightness-auto=-1
3213
3214 # Contrast (integer)
3215 #v4l2-contrast=-1
3216
3217 # Saturation (integer)
3218 #v4l2-saturation=-1
3219
3220 # Hue (integer)
3221 #v4l2-hue=-1
3222
3223 # Automatic hue (integer)
3224 #v4l2-hue-auto=-1
3225
3226 # White balance temperature (K) (integer)
3227 #v4l2-white-balance-temperature=-1
3228
3229 # Automatic white balance (integer)
3230 #v4l2-auto-white-balance=-1
3231
3232 # Red balance (integer)
3233 #v4l2-red-balance=-1
3234
3235 # Blue balance (integer)
3236 #v4l2-blue-balance=-1
3237
3238 # Gamma (integer)
3239 #v4l2-gamma=-1
3240
3241 # Automatic gain (integer)
3242 #v4l2-autogain=-1
3243
3244 # Gain (integer)
3245 #v4l2-gain=-1
3246
3247 # Sharpness (integer)
3248 #v4l2-sharpness=-1
3249
3250 # Chroma gain (integer)
3251 #v4l2-chroma-gain=-1
3252
3253 # Automatic chroma gain (integer)
3254 #v4l2-chroma-gain-auto=-1
3255
3256 # Power line frequency (integer)
3257 #v4l2-power-line-frequency=-1
3258
3259 # Backlight compensation (integer)
3260 #v4l2-backlight-compensation=-1
3261
3262 # Band-stop filter (integer)
3263 #v4l2-band-stop-filter=-1
3264
3265 # Horizontal flip (boolean)
3266 #v4l2-hflip=0
3267
3268 # Vertical flip (boolean)
3269 #v4l2-vflip=0
3270
3271 # Rotate (degrees) (integer)
3272 #v4l2-rotate=-1
3273
3274 # Color killer (integer)
3275 #v4l2-color-killer=-1
3276
3277 # Color effect (integer)
3278 #v4l2-color-effect=-1
3279
3280 # Audio volume (integer)
3281 #v4l2-audio-volume=-1
3282
3283 # Audio balance (integer)
3284 #v4l2-audio-balance=-1
3285
3286 # Mute (boolean)
3287 #v4l2-audio-mute=0
3288
3289 # Bass level (integer)
3290 #v4l2-audio-bass=-1
3291
3292 # Treble level (integer)
3293 #v4l2-audio-treble=-1
3294
3295 # Loudness mode (boolean)
3296 #v4l2-audio-loudness=0
3297
3298 # v4l2 driver controls (string)
3299 #v4l2-set-ctrls=
3300
3301 [udp] # UDP input
3302
3303 # UDP Source timeout (sec) (integer)
3304 #udp-timeout=-1
3305
3306 [timecode] # Time code subpicture elementary stream generator
3307
3308 # Frame rate (string)
3309 #timecode-fps=25/1
3310
3311 [shm] # Shared memory framebuffer
3312
3313 # Frame rate (float)
3314 #shm-fps=10.000000
3315
3316 # Frame buffer depth (integer)
3317 #shm-depth=0
3318
3319 # Frame buffer width (integer)
3320 #shm-width=800
3321
3322 # Frame buffer height (integer)
3323 #shm-height=480
3324
3325 [sftp] # SFTP input
3326
3327 # SFTP port (integer)
3328 #sftp-port=22
3329
3330 # Username (string)
3331 #sftp-user=
3332
3333 # Password (string)
3334 #sftp-pwd=
3335
3336 [satip] # SAT>IP Receiver Plugin
3337
3338 # Receive buffer (integer)
3339 #satip-buffer=4194304
3340
3341 # Request multicast stream (boolean)
3342 #satip-multicast=0
3343
3344 # Host (string)
3345 #satip-host=
3346
3347 [rtp] # Real-Time Protocol (RTP) input
3348
3349 # RTCP (local) port (integer)
3350 #rtcp-port=0
3351
3352 # Maximum RTP sources (integer)
3353 #rtp-max-src=1
3354
3355 # RTP source timeout (sec) (integer)
3356 #rtp-timeout=5
3357
3358 # Maximum RTP sequence number dropout (integer)
3359 #rtp-max-dropout=3000
3360
3361 # Maximum RTP sequence number misordering (integer)
3362 #rtp-max-misorder=100
3363
3364 # RTP payload format assumed for dynamic payloads (string)
3365 #rtp-dynamic-pt=
3366
3367 [rist] # RIST input
3368
3369 # RIST maximum packet size (bytes) (integer)
3370 #packet-size=1472
3371
3372 # RIST demux/decode maximum jitter (default is 5ms) (integer)
3373 #maximum-jitter=5
3374
3375 # RIST latency (ms) (integer)
3376 #latency=1000
3377
3378 # RIST nack retry interval (ms) (integer)
3379 #retry-interval=132
3380
3381 # RIST reorder buffer (ms) (integer)
3382 #reorder-buffer=70
3383
3384 # RIST maximum retry count (integer)
3385 #max-retries=10
3386
3387 # RIST nack type, 0 = range, 1 = bitmask. Default is range (integer)
3388 #nack-type=0
3389
3390 # Disable NACK output packets (boolean)
3391 #disable-nacks=0
3392
3393 # Do not check for a valid rtcp message from the encoder (boolean)
3394 #mcast-blind-nacks=0
3395
3396 [nfs] # NFS input
3397
3398 # Set NFS uid/guid automatically (boolean)
3399 #nfs-auto-guid=1
3400
3401 [live555] # RTP/RTSP/SDP demuxer (using Live555)
3402
3403 # Use RTP over RTSP (TCP) (boolean)
3404 #rtsp-tcp=0
3405
3406 # Client port (integer)
3407 #rtp-client-port=-1
3408
3409 # Force multicast RTP via RTSP (boolean)
3410 #rtsp-mcast=0
3411
3412 # Tunnel RTSP and RTP over HTTP (boolean)
3413 #rtsp-http=0
3414
3415 # HTTP tunnel port (integer)
3416 #rtsp-http-port=80
3417
3418 # Kasenna RTSP dialect (boolean)
3419 #rtsp-kasenna=0
3420
3421 # WMServer RTSP dialect (boolean)
3422 #rtsp-wmserver=0
3423
3424 # Username (string)
3425 #rtsp-user=
3426
3427 # Password (string)
3428 #rtsp-pwd=
3429
3430 # RTSP frame buffer size (integer)
3431 #rtsp-frame-buffer-size=250000
3432
3433 [linsys_sdi] # SDI Input
3434
3435 # Link # (integer)
3436 #linsys-sdi-link=0
3437
3438 # Video ID (integer)
3439 #linsys-sdi-id-video=0
3440
3441 # Aspect ratio (string)
3442 #linsys-sdi-aspect-ratio=
3443
3444 # Audio configuration (string)
3445 #linsys-sdi-audio=0=1,1
3446
3447 # Teletext configuration (string)
3448 #linsys-sdi-telx=
3449
3450 # Teletext language (string)
3451 #linsys-sdi-telx-lang=
3452
3453 [linsys_hdsdi] # HD-SDI Input
3454
3455 # Link # (integer)
3456 #linsys-hdsdi-link=0
3457
3458 # Video ID (integer)
3459 #linsys-hdsdi-id-video=0
3460
3461 # Aspect ratio (string)
3462 #linsys-hdsdi-aspect-ratio=
3463
3464 # Audio configuration (string)
3465 #linsys-hdsdi-audio=0=1,1
3466
3467 [libbluray] # Blu-ray Disc support (libbluray)
3468
3469 # Blu-ray menus (boolean)
3470 #bluray-menu=1
3471
3472 # Region code (string)
3473 #bluray-region=B
3474
3475 [access] # HTTPS input
3476
3477 # Cookies forwarding (boolean)
3478 #http-forward-cookies=1
3479
3480 # User agent (string)
3481 #http-user-agent=
3482
3483 [http] # HTTP input
3484
3485 # Auto re-connect (boolean)
3486 #http-reconnect=0
3487
3488 [ftp] # FTP input
3489
3490 # Username (string)
3491 #ftp-user=
3492
3493 # Password (string)
3494 #ftp-pwd=
3495
3496 # FTP account (string)
3497 #ftp-account=anonymous
3498
3499 [filesystem] # File input
3500
3501 # List special files (boolean)
3502 #list-special-files=0
3503
3504 [dvdread] # DVDRead Input (no menu support)
3505
3506 # DVD angle (integer)
3507 #dvdread-angle=1
3508
3509 [dvdnav] # DVDnav Input
3510
3511 # DVD angle (integer)
3512 #dvdnav-angle=1
3513
3514 # Start directly in menu (boolean)
3515 #dvdnav-menu=1
3516
3517 [dvb] # DVB input with v4l2 support
3518
3519 # Probe DVB card for capabilities (boolean)
3520 #dvb-probe=1
3521
3522 # Satellite scanning config (string)
3523 #dvb-satellite=
3524
3525 # Scan tuning list (string)
3526 #dvb-scanlist=
3527
3528 # Use NIT for scanning services (boolean)
3529 #dvb-scan-nit=1
3530
3531 [dtv] # Digital Television and Radio
3532
3533 # DVB adapter (integer)
3534 #dvb-adapter=0
3535
3536 # DVB device (integer)
3537 #dvb-device=0
3538
3539 # Do not demultiplex (boolean)
3540 #dvb-budget-mode=0
3541
3542 # Frequency (Hz) (integer)
3543 #dvb-frequency=0
3544
3545 # Spectrum inversion (integer)
3546 #dvb-inversion=-1
3547
3548 # Bandwidth (MHz) (integer)
3549 #dvb-bandwidth=0
3550
3551 # Transmission mode (integer)
3552 #dvb-transmission=0
3553
3554 # Guard interval (string)
3555 #dvb-guard=
3556
3557 # High-priority code rate (string)
3558 #dvb-code-rate-hp=
3559
3560 # Low-priority code rate (string)
3561 #dvb-code-rate-lp=
3562
3563 # Hierarchy mode (integer)
3564 #dvb-hierarchy=-1
3565
3566 # DVB-T2 Physical Layer Pipe (integer)
3567 #dvb-plp-id=0
3568
3569 # Layer A modulation (string)
3570 #dvb-a-modulation=
3571
3572 # Layer A code rate (string)
3573 #dvb-a-fec=
3574
3575 # Layer A segments count (integer)
3576 #dvb-a-count=0
3577
3578 # Layer A time interleaving (integer)
3579 #dvb-a-interleaving=0
3580
3581 # Layer B modulation (string)
3582 #dvb-b-modulation=
3583
3584 # Layer B code rate (string)
3585 #dvb-b-fec=
3586
3587 # Layer B segments count (integer)
3588 #dvb-b-count=0
3589
3590 # Layer B time interleaving (integer)
3591 #dvb-b-interleaving=0
3592
3593 # Layer C modulation (string)
3594 #dvb-c-modulation=
3595
3596 # Layer C code rate (string)
3597 #dvb-c-fec=
3598
3599 # Layer C segments count (integer)
3600 #dvb-c-count=0
3601
3602 # Layer C time interleaving (integer)
3603 #dvb-c-interleaving=0
3604
3605 # Modulation / Constellation (string)
3606 #dvb-modulation=
3607
3608 # Symbol rate (bauds) (integer)
3609 #dvb-srate=0
3610
3611 # FEC code rate (string)
3612 #dvb-fec=
3613
3614 # Stream identifier (integer)
3615 #dvb-stream=0
3616
3617 # Pilot (integer)
3618 #dvb-pilot=-1
3619
3620 # Roll-off factor (integer)
3621 #dvb-rolloff=-1
3622
3623 # Transport stream ID (integer)
3624 #dvb-ts-id=0
3625
3626 # Polarization (Voltage) (string)
3627 #dvb-polarization=
3628
3629 #  (integer)
3630 #dvb-voltage=13
3631
3632 # High LNB voltage (boolean)
3633 #dvb-high-voltage=0
3634
3635 # Local oscillator low frequency (kHz) (integer)
3636 #dvb-lnb-low=0
3637
3638 # Local oscillator high frequency (kHz) (integer)
3639 #dvb-lnb-high=0
3640
3641 # Universal LNB switch frequency (kHz) (integer)
3642 #dvb-lnb-switch=11700000
3643
3644 # DiSEqC LNB number (integer)
3645 #dvb-satno=0
3646
3647 # Uncommitted DiSEqC LNB number (integer)
3648 #dvb-uncommitted=0
3649
3650 # Continuous 22kHz tone (integer)
3651 #dvb-tone=-1
3652
3653 [cdda] # Audio CD input
3654
3655 # Audio CD device (string)
3656 #cd-audio=/dev/sr0
3657
3658 # CDDB Server (string)
3659 #cddb-server=freedb.videolan.org
3660
3661 # CDDB port (integer)
3662 #cddb-port=80
3663
3664 [avio] # libavformat AVIO access
3665
3666 # Advanced options (string)
3667 #avio-options=
3668
3669 # Advanced options (string)
3670 #sout-avio-options=
3671
3672 [access_srt] # SRT input
3673
3674 # SRT chunk size (bytes) (integer)
3675 #chunk-size=1316
3676
3677 # Return poll wait after timeout milliseconds (-1 = infinite) (integer)
3678 #poll-timeout=-1
3679
3680 # SRT latency (ms) (integer)
3681 #latency=125
3682
3683 # Password for stream encryption (string)
3684 #passphrase=
3685
3686 # Crypto key length in bytes (integer)
3687 #key-length=16
3688
3689 [access_mms] # Microsoft Media Server (MMS) input
3690
3691 # TCP/UDP timeout (ms) (integer)
3692 #mms-timeout=5000
3693
3694 # Force selection of all streams (boolean)
3695 #mms-all=0
3696
3697 # Maximum bitrate (integer)
3698 #mms-maxbitrate=0
3699
3700 [access_jack] # JACK audio input
3701
3702 # Pace (boolean)
3703 #jack-input-use-vlc-pace=0
3704
3705 # Auto connection (boolean)
3706 #jack-input-auto-connect=0
3707
3708 [imem] # Memory input
3709
3710 # ID (integer)
3711 #imem-id=-1
3712
3713 # Group (integer)
3714 #imem-group=0
3715
3716 # Category (integer)
3717 #imem-cat=0
3718
3719 # Codec (string)
3720 #imem-codec=
3721
3722 # Language (string)
3723 #imem-language=
3724
3725 # Sample rate (integer)
3726 #imem-samplerate=0
3727
3728 # Channels count (integer)
3729 #imem-channels=0
3730
3731 # Width (integer)
3732 #imem-width=0
3733
3734 # Height (integer)
3735 #imem-height=0
3736
3737 # Display aspect ratio (string)
3738 #imem-dar=
3739
3740 # Frame rate (string)
3741 #imem-fps=
3742
3743 # Size (integer)
3744 #imem-size=0
3745
3746 [concat] # Concatenated inputs
3747
3748 # Inputs list (string)
3749 #concat-list=
3750
3751 [access_alsa] # ALSA audio capture
3752
3753 # Stereo (boolean)
3754 #alsa-stereo=1
3755
3756 # Sample rate (integer)
3757 #alsa-samplerate=48000
3758
3759 [core] # core program
3760
3761 # Enable audio (boolean)
3762 #audio=1
3763
3764 # Audio gain (float)
3765 #gain=1.000000
3766
3767 # Audio output volume step (float)
3768 #volume-step=12.800000
3769
3770 # Remember the audio volume (boolean)
3771 #volume-save=1
3772
3773 # Force S/PDIF support (boolean)
3774 #spdif=0
3775
3776 # Force detection of Dolby Surround (integer)
3777 #force-dolby-surround=0
3778
3779 # Stereo audio output mode (integer)
3780 #stereo-mode=0
3781
3782 # Audio desynchronization compensation (integer)
3783 #audio-desync=0
3784
3785 # Replay gain mode (string)
3786 #audio-replay-gain-mode=none
3787
3788 # Replay preamp (float)
3789 #audio-replay-gain-preamp=0.000000
3790
3791 # Default replay gain (float)
3792 #audio-replay-gain-default=-7.000000
3793
3794 # Peak protection (boolean)
3795 #audio-replay-gain-peak-protection=1
3796
3797 # Enable time stretching audio (boolean)
3798 #audio-time-stretch=1
3799
3800 # Audio output module (string)
3801 #aout=
3802
3803 # Media role (string)
3804 #role=video
3805
3806 # Audio filters (string)
3807 #audio-filter=
3808
3809 # Audio visualizations (string)
3810 #audio-visual=none
3811
3812 # Audio resampler (string)
3813 #audio-resampler=
3814
3815 # Enable video (boolean)
3816 #video=1
3817
3818 # Grayscale video output (boolean)
3819 #grayscale=0
3820
3821 # Fullscreen video output (boolean)
3822 #fullscreen=0
3823
3824 # Embedded video (boolean)
3825 #embedded-video=1
3826
3827 #  (boolean)
3828 #xlib=1
3829
3830 # Drop late frames (boolean)
3831 #drop-late-frames=1
3832
3833 # Skip frames (boolean)
3834 #skip-frames=1
3835
3836 # Quiet synchro (boolean)
3837 #quiet-synchro=0
3838
3839 # Key press events (boolean)
3840 #keyboard-events=1
3841
3842 # Mouse events (boolean)
3843 #mouse-events=1
3844
3845 # Always on top (boolean)
3846 #video-on-top=0
3847
3848 # Enable wallpaper mode (boolean)
3849 #video-wallpaper=0
3850
3851 # Disable screensaver (boolean)
3852 #disable-screensaver=1
3853
3854 # Show media title on video (boolean)
3855 #video-title-show=1
3856
3857 # Show video title for x milliseconds (integer)
3858 #video-title-timeout=5000
3859
3860 # Position of video title (integer)
3861 #video-title-position=8
3862
3863 # Hide cursor and fullscreen controller after x milliseconds (integer)
3864 #mouse-hide-timeout=1000
3865
3866 # Video snapshot directory (or filename) (string)
3867 #snapshot-path=
3868
3869 # Video snapshot file prefix (string)
3870 #snapshot-prefix=vlcsnap-
3871
3872 # Video snapshot format (string)
3873 #snapshot-format=png
3874
3875 # Display video snapshot preview (boolean)
3876 #snapshot-preview=1
3877
3878 # Use sequential numbers instead of timestamps (boolean)
3879 #snapshot-sequential=0
3880
3881 # Video snapshot width (integer)
3882 #snapshot-width=-1
3883
3884 # Video snapshot height (integer)
3885 #snapshot-height=-1
3886
3887 # Video width (integer)
3888 #width=-1
3889
3890 # Video height (integer)
3891 #height=-1
3892
3893 # Video X coordinate (integer)
3894 #video-x=0
3895
3896 # Video Y coordinate (integer)
3897 #video-y=0
3898
3899 # Video cropping (string)
3900 #crop=
3901
3902 # Custom crop ratios list (string)
3903 #custom-crop-ratios=
3904
3905 # Source aspect ratio (string)
3906 #aspect-ratio=
3907
3908 # Video Auto Scaling (boolean)
3909 #autoscale=1
3910
3911 # Monitor pixel aspect ratio (string)
3912 #monitor-par=
3913
3914 # Custom aspect ratios list (string)
3915 #custom-aspect-ratios=
3916
3917 # Fix HDTV height (boolean)
3918 #hdtv-fix=1
3919
3920 # Window decorations (boolean)
3921 #video-deco=1
3922
3923 # Video title (string)
3924 #video-title=
3925
3926 # Video alignment (integer)
3927 #align=0
3928
3929 # Zoom video (float)
3930 #zoom=1.000000
3931
3932 # Deinterlace (integer)
3933 #deinterlace=-1
3934
3935 # Deinterlace mode (string)
3936 #deinterlace-mode=auto
3937
3938 # Video output module (string)
3939 #vout=
3940
3941 # Video filter module (string)
3942 #video-filter=
3943
3944 # Video splitter module (string)
3945 #video-splitter=
3946
3947 # Enable sub-pictures (boolean)
3948 #spu=1
3949
3950 # On Screen Display (boolean)
3951 #osd=1
3952
3953 # Text rendering module (string)
3954 #text-renderer=
3955
3956 # Use subtitle file (string)
3957 #sub-file=
3958
3959 # Autodetect subtitle files (boolean)
3960 #sub-autodetect-file=1
3961
3962 # Subtitle autodetection fuzziness (integer)
3963 #sub-autodetect-fuzzy=3
3964
3965 # Subtitle autodetection paths (string)
3966 #sub-autodetect-path=./Subtitles, ./subtitles, ./Subs, ./subs
3967
3968 # Force subtitle position (integer)
3969 #sub-margin=0
3970
3971 # Subpictures source module (string)
3972 #sub-source=
3973
3974 # Subpictures filter module (string)
3975 #sub-filter=
3976
3977 # Program (integer)
3978 #program=0
3979
3980 # Programs (string)
3981 #programs=
3982
3983 # Audio track (integer)
3984 #audio-track=-1
3985
3986 # Subtitle track (integer)
3987 #sub-track=-1
3988
3989 # Audio language (string)
3990 #audio-language=
3991
3992 # Subtitle language (string)
3993 #sub-language=
3994
3995 # Menu language (string)
3996 #menu-language=
3997
3998 # Audio track ID (integer)
3999 #audio-track-id=-1
4000
4001 # Subtitle track ID (integer)
4002 #sub-track-id=-1
4003
4004 # Preferred Closed Captions decoder (integer)
4005 #captions=608
4006
4007 # Preferred video resolution (integer)
4008 #preferred-resolution=-1
4009
4010 # Input repetitions (integer)
4011 #input-repeat=0
4012
4013 # Start time (float)
4014 #start-time=0.000000
4015
4016 # Stop time (float)
4017 #stop-time=0.000000
4018
4019 # Run time (float)
4020 #run-time=0.000000
4021
4022 # Fast seek (boolean)
4023 #input-fast-seek=0
4024
4025 # Playback speed (float)
4026 #rate=1.000000
4027
4028 # Input list (string)
4029 #input-list=
4030
4031 # Input slave (experimental) (string)
4032 #input-slave=
4033
4034 # Bookmarks list for a stream (string)
4035 #bookmarks=
4036
4037 # DVD device (string)
4038 #dvd=/dev/sr0
4039
4040 # VCD device (string)
4041 #vcd=/dev/sr0
4042
4043 # MTU of the network interface (integer)
4044 #mtu=1400
4045
4046 # TCP connection timeout (integer)
4047 #ipv4-timeout=5000
4048
4049 # HTTP server address (string)
4050 #http-host=
4051
4052 # HTTP server port (integer)
4053 #http-port=8080
4054
4055 # HTTPS server port (integer)
4056 #https-port=8443
4057
4058 # RTSP server address (string)
4059 #rtsp-host=
4060
4061 # RTSP server port (integer)
4062 #rtsp-port=554
4063
4064 # HTTP/TLS server certificate (string)
4065 #http-cert=
4066
4067 # HTTP/TLS server private key (string)
4068 #http-key=
4069
4070 # SOCKS server (string)
4071 #socks=
4072
4073 # SOCKS user name (string)
4074 #socks-user=
4075
4076 # SOCKS password (string)
4077 #socks-pwd=
4078
4079 # Title metadata (string)
4080 #meta-title=
4081
4082 # Author metadata (string)
4083 #meta-author=
4084
4085 # Artist metadata (string)
4086 #meta-artist=
4087
4088 # Genre metadata (string)
4089 #meta-genre=
4090
4091 # Copyright metadata (string)
4092 #meta-copyright=
4093
4094 # Description metadata (string)
4095 #meta-description=
4096
4097 # Date metadata (string)
4098 #meta-date=
4099
4100 # URL metadata (string)
4101 #meta-url=
4102
4103 # File caching (ms) (integer)
4104 #file-caching=1000
4105
4106 # Live capture caching (ms) (integer)
4107 #live-caching=300
4108
4109 # Disc caching (ms) (integer)
4110 #disc-caching=300
4111
4112 # Network caching (ms) (integer)
4113 #network-caching=1000
4114
4115 # Clock reference average counter (integer)
4116 #cr-average=40
4117
4118 # Clock synchronisation (integer)
4119 #clock-synchro=-1
4120
4121 # Clock jitter (integer)
4122 #clock-jitter=5000
4123
4124 # Network synchronisation (boolean)
4125 #network-synchronisation=0
4126
4127 # Record directory (string)
4128 #input-record-path=
4129
4130 # Prefer native stream recording (boolean)
4131 #input-record-native=1
4132
4133 # Timeshift directory (string)
4134 #input-timeshift-path=
4135
4136 # Timeshift granularity (integer)
4137 #input-timeshift-granularity=-1
4138
4139 # Change title according to current media (string)
4140 #input-title-format=$Z
4141
4142 # Disable all lua plugins (boolean)
4143 #lua=1
4144
4145 # Preferred decoders list (string)
4146 #codec=
4147
4148 # Preferred encoders list (string)
4149 #encoder=
4150
4151 # Access module (string)
4152 #access=
4153
4154 # Demux module (string)
4155 #demux=any
4156
4157 # Stream filter module (string)
4158 #stream-filter=
4159
4160 # Demux filter module (string)
4161 #demux-filter=
4162
4163 # Default stream output chain (string)
4164 #sout=
4165
4166 # Display while streaming (boolean)
4167 #sout-display=0
4168
4169 # Keep stream output open (boolean)
4170 #sout-keep=0
4171
4172 # Enable streaming of all ES (boolean)
4173 #sout-all=1
4174
4175 # Enable audio stream output (boolean)
4176 #sout-audio=1
4177
4178 # Enable video stream output (boolean)
4179 #sout-video=1
4180
4181 # Enable SPU stream output (boolean)
4182 #sout-spu=1
4183
4184 # Stream output muxer caching (ms) (integer)
4185 #sout-mux-caching=1500
4186
4187 # VLM configuration file (string)
4188 #vlm-conf=
4189
4190 # SAP announcement interval (integer)
4191 #sap-interval=5
4192
4193 # Mux module (string)
4194 #mux=
4195
4196 # Access output module (string)
4197 #access_output=
4198
4199 # Hop limit (TTL) (integer)
4200 #ttl=-1
4201
4202 # Multicast output interface (string)
4203 #miface=
4204
4205 # DiffServ Code Point (integer)
4206 #dscp=0
4207
4208 # Preferred packetizer list (string)
4209 #packetizer=
4210
4211 # VoD server module (string)
4212 #vod-server=
4213
4214 # Use a plugins cache (boolean)
4215 #plugins-cache=1
4216
4217 # Scan for new plugins (boolean)
4218 #plugins-scan=1
4219
4220 # Preferred keystore list (string)
4221 #keystore=
4222
4223 # Allow real-time priority (boolean)
4224 #rt-priority=0
4225
4226 # Adjust VLC priority (integer)
4227 #rt-offset=0
4228
4229 # Play files randomly forever (boolean)
4230 #random=0
4231
4232 # Repeat all (boolean)
4233 #loop=0
4234
4235 # Repeat current item (boolean)
4236 #repeat=0
4237
4238 # Play and exit (boolean)
4239 #play-and-exit=0
4240
4241 # Play and stop (boolean)
4242 #play-and-stop=0
4243
4244 # Play and pause (boolean)
4245 #play-and-pause=0
4246
4247 # Start paused (boolean)
4248 #start-paused=0
4249
4250 # Auto start (boolean)
4251 #playlist-autostart=1
4252
4253 # Pause on audio communication (boolean)
4254 #playlist-cork=1
4255
4256 # Allow only one running instance (boolean)
4257 #one-instance=0
4258
4259 # Use only one instance when started from file manager (boolean)
4260 #one-instance-when-started-from-file=1
4261
4262 # Enqueue items into playlist in one instance mode (boolean)
4263 #playlist-enqueue=0
4264
4265 # Expose media player via D-Bus (boolean)
4266 #dbus=0
4267
4268 # Use media library (boolean)
4269 #media-library=0
4270
4271 # Display playlist tree (boolean)
4272 #playlist-tree=0
4273
4274 # Default stream (string)
4275 #open=
4276
4277 # Automatically preparse items (boolean)
4278 #auto-preparse=1
4279
4280 # Preparsing timeout (integer)
4281 #preparse-timeout=5000
4282
4283 # Allow metadata network access (boolean)
4284 metadata-network-access=1
4285
4286 # Subdirectory behavior (string)
4287 #recursive=collapse
4288
4289 # Ignored extensions (string)
4290 #ignore-filetypes=m3u,db,nfo,ini,jpg,jpeg,ljpg,gif,png,pgm,pgmyuv,pbm,pam,tga,bmp,pnm,xpm,xcf,pcx,tif,tiff,lbm,sfv,txt,sub,idx,srt,cue,ssa
4291
4292 # Show hidden files (boolean)
4293 #show-hiddenfiles=0
4294
4295 # Services discovery modules (string)
4296 #services-discovery=
4297
4298 # Run as daemon process (boolean)
4299 #daemon=0
4300
4301 # Write process id to file (string)
4302 #pidfile=
4303
4304 # Show advanced options (boolean)
4305 #advanced=0
4306
4307 # Interface interaction (boolean)
4308 #interact=1
4309
4310 # Locally collect statistics (boolean)
4311 #stats=1
4312
4313 # Interface module (string)
4314 #intf=
4315
4316 # Extra interface modules (string)
4317 #extraintf=
4318
4319 # Control interfaces (string)
4320 #control=
4321
4322 # Mouse wheel vertical axis control (integer)
4323 #hotkeys-y-wheel-mode=0
4324
4325 # Mouse wheel horizontal axis control (integer)
4326 #hotkeys-x-wheel-mode=2
4327
4328 # Fullscreen (string)
4329 #global-key-toggle-fullscreen=
4330
4331 # Fullscreen (string)
4332 #key-toggle-fullscreen=f
4333
4334 # Exit fullscreen (string)
4335 #global-key-leave-fullscreen=
4336
4337 # Exit fullscreen (string)
4338 #key-leave-fullscreen=Esc
4339
4340 # Play/Pause (string)
4341 #global-key-play-pause=
4342
4343 # Play/Pause (string)
4344 #key-play-pause=Space   Media Play Pause
4345
4346 # Pause only (string)
4347 #global-key-pause=
4348
4349 # Pause only (string)
4350 #key-pause=Browser Stop
4351
4352 # Play only (string)
4353 #global-key-play=
4354
4355 # Play only (string)
4356 #key-play=Browser Refresh
4357
4358 # Faster (string)
4359 #global-key-faster=
4360
4361 # Faster (string)
4362 #key-faster=+
4363
4364 # Slower (string)
4365 #global-key-slower=
4366
4367 # Slower (string)
4368 #key-slower=-
4369
4370 # Normal rate (string)
4371 #global-key-rate-normal=
4372
4373 # Normal rate (string)
4374 #key-rate-normal==
4375
4376 # Faster (fine) (string)
4377 #global-key-rate-faster-fine=
4378
4379 # Faster (fine) (string)
4380 #key-rate-faster-fine=]
4381
4382 # Slower (fine) (string)
4383 #global-key-rate-slower-fine=
4384
4385 # Slower (fine) (string)
4386 #key-rate-slower-fine=[
4387
4388 # Next (string)
4389 #global-key-next=
4390
4391 # Next (string)
4392 #key-next=n     Media Next Track
4393
4394 # Previous (string)
4395 #global-key-prev=
4396
4397 # Previous (string)
4398 #key-prev=p     Media Prev Track
4399
4400 # Stop (string)
4401 #global-key-stop=
4402
4403 # Stop (string)
4404 #key-stop=s     Media Stop
4405
4406 # Position (string)
4407 #global-key-position=
4408
4409 # Position (string)
4410 #key-position=t
4411
4412 # Very short backwards jump (string)
4413 #global-key-jump-extrashort=
4414
4415 # Very short backwards jump (string)
4416 #key-jump-extrashort=Shift+Left
4417
4418 # Very short forward jump (string)
4419 #global-key-jump+extrashort=
4420
4421 # Very short forward jump (string)
4422 #key-jump+extrashort=Shift+Right
4423
4424 # Short backwards jump (string)
4425 #global-key-jump-short=
4426
4427 # Short backwards jump (string)
4428 #key-jump-short=Alt+Left
4429
4430 # Short forward jump (string)
4431 #global-key-jump+short=
4432
4433 # Short forward jump (string)
4434 #key-jump+short=Alt+Right
4435
4436 # Medium backwards jump (string)
4437 #global-key-jump-medium=
4438
4439 # Medium backwards jump (string)
4440 #key-jump-medium=Ctrl+Left
4441
4442 # Medium forward jump (string)
4443 #global-key-jump+medium=
4444
4445 # Medium forward jump (string)
4446 #key-jump+medium=Ctrl+Right
4447
4448 # Long backwards jump (string)
4449 #global-key-jump-long=
4450
4451 # Long backwards jump (string)
4452 #key-jump-long=Ctrl+Alt+Left
4453
4454 # Long forward jump (string)
4455 #global-key-jump+long=
4456
4457 # Long forward jump (string)
4458 #key-jump+long=Ctrl+Alt+Right
4459
4460 # Next frame (string)
4461 #global-key-frame-next=
4462
4463 # Next frame (string)
4464 #key-frame-next=e       Browser Next
4465
4466 # Activate (string)
4467 #global-key-nav-activate=
4468
4469 # Activate (string)
4470 #key-nav-activate=Enter
4471
4472 # Navigate up (string)
4473 #global-key-nav-up=
4474
4475 # Navigate up (string)
4476 #key-nav-up=Up
4477
4478 # Navigate down (string)
4479 #global-key-nav-down=
4480
4481 # Navigate down (string)
4482 #key-nav-down=Down
4483
4484 # Navigate left (string)
4485 #global-key-nav-left=
4486
4487 # Navigate left (string)
4488 #key-nav-left=Left
4489
4490 # Navigate right (string)
4491 #global-key-nav-right=
4492
4493 # Navigate right (string)
4494 #key-nav-right=Right
4495
4496 # Go to the DVD menu (string)
4497 #global-key-disc-menu=
4498
4499 # Go to the DVD menu (string)
4500 #key-disc-menu=Shift+m
4501
4502 # Select previous DVD title (string)
4503 #global-key-title-prev=
4504
4505 # Select previous DVD title (string)
4506 #key-title-prev=Shift+o
4507
4508 # Select next DVD title (string)
4509 #global-key-title-next=
4510
4511 # Select next DVD title (string)
4512 #key-title-next=Shift+b
4513
4514 # Select prev DVD chapter (string)
4515 #global-key-chapter-prev=
4516
4517 # Select prev DVD chapter (string)
4518 #key-chapter-prev=Shift+p
4519
4520 # Select next DVD chapter (string)
4521 #global-key-chapter-next=
4522
4523 # Select next DVD chapter (string)
4524 #key-chapter-next=Shift+n
4525
4526 # Quit (string)
4527 #global-key-quit=
4528
4529 # Quit (string)
4530 #key-quit=Ctrl+q
4531
4532 # Volume up (string)
4533 #global-key-vol-up=
4534
4535 # Volume up (string)
4536 #key-vol-up=Ctrl+Up     Volume Up
4537
4538 # Volume down (string)
4539 #global-key-vol-down=
4540
4541 # Volume down (string)
4542 #key-vol-down=Ctrl+Down Volume Down
4543
4544 # Mute (string)
4545 #global-key-vol-mute=
4546
4547 # Mute (string)
4548 #key-vol-mute=m Volume Mute
4549
4550 # Subtitle delay up (string)
4551 #global-key-subdelay-up=
4552
4553 # Subtitle delay up (string)
4554 #key-subdelay-up=h
4555
4556 # Subtitle delay down (string)
4557 #global-key-subdelay-down=
4558
4559 # Subtitle delay down (string)
4560 #key-subdelay-down=g
4561
4562 # Subtitle sync / bookmark audio timestamp (string)
4563 #global-key-subsync-markaudio=
4564
4565 # Subtitle sync / bookmark audio timestamp (string)
4566 #key-subsync-markaudio=Shift+h
4567
4568 # Subtitle sync / bookmark subtitle timestamp (string)
4569 #global-key-subsync-marksub=
4570
4571 # Subtitle sync / bookmark subtitle timestamp (string)
4572 #key-subsync-marksub=Shift+j
4573
4574 # Subtitle sync / synchronize audio & subtitle timestamps (string)
4575 #global-key-subsync-apply=
4576
4577 # Subtitle sync / synchronize audio & subtitle timestamps (string)
4578 #key-subsync-apply=Shift+k
4579
4580 # Subtitle sync / reset audio & subtitle synchronization (string)
4581 #global-key-subsync-reset=
4582
4583 # Subtitle sync / reset audio & subtitle synchronization (string)
4584 #key-subsync-reset=Ctrl+Shift+k
4585
4586 # Subtitle position up (string)
4587 #global-key-subpos-up=
4588
4589 # Subtitle position up (string)
4590 #key-subpos-up=
4591
4592 # Subtitle position down (string)
4593 #global-key-subpos-down=
4594
4595 # Subtitle position down (string)
4596 #key-subpos-down=
4597
4598 # Audio delay up (string)
4599 #global-key-audiodelay-up=
4600
4601 # Audio delay up (string)
4602 #key-audiodelay-up=k
4603
4604 # Audio delay down (string)
4605 #global-key-audiodelay-down=
4606
4607 # Audio delay down (string)
4608 #key-audiodelay-down=j
4609
4610 # Cycle audio track (string)
4611 #global-key-audio-track=
4612
4613 # Cycle audio track (string)
4614 #key-audio-track=b
4615
4616 # Cycle through audio devices (string)
4617 #global-key-audiodevice-cycle=
4618
4619 # Cycle through audio devices (string)
4620 #key-audiodevice-cycle=Shift+a
4621
4622 # Cycle subtitle track in reverse order (string)
4623 #global-key-subtitle-revtrack=
4624
4625 # Cycle subtitle track in reverse order (string)
4626 #key-subtitle-revtrack=Alt+v
4627
4628 # Cycle subtitle track (string)
4629 #global-key-subtitle-track=
4630
4631 # Cycle subtitle track (string)
4632 #key-subtitle-track=v
4633
4634 # Toggle subtitles (string)
4635 #global-key-subtitle-toggle=
4636
4637 # Toggle subtitles (string)
4638 #key-subtitle-toggle=Shift+v
4639
4640 # Cycle next program Service ID (string)
4641 #global-key-program-sid-next=
4642
4643 # Cycle next program Service ID (string)
4644 #key-program-sid-next=x
4645
4646 # Cycle previous program Service ID (string)
4647 #global-key-program-sid-prev=
4648
4649 # Cycle previous program Service ID (string)
4650 #key-program-sid-prev=Shift+x
4651
4652 # Cycle source aspect ratio (string)
4653 #global-key-aspect-ratio=
4654
4655 # Cycle source aspect ratio (string)
4656 #key-aspect-ratio=a
4657
4658 # Cycle video crop (string)
4659 #global-key-crop=
4660
4661 # Cycle video crop (string)
4662 #key-crop=c
4663
4664 # Toggle autoscaling (string)
4665 #global-key-toggle-autoscale=
4666
4667 # Toggle autoscaling (string)
4668 #key-toggle-autoscale=o
4669
4670 # Increase scale factor (string)
4671 #global-key-incr-scalefactor=
4672
4673 # Increase scale factor (string)
4674 #key-incr-scalefactor=Alt+o
4675
4676 # Decrease scale factor (string)
4677 #global-key-decr-scalefactor=
4678
4679 # Decrease scale factor (string)
4680 #key-decr-scalefactor=Alt+Shift+o
4681
4682 # Toggle deinterlacing (string)
4683 #global-key-deinterlace=
4684
4685 # Toggle deinterlacing (string)
4686 #key-deinterlace=d
4687
4688 # Cycle deinterlace modes (string)
4689 #global-key-deinterlace-mode=
4690
4691 # Cycle deinterlace modes (string)
4692 #key-deinterlace-mode=Shift+d
4693
4694 # Show controller in fullscreen (string)
4695 #global-key-intf-show=
4696
4697 # Show controller in fullscreen (string)
4698 #key-intf-show=i
4699
4700 # Boss key (string)
4701 #global-key-intf-boss=
4702
4703 # Boss key (string)
4704 #key-intf-boss=
4705
4706 # Context menu (string)
4707 #global-key-intf-popup-menu=
4708
4709 # Context menu (string)
4710 #key-intf-popup-menu=Menu
4711
4712 # Take video snapshot (string)
4713 #global-key-snapshot=
4714
4715 # Take video snapshot (string)
4716 #key-snapshot=Shift+s
4717
4718 # Record (string)
4719 #global-key-record=
4720
4721 # Record (string)
4722 #key-record=Shift+r
4723
4724 # Zoom (string)
4725 #global-key-zoom=
4726
4727 # Zoom (string)
4728 #key-zoom=z
4729
4730 # Un-Zoom (string)
4731 #global-key-unzoom=
4732
4733 # Un-Zoom (string)
4734 #key-unzoom=Shift+z
4735
4736 # Toggle wallpaper mode in video output (string)
4737 #global-key-wallpaper=
4738
4739 # Toggle wallpaper mode in video output (string)
4740 #key-wallpaper=w
4741
4742 # Crop one pixel from the top of the video (string)
4743 #global-key-crop-top=
4744
4745 # Crop one pixel from the top of the video (string)
4746 #key-crop-top=Alt+r
4747
4748 # Uncrop one pixel from the top of the video (string)
4749 #global-key-uncrop-top=
4750
4751 # Uncrop one pixel from the top of the video (string)
4752 #key-uncrop-top=Alt+Shift+r
4753
4754 # Crop one pixel from the left of the video (string)
4755 #global-key-crop-left=
4756
4757 # Crop one pixel from the left of the video (string)
4758 #key-crop-left=Alt+d
4759
4760 # Uncrop one pixel from the left of the video (string)
4761 #global-key-uncrop-left=
4762
4763 # Uncrop one pixel from the left of the video (string)
4764 #key-uncrop-left=Alt+Shift+d
4765
4766 # Crop one pixel from the bottom of the video (string)
4767 #global-key-crop-bottom=
4768
4769 # Crop one pixel from the bottom of the video (string)
4770 #key-crop-bottom=Alt+c
4771
4772 # Uncrop one pixel from the bottom of the video (string)
4773 #global-key-uncrop-bottom=
4774
4775 # Uncrop one pixel from the bottom of the video (string)
4776 #key-uncrop-bottom=Alt+Shift+c
4777
4778 # Crop one pixel from the right of the video (string)
4779 #global-key-crop-right=
4780
4781 # Crop one pixel from the right of the video (string)
4782 #key-crop-right=Alt+f
4783
4784 # Uncrop one pixel from the right of the video (string)
4785 #global-key-uncrop-right=
4786
4787 # Uncrop one pixel from the right of the video (string)
4788 #key-uncrop-right=Alt+Shift+f
4789
4790 # Random (string)
4791 #global-key-random=
4792
4793 # Random (string)
4794 #key-random=r
4795
4796 # Normal/Loop/Repeat (string)
4797 #global-key-loop=
4798
4799 # Normal/Loop/Repeat (string)
4800 #key-loop=l
4801
4802 # Shrink the viewpoint field of view (360°) (string)
4803 #global-key-viewpoint-fov-in=
4804
4805 # Shrink the viewpoint field of view (360°) (string)
4806 #key-viewpoint-fov-in=Page Up
4807
4808 # Expand the viewpoint field of view (360°) (string)
4809 #global-key-viewpoint-fov-out=
4810
4811 # Expand the viewpoint field of view (360°) (string)
4812 #key-viewpoint-fov-out=Page Down
4813
4814 # Roll the viewpoint clockwise (360°) (string)
4815 #global-key-viewpoint-roll-clock=
4816
4817 # Roll the viewpoint clockwise (360°) (string)
4818 #key-viewpoint-roll-clock=
4819
4820 # Roll the viewpoint anti-clockwise (360°) (string)
4821 #global-key-viewpoint-roll-anticlock=
4822
4823 # Roll the viewpoint anti-clockwise (360°) (string)
4824 #key-viewpoint-roll-anticlock=
4825
4826 # 1:4 Quarter (string)
4827 #global-key-zoom-quarter=
4828
4829 # 1:4 Quarter (string)
4830 #key-zoom-quarter=Alt+1
4831
4832 # 1:2 Half (string)
4833 #global-key-zoom-half=
4834
4835 # 1:2 Half (string)
4836 #key-zoom-half=Alt+2
4837
4838 # 1:1 Original (string)
4839 #global-key-zoom-original=
4840
4841 # 1:1 Original (string)
4842 #key-zoom-original=Alt+3
4843
4844 # 2:1 Double (string)
4845 #global-key-zoom-double=
4846
4847 # 2:1 Double (string)
4848 #key-zoom-double=Alt+4
4849
4850 # Very short jump length (integer)
4851 #extrashort-jump-size=3
4852
4853 # Short jump length (integer)
4854 #short-jump-size=10
4855
4856 # Medium jump length (integer)
4857 #medium-jump-size=60
4858
4859 # Long jump length (integer)
4860 #long-jump-size=300
4861
4862 # Set playlist bookmark 1 (string)
4863 #global-key-set-bookmark1=
4864
4865 # Set playlist bookmark 1 (string)
4866 #key-set-bookmark1=Ctrl+F1
4867
4868 # Set playlist bookmark 2 (string)
4869 #global-key-set-bookmark2=
4870
4871 # Set playlist bookmark 2 (string)
4872 #key-set-bookmark2=Ctrl+F2
4873
4874 # Set playlist bookmark 3 (string)
4875 #global-key-set-bookmark3=
4876
4877 # Set playlist bookmark 3 (string)
4878 #key-set-bookmark3=Ctrl+F3
4879
4880 # Set playlist bookmark 4 (string)
4881 #global-key-set-bookmark4=
4882
4883 # Set playlist bookmark 4 (string)
4884 #key-set-bookmark4=Ctrl+F4
4885
4886 # Set playlist bookmark 5 (string)
4887 #global-key-set-bookmark5=
4888
4889 # Set playlist bookmark 5 (string)
4890 #key-set-bookmark5=Ctrl+F5
4891
4892 # Set playlist bookmark 6 (string)
4893 #global-key-set-bookmark6=
4894
4895 # Set playlist bookmark 6 (string)
4896 #key-set-bookmark6=Ctrl+F6
4897
4898 # Set playlist bookmark 7 (string)
4899 #global-key-set-bookmark7=
4900
4901 # Set playlist bookmark 7 (string)
4902 #key-set-bookmark7=Ctrl+F7
4903
4904 # Set playlist bookmark 8 (string)
4905 #global-key-set-bookmark8=
4906
4907 # Set playlist bookmark 8 (string)
4908 #key-set-bookmark8=Ctrl+F8
4909
4910 # Set playlist bookmark 9 (string)
4911 #global-key-set-bookmark9=
4912
4913 # Set playlist bookmark 9 (string)
4914 #key-set-bookmark9=Ctrl+F9
4915
4916 # Set playlist bookmark 10 (string)
4917 #global-key-set-bookmark10=
4918
4919 # Set playlist bookmark 10 (string)
4920 #key-set-bookmark10=Ctrl+F10
4921
4922 # Play playlist bookmark 1 (string)
4923 #global-key-play-bookmark1=
4924
4925 # Play playlist bookmark 1 (string)
4926 #key-play-bookmark1=F1
4927
4928 # Play playlist bookmark 2 (string)
4929 #global-key-play-bookmark2=
4930
4931 # Play playlist bookmark 2 (string)
4932 #key-play-bookmark2=F2
4933
4934 # Play playlist bookmark 3 (string)
4935 #global-key-play-bookmark3=
4936
4937 # Play playlist bookmark 3 (string)
4938 #key-play-bookmark3=F3
4939
4940 # Play playlist bookmark 4 (string)
4941 #global-key-play-bookmark4=
4942
4943 # Play playlist bookmark 4 (string)
4944 #key-play-bookmark4=F4
4945
4946 # Play playlist bookmark 5 (string)
4947 #global-key-play-bookmark5=
4948
4949 # Play playlist bookmark 5 (string)
4950 #key-play-bookmark5=F5
4951
4952 # Play playlist bookmark 6 (string)
4953 #global-key-play-bookmark6=
4954
4955 # Play playlist bookmark 6 (string)
4956 #key-play-bookmark6=F6
4957
4958 # Play playlist bookmark 7 (string)
4959 #global-key-play-bookmark7=
4960
4961 # Play playlist bookmark 7 (string)
4962 #key-play-bookmark7=F7
4963
4964 # Play playlist bookmark 8 (string)
4965 #global-key-play-bookmark8=
4966
4967 # Play playlist bookmark 8 (string)
4968 #key-play-bookmark8=F8
4969
4970 # Play playlist bookmark 9 (string)
4971 #global-key-play-bookmark9=
4972
4973 # Play playlist bookmark 9 (string)
4974 #key-play-bookmark9=F9
4975
4976 # Play playlist bookmark 10 (string)
4977 #global-key-play-bookmark10=
4978
4979 # Play playlist bookmark 10 (string)
4980 #key-play-bookmark10=F10
4981
4982 # Clear the playlist (string)
4983 #global-key-clear-playlist=
4984
4985 # Clear the playlist (string)
4986 #key-clear-playlist=Ctrl+w
4987
4988 # Reset subtitles text scale (string)
4989 #global-key-subtitle-text-scale-normal=
4990
4991 # Reset subtitles text scale (string)
4992 #key-subtitle-text-scale-normal=Ctrl+0
4993
4994 # Scale down subtitles text (string)
4995 #global-key-subtitle-text-scale-up=
4996
4997 # Scale down subtitles text (string)
4998 #key-subtitle-text-scale-up=Ctrl+Mouse Wheel Up
4999
5000 # Scale up subtitles text (string)
5001 #global-key-subtitle-text-scale-down=
5002
5003 # Scale up subtitles text (string)
5004 #key-subtitle-text-scale-down=Ctrl+Mouse Wheel Down
5005
5006 # Playlist bookmark 1 (string)
5007 #bookmark1=
5008
5009 # Playlist bookmark 2 (string)
5010 #bookmark2=
5011
5012 # Playlist bookmark 3 (string)
5013 #bookmark3=
5014
5015 # Playlist bookmark 4 (string)
5016 #bookmark4=
5017
5018 # Playlist bookmark 5 (string)
5019 #bookmark5=
5020
5021 # Playlist bookmark 6 (string)
5022 #bookmark6=
5023
5024 # Playlist bookmark 7 (string)
5025 #bookmark7=
5026
5027 # Playlist bookmark 8 (string)
5028 #bookmark8=
5029
5030 # Playlist bookmark 9 (string)
5031 #bookmark9=
5032
5033 # Playlist bookmark 10 (string)
5034 #bookmark10=
5035