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