1### 2### vlc 3.0.2 3### 4 5### 6### lines beginning with a '#' character are comments 7### 8 9[vpx] # WebM video decoder 10 11# Quality mode (integer) 12#sout-vpx-quality-mode=1000000 13 14[kate] # Kate overlay decoder 15 16# Formatted Subtitles (boolean) 17#kate-formatted=1 18 19# Use Tiger for rendering (boolean) 20#kate-use-tiger=1 21 22# Rendering quality (float) 23#kate-tiger-quality=1.000000 24 25# Default font description (string) 26#kate-tiger-default-font-desc= 27 28# Default font effect (integer) 29#kate-tiger-default-font-effect=0 30 31# Default font effect strength (float) 32#kate-tiger-default-font-effect-strength=0.500000 33 34# Default font color (integer) 35#kate-tiger-default-font-color=16777215 36 37# Default font alpha (integer) 38#kate-tiger-default-font-alpha=255 39 40# Default background color (integer) 41#kate-tiger-default-background-color=16777215 42 43# Default background alpha (integer) 44#kate-tiger-default-background-alpha=0 45 46[theora] # Theora video decoder 47 48# Post processing quality (integer) 49#theora-postproc=-1 50 51# Encoding quality (integer) 52#sout-theora-quality=2 53 54[spudec] # DVD subtitles decoder 55 56# Disable DVD subtitle transparency (boolean) 57#dvdsub-transparency=0 58 59[svcdsub] # Philips OGT (SVCD subtitle) decoder 60 61[subsdec] # Text subtitle decoder 62 63# Subtitle justification (integer) 64#subsdec-align=0 65 66# Subtitle text encoding (string) 67#subsdec-encoding= 68 69# UTF-8 subtitle autodetection (boolean) 70#subsdec-autodetect-utf8=1 71 72[subsusf] # USF subtitles decoder 73 74# Formatted Subtitles (boolean) 75#subsdec-formatted=1 76 77[ttml] # TTML subtitles decoder 78 79# Subtitle justification (integer) 80#ttml-align=0 81 82[cc] # Closed Captions decoder 83 84# Opacity (boolean) 85#cc-opaque=1 86 87[dca] # DTS Coherent Acoustics audio decoder 88 89# DTS dynamic range compression (boolean) 90#dts-dynrng=1 91 92[ddummy] # Dummy decoder 93 94# Save raw codec data (boolean) 95#dummy-save-es=0 96 97[jpeg] # JPEG image decoder 98 99# Quality level (integer) 100#sout-jpeg-quality=95 101 102[vorbis] # Vorbis audio decoder 103 104# Encoding quality (integer) 105#sout-vorbis-quality=0 106 107# Maximum encoding bitrate (integer) 108#sout-vorbis-max-bitrate=0 109 110# Minimum encoding bitrate (integer) 111#sout-vorbis-min-bitrate=0 112 113# CBR encoding (boolean) 114#sout-vorbis-cbr=0 115 116[avcodec] # FFmpeg audio/video decoder 117 118# Direct rendering (boolean) 119#avcodec-dr=1 120 121# Show corrupted frames (boolean) 122#avcodec-corrupted=1 123 124# Error resilience (integer) 125#avcodec-error-resilience=1 126 127# Workaround bugs (integer) 128#avcodec-workaround-bugs=1 129 130# Hurry up (boolean) 131#avcodec-hurry-up=1 132 133# Skip frame (default=0) (integer) 134#avcodec-skip-frame=0 135 136# Skip idct (default=0) (integer) 137#avcodec-skip-idct=0 138 139# Allow speed tricks (boolean) 140#avcodec-fast=0 141 142# Skip the loop filter for H.264 decoding (integer) 143#avcodec-skiploopfilter=0 144 145# Debug mask (integer) 146#avcodec-debug=0 147 148# Codec name (string) 149#avcodec-codec= 150 151# Hardware decoding (string) 152#avcodec-hw=any 153 154# Threads (integer) 155#avcodec-threads=0 156 157# Advanced options (string) 158#avcodec-options= 159 160# Codec name (string) 161#sout-avcodec-codec= 162 163# Quality level (string) 164#sout-avcodec-hq=rd 165 166# Ratio of key frames (integer) 167#sout-avcodec-keyint=0 168 169# Ratio of B frames (integer) 170#sout-avcodec-bframes=0 171 172# Hurry up (boolean) 173#sout-avcodec-hurry-up=0 174 175# Interlaced encoding (boolean) 176#sout-avcodec-interlace=0 177 178# Interlaced motion estimation (boolean) 179#sout-avcodec-interlace-me=1 180 181# Video bitrate tolerance (integer) 182#sout-avcodec-vt=0 183 184# Pre-motion estimation (boolean) 185#sout-avcodec-pre-me=0 186 187# Rate control buffer size (integer) 188#sout-avcodec-rc-buffer-size=0 189 190# Rate control buffer aggressiveness (float) 191#sout-avcodec-rc-buffer-aggressivity=1.000000 192 193# I quantization factor (float) 194#sout-avcodec-i-quant-factor=0.000000 195 196# Noise reduction (integer) 197#sout-avcodec-noise-reduction=0 198 199# MPEG4 quantization matrix (boolean) 200#sout-avcodec-mpeg4-matrix=0 201 202# Minimum video quantizer scale (integer) 203#sout-avcodec-qmin=0 204 205# Maximum video quantizer scale (integer) 206#sout-avcodec-qmax=0 207 208# Trellis quantization (boolean) 209#sout-avcodec-trellis=0 210 211# Fixed quantizer scale (float) 212#sout-avcodec-qscale=3.000000 213 214# Strict standard compliance (integer) 215#sout-avcodec-strict=0 216 217# Luminance masking (float) 218#sout-avcodec-lumi-masking=0.000000 219 220# Darkness masking (float) 221#sout-avcodec-dark-masking=0.000000 222 223# Motion masking (float) 224#sout-avcodec-p-masking=0.000000 225 226# Border masking (float) 227#sout-avcodec-border-masking=0.000000 228 229# Luminance elimination (integer) 230#sout-avcodec-luma-elim-threshold=0 231 232# Chrominance elimination (integer) 233#sout-avcodec-chroma-elim-threshold=0 234 235# Specify AAC audio profile to use (string) 236#sout-avcodec-aac-profile=low 237 238# Advanced options (string) 239#sout-avcodec-options= 240 241[speex] # Speex audio decoder 242 243# Mode (integer) 244#sout-speex-mode=0 245 246# Encoding complexity (integer) 247#sout-speex-complexity=3 248 249# CBR encoding (boolean) 250#sout-speex-cbr=0 251 252# Encoding quality (float) 253#sout-speex-quality=8.000000 254 255# Maximal bitrate (integer) 256#sout-speex-max-bitrate=0 257 258# Voice activity detection (boolean) 259#sout-speex-vad=1 260 261# Discontinuous Transmission (boolean) 262#sout-speex-dtx=0 263 264[gstdecode] # GStreamer Based Decoder 265 266# Use DecodeBin (boolean) 267#use-decodebin=1 268 269[dvbsub] # DVB subtitles decoder 270 271# Subpicture position (integer) 272#dvbsub-position=8 273 274# Decoding X coordinate (integer) 275#dvbsub-x=-1 276 277# Decoding Y coordinate (integer) 278#dvbsub-y=-1 279 280# Encoding X coordinate (integer) 281#sout-dvbsub-x=-1 282 283# Encoding Y coordinate (integer) 284#sout-dvbsub-y=-1 285 286[svgdec] # SVG video decoder 287 288# Image width (integer) 289#svg-width=-1 290 291# Image height (integer) 292#svg-height=-1 293 294# Scale factor (float) 295#svg-scale=-1.000000 296 297[a52] # ATSC A/52 (AC-3) audio decoder 298 299# A/52 dynamic range compression (boolean) 300#a52-dynrng=1 301 302[x264] # H.264/MPEG-4 Part 10/AVC encoder (x264) 303 304# Maximum GOP size (integer) 305#sout-x264-keyint=250 306 307# Minimum GOP size (integer) 308#sout-x264-min-keyint=25 309 310# Use recovery points to close GOPs (boolean) 311#sout-x264-opengop=0 312 313# Enable compatibility hacks for Blu-ray support (boolean) 314#sout-x264-bluray-compat=0 315 316# Extra I-frames aggressivity (integer) 317#sout-x264-scenecut=40 318 319# B-frames between I and P (integer) 320#sout-x264-bframes=3 321 322# Adaptive B-frame decision (integer) 323#sout-x264-b-adapt=1 324 325# Influence (bias) B-frames usage (integer) 326#sout-x264-b-bias=0 327 328# Keep some B-frames as references (string) 329#sout-x264-bpyramid=normal 330 331# CABAC (boolean) 332#sout-x264-cabac=1 333 334# Use fullrange instead of TV colorrange (boolean) 335#sout-x264-fullrange=0 336 337# Number of reference frames (integer) 338#sout-x264-ref=3 339 340# Skip loop filter (boolean) 341#sout-x264-nf=0 342 343# Loop filter AlphaC0 and Beta parameters alpha:beta (string) 344#sout-x264-deblock=0:0 345 346# Strength of psychovisual optimization, default is "1.0:0.0" (string) 347#sout-x264-psy-rd=1.0:0.0 348 349# Use Psy-optimizations (boolean) 350#sout-x264-psy=1 351 352# H.264 level (string) 353#sout-x264-level=0 354 355# H.264 profile (string) 356#sout-x264-profile=high 357 358# Interlaced mode (boolean) 359#sout-x264-interlaced=0 360 361# Frame packing (integer) 362#sout-x264-frame-packing=-1 363 364# Force number of slices per frame (integer) 365#sout-x264-slices=0 366 367# Limit the size of each slice in bytes (integer) 368#sout-x264-slice-max-size=0 369 370# Limit the size of each slice in macroblocks (integer) 371#sout-x264-slice-max-mbs=0 372 373# HRD-timing information (string) 374#sout-x264-hrd=none 375 376# Set QP (integer) 377#sout-x264-qp=-1 378 379# Quality-based VBR (integer) 380#sout-x264-crf=23 381 382# Min QP (integer) 383#sout-x264-qpmin=10 384 385# Max QP (integer) 386#sout-x264-qpmax=51 387 388# Max QP step (integer) 389#sout-x264-qpstep=4 390 391# Average bitrate tolerance (float) 392#sout-x264-ratetol=1.000000 393 394# Max local bitrate (integer) 395#sout-x264-vbv-maxrate=0 396 397# VBV buffer (integer) 398#sout-x264-vbv-bufsize=0 399 400# Initial VBV buffer occupancy (float) 401#sout-x264-vbv-init=0.900000 402 403# QP factor between I and P (float) 404#sout-x264-ipratio=1.400000 405 406# QP factor between P and B (float) 407#sout-x264-pbratio=1.300000 408 409# QP difference between chroma and luma (integer) 410#sout-x264-chroma-qp-offset=0 411 412# Multipass ratecontrol (integer) 413#sout-x264-pass=0 414 415# QP curve compression (float) 416#sout-x264-qcomp=0.600000 417 418# Reduce fluctuations in QP (float) 419#sout-x264-cplxblur=20.000000 420 421# Reduce fluctuations in QP (float) 422#sout-x264-qblur=0.500000 423 424# How AQ distributes bits (integer) 425#sout-x264-aq-mode=1 426 427# Strength of AQ (float) 428#sout-x264-aq-strength=1.000000 429 430# Partitions to consider (string) 431#sout-x264-partitions=normal 432 433# Direct MV prediction mode (string) 434#sout-x264-direct=spatial 435 436# Direct prediction size (integer) 437#sout-x264-direct-8x8=1 438 439# Weighted prediction for B-frames (boolean) 440#sout-x264-weightb=1 441 442# Weighted prediction for P-frames (integer) 443#sout-x264-weightp=2 444 445# Integer pixel motion estimation method (string) 446#sout-x264-me=hex 447 448# Maximum motion vector search range (integer) 449#sout-x264-merange=16 450 451# Maximum motion vector length (integer) 452#sout-x264-mvrange=-1 453 454# Minimum buffer space between threads (integer) 455#sout-x264-mvrange-thread=-1 456 457# Subpixel motion estimation and partition decision quality (integer) 458#sout-x264-subme=7 459 460# Decide references on a per partition basis (boolean) 461#sout-x264-mixed-refs=1 462 463# Chroma in motion estimation (boolean) 464#sout-x264-chroma-me=1 465 466# Adaptive spatial transform size (boolean) 467#sout-x264-8x8dct=1 468 469# Trellis RD quantization (integer) 470#sout-x264-trellis=1 471 472# Framecount to use on frametype lookahead (integer) 473#sout-x264-lookahead=40 474 475# Use Periodic Intra Refresh (boolean) 476#sout-x264-intra-refresh=0 477 478# Use mb-tree ratecontrol (boolean) 479#sout-x264-mbtree=1 480 481# Early SKIP detection on P-frames (boolean) 482#sout-x264-fast-pskip=1 483 484# Coefficient thresholding on P-frames (boolean) 485#sout-x264-dct-decimate=1 486 487# Noise reduction (integer) 488#sout-x264-nr=0 489 490# Inter luma quantization deadzone (integer) 491#sout-x264-deadzone-inter=21 492 493# Intra luma quantization deadzone (integer) 494#sout-x264-deadzone-intra=11 495 496# Non-deterministic optimizations when threaded (boolean) 497#sout-x264-non-deterministic=0 498 499# CPU optimizations (boolean) 500#sout-x264-asm=1 501 502# PSNR computation (boolean) 503#sout-x264-psnr=0 504 505# SSIM computation (boolean) 506#sout-x264-ssim=0 507 508# Quiet mode (boolean) 509#sout-x264-quiet=0 510 511# SPS and PPS id numbers (integer) 512#sout-x264-sps-id=0 513 514# Access unit delimiters (boolean) 515#sout-x264-aud=0 516 517# Statistics (boolean) 518#sout-x264-verbose=0 519 520# Filename for 2 pass stats file (string) 521#sout-x264-stats=x264_2pass.log 522 523# Default preset setting used (string) 524#sout-x264-preset= 525 526# Default tune setting used (string) 527#sout-x264-tune= 528 529# x264 advanced options (string) 530#sout-x264-options= 531 532[telx] # Teletext subtitles decoder 533 534# Override page (integer) 535#telx-override-page=-1 536 537# Ignore subtitle flag (boolean) 538#telx-ignore-subtitle-flag=0 539 540# Workaround for France (boolean) 541#telx-french-workaround=0 542 543[file] # File stream output 544 545# Overwrite existing file (boolean) 546#sout-file-overwrite=1 547 548# Append to file (boolean) 549#sout-file-append=0 550 551# Format time and date (boolean) 552#sout-file-format=0 553 554# Synchronous writing (boolean) 555#sout-file-sync=0 556 557[http] # HTTP stream output 558 559# Username (string) 560#sout-http-user= 561 562# Password (string) 563#sout-http-pwd= 564 565# Mime (string) 566#sout-http-mime= 567 568# Metacube (boolean) 569#sout-http-metacube=0 570 571[udp] # UDP stream output 572 573# Caching value (ms) (integer) 574#sout-udp-caching=300 575 576# Group packets (integer) 577#sout-udp-group=1 578 579[prefetch] # Stream prefetch filter 580 581# Buffer size (integer) 582#prefetch-buffer-size=16384 583 584# Read size (integer) 585#prefetch-read-size=16384 586 587# Seek threshold (integer) 588#prefetch-seek-threshold=16384 589 590[ncurses] # Ncurses interface 591 592# Filebrowser starting point (string) 593#browse-dir= 594 595[qt] # Qt interface 596 597# Start in minimal view (without menus) (boolean) 598#qt-minimal-view=0 599 600# Systray icon (boolean) 601#qt-system-tray=1 602 603# Show notification popup on track change (integer) 604#qt-notification=1 605 606# Start VLC with only a systray icon (boolean) 607#qt-start-minimized=0 608 609# Pause the video playback when minimized (boolean) 610#qt-pause-minimized=0 611 612# Windows opacity between 0.1 and 1 (float) 613#qt-opacity=1.000000 614 615# Fullscreen controller opacity between 0.1 and 1 (float) 616#qt-fs-opacity=0.800000 617 618# Resize interface to the native video size (boolean) 619#qt-video-autoresize=1 620 621# Show playing item name in window title (boolean) 622#qt-name-in-title=1 623 624# Show a controller in fullscreen mode (boolean) 625#qt-fs-controller=1 626 627# Save the recently played items in the menu (boolean) 628#qt-recentplay=1 629 630# List of words separated by | to filter (string) 631#qt-recentplay-filter= 632 633# Continue playback? (integer) 634#qt-continue=1 635 636# Embed the file browser in open dialog (boolean) 637#qt-embedded-open=0 638 639# Show advanced preferences over simple ones (boolean) 640#qt-advanced-pref=0 641 642# Show unimportant error and warnings dialogs (boolean) 643#qt-error-dialogs=1 644 645# Define the colors of the volume slider (string) 646#qt-slider-colours=153;210;153;20;210;20;255;199;15;245;39;29 647 648# Ask for network policy at start (boolean) 649qt-privacy-ask=0 650 651# Define which screen fullscreen goes (integer) 652#qt-fullscreen-screennumber=-1 653 654# Load extensions on startup (boolean) 655#qt-autoload-extensions=1 656 657# Display background cone or art (boolean) 658#qt-bgcone=1 659 660# Expanding background cone or art (boolean) 661#qt-bgcone-expands=0 662 663# Allow automatic icon changes (boolean) 664#qt-icon-change=1 665 666# Maximum Volume displayed (integer) 667#qt-max-volume=125 668 669# Fullscreen controller mouse sensitivity (integer) 670#qt-fs-sensitivity=3 671 672# When to raise the interface (integer) 673#qt-auto-raise=1 674 675[skins2] # Skinnable Interface 676 677# Skin to use (string) 678#skins2-last= 679 680# Config of last used skin (string) 681#skins2-config= 682 683# Enable transparency effects (boolean) 684#skins2-transparency=0 685 686# Use a skinned playlist (boolean) 687#skinned-playlist=1 688 689# Display video in a skinned window if any (boolean) 690#skinned-video=1 691 692[console] # Console logger 693 694[file] # File logger 695 696# Log to file (boolean) 697#file-logging=0 698 699# Log filename (string) 700#logfile= 701 702# Log format (string) 703#logmode=text 704 705# Verbosity (integer) 706#log-verbose=-1 707 708[syslog] # System logger (syslog) 709 710# System log (syslog) (boolean) 711#syslog=0 712 713# Debug messages (boolean) 714#syslog-debug=0 715 716# Identity (string) 717#syslog-ident=vlc 718 719# Facility (string) 720#syslog-facility=user 721 722[podcast] # Podcasts 723 724# Podcast URLs list (string) 725#podcast-urls= 726 727[upnp] # Universal Plug'n'Play 728 729# SAT>IP channel list (string) 730#satip-channelist=ASTRA_19_2E 731 732# Custom SAT>IP channel list URL (string) 733#satip-channellist-url= 734 735[sap] # Network streams (SAP) 736 737# SAP multicast address (string) 738#sap-addr= 739 740# SAP timeout (seconds) (integer) 741#sap-timeout=1800 742 743# Try to parse the announce (boolean) 744#sap-parse=1 745 746# SAP Strict mode (boolean) 747#sap-strict=0 748 749[file] # Secrets are stored on a file without any encryption 750 751# ? (string) 752#keystore-file= 753 754[panoramix] # Panoramix: wall with overlap video filter 755 756# Number of columns (integer) 757#panoramix-cols=-1 758 759# Number of rows (integer) 760#panoramix-rows=-1 761 762# length of the overlapping area (in %) (integer) 763#panoramix-bz-length=100 764 765# height of the overlapping area (in %) (integer) 766#panoramix-bz-height=100 767 768# Attenuation (boolean) 769#panoramix-attenuate=1 770 771# Attenuation, begin (in %) (integer) 772#panoramix-bz-begin=0 773 774# Attenuation, middle (in %) (integer) 775#panoramix-bz-middle=50 776 777# Attenuation, end (in %) (integer) 778#panoramix-bz-end=100 779 780# middle position (in %) (integer) 781#panoramix-bz-middle-pos=50 782 783# Gamma (Red) correction (float) 784#panoramix-bz-gamma-red=1.000000 785 786# Gamma (Green) correction (float) 787#panoramix-bz-gamma-green=1.000000 788 789# Gamma (Blue) correction (float) 790#panoramix-bz-gamma-blue=1.000000 791 792# Black Crush for Red (integer) 793#panoramix-bz-blackcrush-red=140 794 795# Black Crush for Green (integer) 796#panoramix-bz-blackcrush-green=140 797 798# Black Crush for Blue (integer) 799#panoramix-bz-blackcrush-blue=140 800 801# White Crush for Red (integer) 802#panoramix-bz-whitecrush-red=200 803 804# White Crush for Green (integer) 805#panoramix-bz-whitecrush-green=200 806 807# White Crush for Blue (integer) 808#panoramix-bz-whitecrush-blue=200 809 810# Black Level for Red (integer) 811#panoramix-bz-blacklevel-red=150 812 813# Black Level for Green (integer) 814#panoramix-bz-blacklevel-green=150 815 816# Black Level for Blue (integer) 817#panoramix-bz-blacklevel-blue=150 818 819# White Level for Red (integer) 820#panoramix-bz-whitelevel-red=0 821 822# White Level for Green (integer) 823#panoramix-bz-whitelevel-green=0 824 825# White Level for Blue (integer) 826#panoramix-bz-whitelevel-blue=0 827 828# Active windows (string) 829#panoramix-active= 830 831[clone] # Clone video filter 832 833# Number of clones (integer) 834#clone-count=2 835 836# Video output modules (string) 837#clone-vout-list= 838 839[wall] # Wall video filter 840 841# Number of columns (integer) 842#wall-cols=3 843 844# Number of rows (integer) 845#wall-rows=3 846 847# Active windows (string) 848#wall-active= 849 850# Element aspect ratio (string) 851#wall-element-aspect=16:9 852 853[bridge] # Bridge stream output 854 855# ID (integer) 856#sout-bridge-out-id=0 857 858# Destination bridge-in name (string) 859#sout-bridge-out-in-name=default 860 861# Delay (integer) 862#sout-bridge-in-delay=0 863 864# ID Offset (integer) 865#sout-bridge-in-id-offset=8192 866 867# Name of current instance (string) 868#sout-bridge-in-name=default 869 870# Fallback to placeholder stream when out of data (boolean) 871#sout-bridge-in-placeholder=0 872 873# Placeholder delay (integer) 874#sout-bridge-in-placeholder-delay=200 875 876# Wait for I frame before toggling placeholder (boolean) 877#sout-bridge-in-placeholder-switch-on-iframe=1 878 879[setid] # Change the id of an elementary stream 880 881# Elementary Stream ID (integer) 882#sout-setid-id=0 883 884# New ES ID (integer) 885#sout-setid-new-id=0 886 887# Elementary Stream ID (integer) 888#sout-setlang-id=0 889 890# Language (string) 891#sout-setlang-lang=eng 892 893[record] # Record stream output 894 895# Destination prefix (string) 896#sout-record-dst-prefix= 897 898[stream_out_rtp] # RTP stream output 899 900# Destination (string) 901#sout-rtp-dst= 902 903# SDP (string) 904#sout-rtp-sdp= 905 906# Muxer (string) 907#sout-rtp-mux= 908 909# SAP announcing (boolean) 910#sout-rtp-sap=0 911 912# Session name (string) 913#sout-rtp-name= 914 915# Session category (string) 916#sout-rtp-cat= 917 918# Session description (string) 919#sout-rtp-description= 920 921# Session URL (string) 922#sout-rtp-url= 923 924# Session email (string) 925#sout-rtp-email= 926 927# Transport protocol (string) 928#sout-rtp-proto=udp 929 930# Port (integer) 931#sout-rtp-port=5004 932 933# Audio port (integer) 934#sout-rtp-port-audio=0 935 936# Video port (integer) 937#sout-rtp-port-video=0 938 939# Hop limit (TTL) (integer) 940#sout-rtp-ttl=-1 941 942# RTP/RTCP multiplexing (boolean) 943#sout-rtp-rtcp-mux=0 944 945# Caching value (ms) (integer) 946#sout-rtp-caching=300 947 948# MP4A LATM (boolean) 949#sout-rtp-mp4a-latm=0 950 951# RTSP session timeout (s) (integer) 952#rtsp-timeout=60 953 954# Username (string) 955#sout-rtsp-user= 956 957# Password (string) 958#sout-rtsp-pwd= 959 960[stream_out_chromecast] # Chromecast stream output 961 962# ? (string) 963#sout-chromecast-ip= 964 965# ? (integer) 966#sout-chromecast-port=8009 967 968# ? (boolean) 969#sout-chromecast-video=1 970 971# HTTP port (integer) 972#sout-chromecast-http-port=8010 973 974# Performance warning (integer) 975#sout-chromecast-show-perf-warning=1 976 977# Enable Audio passthrough (boolean) 978#sout-chromecast-audio-passthrough=0 979 980# Conversion quality (integer) 981#sout-chromecast-conversion-quality=1 982 983[stream_out_standard] # Standard stream output 984 985# Output access method (string) 986#sout-standard-access= 987 988# Output muxer (string) 989#sout-standard-mux= 990 991# Output destination (string) 992#sout-standard-dst= 993 994# Address to bind to (helper setting for dst) (string) 995#sout-standard-bind= 996 997# Filename for stream (helper setting for dst) (string) 998#sout-standard-path= 9991000# SAP announcing (boolean)1001#sout-standard-sap=010021003# Session name (string)1004#sout-standard-name=10051006# Session description (string)1007#sout-standard-description=10081009# Session URL (string)1010#sout-standard-url=10111012# Session email (string)1013#sout-standard-email=10141015[stream_out_transcode] # Transcode stream output10161017# Video encoder (string)1018#sout-transcode-venc=10191020# Destination video codec (string)1021#sout-transcode-vcodec=10221023# Video bitrate (integer)1024#sout-transcode-vb=010251026# Video scaling (float)1027#sout-transcode-scale=0.00000010281029# Video frame-rate (string)1030#sout-transcode-fps=10311032# Deinterlace video (boolean)1033#sout-transcode-deinterlace=010341035# Deinterlace module (string)1036#sout-transcode-deinterlace-module=deinterlace10371038# Video width (integer)1039#sout-transcode-width=010401041# Video height (integer)1042#sout-transcode-height=010431044# Maximum video width (integer)1045#sout-transcode-maxwidth=010461047# Maximum video height (integer)1048#sout-transcode-maxheight=010491050# Video filter (string)1051#sout-transcode-vfilter=10521053# Audio encoder (string)1054#sout-transcode-aenc=10551056# Destination audio codec (string)1057#sout-transcode-acodec=10581059# Audio bitrate (integer)1060#sout-transcode-ab=9610611062# Audio language (string)1063#sout-transcode-alang=10641065# Audio channels (integer)1066#sout-transcode-channels=010671068# Audio sample rate (integer)1069#sout-transcode-samplerate=010701071# Audio filter (string)1072#sout-transcode-afilter=10731074# Subtitle encoder (string)1075#sout-transcode-senc=10761077# Destination subtitle codec (string)1078#sout-transcode-scodec=10791080# Destination subtitle codec (boolean)1081#sout-transcode-soverlay=010821083# Overlays (string)1084#sout-transcode-sfilter=10851086# Number of threads (integer)1087#sout-transcode-threads=010881089# Picture pool size (integer)1090#sout-transcode-pool-size=1010911092# High priority (boolean)1093#sout-transcode-high-priority=010941095[delay] # Delay a stream10961097# Elementary Stream ID (integer)1098#sout-delay-id=010991100# Delay of the ES (ms) (integer)1101#sout-delay-delay=011021103[es] # Elementary stream output11041105# Output access method (string)1106#sout-es-access=11071108# Output muxer (string)1109#sout-es-mux=11101111# Output URL (string)1112#sout-es-dst=11131114# Audio output access method (string)1115#sout-es-access-audio=11161117# Audio output muxer (string)1118#sout-es-mux-audio=11191120# Audio output URL (string)1121#sout-es-dst-audio=11221123# Video output access method (string)1124#sout-es-access-video=11251126# Video output muxer (string)1127#sout-es-mux-video=11281129# Video output URL (string)1130#sout-es-dst-video=11311132[stats] # Writes statistic info about stream11331134# Output file (string)1135#sout-stats-output=11361137# Prefix to show on output line (string)1138#sout-stats-prefix=stats11391140[display] # Display stream output11411142# Enable audio (boolean)1143#sout-display-audio=111441145# Enable video (boolean)1146#sout-display-video=111471148# Delay (ms) (integer)1149#sout-display-delay=10011501151[mosaic_bridge] # Mosaic bridge stream output11521153# ID (string)1154#sout-mosaic-bridge-id=Id11551156# Video width (integer)1157#sout-mosaic-bridge-width=011581159# Video height (integer)1160#sout-mosaic-bridge-height=011611162# Sample aspect ratio (string)1163#sout-mosaic-bridge-sar=1:111641165# Image chroma (string)1166#sout-mosaic-bridge-chroma=11671168# Video filter (string)1169#sout-mosaic-bridge-vfilter=11701171# Transparency (integer)1172#sout-mosaic-bridge-alpha=25511731174# X offset (integer)1175#sout-mosaic-bridge-x=-111761177# Y offset (integer)1178#sout-mosaic-bridge-y=-111791180[smem] # Stream output to memory buffer11811182# Time Synchronized output (boolean)1183#sout-smem-time-sync=111841185[lua] # Lua interpreter11861187# Lua interface (string)1188#lua-intf=dummy11891190# Lua interface configuration (string)1191#lua-config=11921193# Password (string)1194#http-password=11951196# Source directory (string)1197#http-src=11981199# Directory index (boolean)1200#http-index=012011202# TCP command input (string)1203#rc-host=12041205# CLI input (string)1206#cli-host=12071208# Host (string)1209#telnet-host=localhost12101211# Port (integer)1212#telnet-port=421212131214# Password (string)1215#telnet-password=12161217[oldrc] # Remote control interface12181219# Show stream position (boolean)1220#rc-show-pos=012211222# Fake TTY (boolean)1223#rc-fake-tty=012241225# UNIX socket command input (string)1226#rc-unix=12271228# TCP command input (string)1229#rc-host=12301231[gestures] # Mouse gestures control interface12321233# Motion threshold (10-100) (integer)1234#gestures-threshold=3012351236# Trigger button (string)1237#gestures-button=left12381239[netsync] # Network synchronization12401241# Network master clock (boolean)1242#netsync-master=012431244# Master server IP address (string)1245#netsync-master-ip=12461247# UDP timeout (in ms) (integer)1248#netsync-timeout=50012491250[motion] # motion control interface12511252[svg] # svg12531254# SVG template file (string)1255#svg-template-file=12561257[freetype] # Freetype2 font renderer12581259# Font (string)1260#freetype-font=Serif Bold12611262# Monospace Font (string)1263#freetype-monofont=Monospace12641265# Font size in pixels (integer)1266#freetype-fontsize=012671268# Relative font size (integer)1269#freetype-rel-fontsize=1612701271# Text opacity (integer)1272#freetype-opacity=25512731274# Text default color (integer)1275#freetype-color=1677721512761277# Force bold (boolean)1278#freetype-bold=012791280# Background opacity (integer)1281#freetype-background-opacity=012821283# Background color (integer)1284#freetype-background-color=012851286# Outline opacity (integer)1287#freetype-outline-opacity=25512881289# Outline color (integer)1290#freetype-outline-color=012911292# Outline thickness (integer)1293#freetype-outline-thickness=412941295# Shadow opacity (integer)1296#freetype-shadow-opacity=12812971298# Shadow color (integer)1299#freetype-shadow-color=013001301# Shadow angle (float)1302#freetype-shadow-angle=-45.00000013031304# Shadow distance (float)1305#freetype-shadow-distance=0.06000013061307# Use YUVP renderer (boolean)1308#freetype-yuvp=013091310# Text direction (integer)1311#freetype-text-direction=013121313[folder] # Folder meta data13141315# Album art filename (string)1316#album-art-filename=13171318[vdpau_chroma] # VDPAU surface conversions13191320# Deinterlace (integer)1321#vdpau-deinterlace=113221323# Inverse telecine (boolean)1324#vdpau-ivtc=013251326# Deinterlace chroma skip (boolean)1327#vdpau-chroma-skip=013281329# Noise reduction level (float)1330#vdpau-noise-reduction=0.00000013311332# Scaling quality (integer)1333#vdpau-scaling=013341335[amem] # Audio memory output13361337# Sample format (string)1338#amem-format=S16N13391340# Sample rate (integer)1341#amem-rate=4410013421343# Channels count (integer)1344#amem-channels=213451346[afile] # File audio output13471348# Output file (string)1349#audiofile-file=audiofile.wav13501351# Output format (string)1352#audiofile-format=s1613531354# Number of output channels (integer)1355#audiofile-channels=013561357# Add WAVE header (boolean)1358#audiofile-wav=113591360[alsa] # ALSA audio output13611362# Audio output device (string)1363#alsa-audio-device=default13641365# Audio output channels (integer)1366#alsa-audio-channels=613671368# Software gain (float)1369#alsa-gain=1.00000013701371[jack] # JACK audio output13721373# Automatically connect to writable clients (boolean)1374#jack-auto-connect=113751376# Connect to clients matching (string)1377#jack-connect-regex=system13781379# JACK client name (string)1380#jack-name=13811382# Software gain (float)1383#jack-gain=1.00000013841385[swscale] # Video scaling filter13861387# Scaling mode (integer)1388#swscale-mode=213891390[glspectrum] # 3D OpenGL spectrum visualization13911392# Video width (integer)1393#glspectrum-width=40013941395# Video height (integer)1396#glspectrum-height=30013971398[visual] # Visualizer filter13991400# Effects list (string)1401#effect-list=spectrum14021403# Video width (integer)1404#effect-width=80014051406# Video height (integer)1407#effect-height=50014081409# FFT window (string)1410#effect-fft-window=flat14111412# Kaiser window parameter (float)1413#effect-kaiser-param=3.00000014141415# Show 80 bands instead of 20 (boolean)1416#visual-80-bands=114171418# Draw peaks in the analyzer (boolean)1419#visual-peaks=114201421# Enable original graphic spectrum (boolean)1422#spect-show-original=014231424# Draw the base of the bands (boolean)1425#spect-show-base=114261427# Base pixel radius (integer)1428#spect-radius=4214291430# Spectral sections (integer)1431#spect-sections=314321433# V-plane color (integer)1434#spect-color=8014351436# Draw bands in the spectrometer (boolean)1437#spect-show-bands=114381439# Show 80 bands instead of 20 (boolean)1440#spect-80-bands=114411442# Number of blank pixels between bands. (integer)1443#spect-separ=114441445# Amplification (integer)1446#spect-amp=814471448# Draw peaks in the analyzer (boolean)1449#spect-show-peaks=114501451# Peak extra width (integer)1452#spect-peak-width=6114531454# Peak height (integer)1455#spect-peak-height=114561457[mp4] # MP4 stream demuxer14581459# M4A audio only (boolean)1460#mp4-m4a-audioonly=014611462[es] # MPEG-I/II/4 / A52 / DTS / MLP audio14631464# Frames per Second (float)1465#es-fps=25.00000014661467[mjpeg] # M-JPEG camera demuxer14681469# Frames per Second (float)1470#mjpeg-fps=0.00000014711472[ts] # MPEG Transport Stream demuxer14731474# Digital TV Standard (string)1475#ts-standard=auto14761477# Extra PMT (string)1478#ts-extra-pmt=14791480# Trust in-stream PCR (boolean)1481#ts-trust-pcr=114821483# Set id of ES to PID (boolean)1484#ts-es-id-pid=114851486# CSA Key (string)1487#ts-csa-ck=14881489# Second CSA Key (string)1490#ts-csa2-ck=14911492# Packet size in bytes to decrypt (integer)1493#ts-csa-pkt=18814941495# Separate sub-streams (boolean)1496#ts-split-es=114971498# Seek based on percent not time (boolean)1499#ts-seek-percent=015001501# Check packets continuity counter (boolean)1502#ts-cc-check=115031504[h26x] # H264 video demuxer15051506# Frames per Second (float)1507#h264-fps=0.00000015081509# Frames per Second (float)1510#hevc-fps=0.00000015111512[rawaud] # Raw audio demuxer15131514# Audio channels (integer)1515#rawaud-channels=215161517# Audio samplerate (Hz) (integer)1518#rawaud-samplerate=4800015191520# FOURCC code of raw input format (string)1521#rawaud-fourcc=s16l15221523# Forces the audio language (string)1524#rawaud-lang=eng15251526[subtitle] # Text subtitle parser15271528# Frames per Second (float)1529#sub-fps=0.00000015301531# Subtitle delay (integer)1532#sub-delay=015331534# Subtitle format (string)1535#sub-type=auto15361537# Subtitle description (string)1538#sub-description=15391540[mkv] # Matroska stream demuxer15411542# Respect ordered chapters (boolean)1543#mkv-use-ordered-chapters=115441545# Chapter codecs (boolean)1546#mkv-use-chapter-codec=115471548# Preload MKV files in the same directory (boolean)1549#mkv-preload-local-dir=115501551# Seek based on percent not time (boolean)1552#mkv-seek-percent=015531554# Dummy Elements (boolean)1555#mkv-use-dummy=015561557# Preload clusters (boolean)1558#mkv-preload-clusters=015591560[vc1] # VC1 video demuxer15611562# Frames per Second (float)1563#vc1-fps=25.00000015641565[playlist] # Playlist15661567# Skip ads (boolean)1568#playlist-skip-ads=115691570# Show shoutcast adult content (boolean)1571#shoutcast-show-adult=015721573[rawvid] # Raw video demuxer15741575# Frames per Second (string)1576#rawvid-fps=15771578# Width (integer)1579#rawvid-width=015801581# Height (integer)1582#rawvid-height=015831584# Force chroma (Use carefully) (string)1585#rawvid-chroma=15861587# Aspect ratio (string)1588#rawvid-aspect-ratio=15891590[image] # Image demuxer15911592# ES ID (integer)1593#image-id=-115941595# Group (integer)1596#image-group=015971598# Decode (boolean)1599#image-decode=116001601# Forced chroma (string)1602#image-chroma=16031604# Duration in seconds (float)1605#image-duration=10.00000016061607# Frame rate (string)1608#image-fps=10/116091610# Real-time (boolean)1611#image-realtime=016121613[diracsys] # Dirac video demuxer16141615# Value to adjust dts by (integer)1616#dirac-dts-offset=016171618[adaptive] # Unified adaptive streaming for DASH/HLS16191620# Adaptive Logic (string)1621#adaptive-logic=16221623# Maximum device width (integer)1624#adaptive-maxwidth=016251626# Maximum device height (integer)1627#adaptive-maxheight=016281629# Fixed Bandwidth in KiB/s (integer)1630#adaptive-bw=25016311632# Use regular HTTP modules (boolean)1633#adaptive-use-access=016341635[rawdv] # DV (Digital Video) demuxer16361637# Hurry up (boolean)1638#rawdv-hurry-up=016391640[avi] # AVI demuxer16411642# Force interleaved method (boolean)1643#avi-interleaved=016441645# Force index creation (integer)1646#avi-index=016471648[mod] # MOD demuxer (libmodplug)16491650# Noise reduction (boolean)1651#mod-noisereduction=116521653# Reverb (boolean)1654#mod-reverb=016551656# Reverberation level (integer)1657#mod-reverb-level=016581659# Reverberation delay (integer)1660#mod-reverb-delay=4016611662# Mega bass (boolean)1663#mod-megabass=016641665# Mega bass level (integer)1666#mod-megabass-level=016671668# Mega bass cutoff (integer)1669#mod-megabass-range=1016701671# Surround (boolean)1672#mod-surround=016731674# Surround level (integer)1675#mod-surround-level=016761677# Surround delay (ms) (integer)1678#mod-surround-delay=516791680[avformat] # Avformat demuxer16811682# Format name (string)1683#avformat-format=16841685# Advanced options (string)1686#avformat-options=16871688# Avformat mux (string)1689#sout-avformat-mux=16901691# Advanced options (string)1692#sout-avformat-options=16931694[demuxdump] # File dumper16951696# Dump module (string)1697#demuxdump-access=file16981699# Dump filename (string)1700#demuxdump-file=stream-demux.dump17011702# Append to existing file (boolean)1703#demuxdump-append=017041705[ps] # MPEG-PS demuxer17061707# Trust MPEG timestamps (boolean)1708#ps-trust-timestamps=117091710[mono] # Stereo to mono downmixer17111712# Use downmix algorithm (boolean)1713#sout-mono-downmix=117141715# Select channel to keep (integer)1716#sout-mono-channel=-117171718[normvol] # Volume normalizer17191720# Number of audio buffers (integer)1721#norm-buff-size=2017221723# Maximal volume level (float)1724#norm-max-level=2.00000017251726[headphone] # Headphone virtual spatialization effect17271728# Characteristic dimension (integer)1729#headphone-dim=1017301731# Compensate delay (boolean)1732#headphone-compensate=017331734# No decoding of Dolby Surround (boolean)1735#headphone-dolby=017361737[scaletempo] # Audio tempo scaler synched with rate17381739# Stride Length (integer)1740#scaletempo-stride=3017411742# Overlap Length (float)1743#scaletempo-overlap=0.20000017441745# Search Length (integer)1746#scaletempo-search=1417471748[speex_resampler] # Speex resampler17491750# Resampling quality (integer)1751#speex-resampler-quality=417521753[compressor] # Dynamic range compressor17541755# RMS/peak (float)1756#compressor-rms-peak=0.20000017571758# Attack time (float)1759#compressor-attack=25.00000017601761# Release time (float)1762#compressor-release=100.00000017631764# Threshold level (float)1765#compressor-threshold=-11.00000017661767# Ratio (float)1768#compressor-ratio=4.00000017691770# Knee radius (float)1771#compressor-knee=5.00000017721773# Makeup gain (float)1774#compressor-makeup-gain=7.00000017751776[spatializer] # Audio Spatializer17771778# Room size (float)1779#spatializer-roomsize=0.85000017801781# Room width (float)1782#spatializer-width=1.00000017831784# Wet (float)1785#spatializer-wet=0.40000017861787# Dry (float)1788#spatializer-dry=0.50000017891790# Damp (float)1791#spatializer-damp=0.50000017921793[remap] # Audio channel remapper17941795# Left (integer)1796#aout-remap-channel-left=017971798# Center (integer)1799#aout-remap-channel-center=118001801# Right (integer)1802#aout-remap-channel-right=218031804# Rear left (integer)1805#aout-remap-channel-rearleft=318061807# Rear center (integer)1808#aout-remap-channel-rearcenter=418091810# Rear right (integer)1811#aout-remap-channel-rearright=518121813# Side left (integer)1814#aout-remap-channel-middleleft=618151816# Side right (integer)1817#aout-remap-channel-middleright=718181819# Low-frequency effects (integer)1820#aout-remap-channel-lfe=818211822# Normalize channels (boolean)1823#aout-remap-normalize=118241825[audiobargraph_a] # Audio part of the BarGraph function18261827# Defines if BarGraph information should be sent (integer)1828#audiobargraph_a-bargraph=118291830# Sends the barGraph information every n audio packets (integer)1831#audiobargraph_a-bargraph_repetition=418321833# Defines if silence alarm information should be sent (integer)1834#audiobargraph_a-silence=118351836# Time window to use in ms (integer)1837#audiobargraph_a-time_window=500018381839# Minimum Audio level to raise the alarm (float)1840#audiobargraph_a-alarm_threshold=0.02000018411842# Time between two alarm messages in ms (integer)1843#audiobargraph_a-repetition_time=200018441845[samplerate] # Secret Rabbit Code (libsamplerate) resampler18461847# Sample rate converter type (integer)1848#src-converter-type=218491850[stereo_widen] # Simple stereo widening effect18511852# Delay time (float)1853#stereowiden-delay=20.00000018541855# Feedback gain (float)1856#stereowiden-feedback=0.30000018571858# Crossfeed (float)1859#stereowiden-crossfeed=0.30000018601861# Dry mix (float)1862#stereowiden-dry-mix=0.80000018631864[soxr] # soxr18651866# Resampling quality (integer)1867#soxr-resampler-quality=218681869[chorus_flanger] # Sound Delay18701871# Delay time (float)1872#delay-time=20.00000018731874# Sweep Depth (float)1875#sweep-depth=6.00000018761877# Sweep Rate (float)1878#sweep-rate=6.00000018791880# Feedback gain (float)1881#feedback-gain=0.50000018821883# Wet mix (float)1884#wet-mix=0.40000018851886# Dry Mix (float)1887#dry-mix=0.40000018881889[scaletempo_pitch] # Pitch Shifter18901891# Stride Length (integer)1892#scaletempo-stride=3018931894# Overlap Length (float)1895#scaletempo-overlap=0.20000018961897# Search Length (integer)1898#scaletempo-search=1418991900# Pitch Shift (float)1901#pitch-shift=0.00000019021903[equalizer] # Equalizer with 10 bands19041905# Equalizer preset (string)1906#equalizer-preset=flat19071908# Bands gain (string)1909#equalizer-bands=19101911# Two pass (boolean)1912#equalizer-2pass=019131914# Use VLC frequency bands (boolean)1915#equalizer-vlcfreqs=119161917# Global gain (float)1918#equalizer-preamp=12.00000019191920[gain] # Gain control filter19211922# Gain multiplier (float)1923#gain-value=1.00000019241925[param_eq] # Parametric Equalizer19261927# Low freq (Hz) (float)1928#param-eq-lowf=100.00000019291930# Low freq gain (dB) (float)1931#param-eq-lowgain=0.00000019321933# High freq (Hz) (float)1934#param-eq-highf=10000.00000019351936# High freq gain (dB) (float)1937#param-eq-highgain=0.00000019381939# Freq 1 (Hz) (float)1940#param-eq-f1=300.00000019411942# Freq 1 gain (dB) (float)1943#param-eq-gain1=0.00000019441945# Freq 1 Q (float)1946#param-eq-q1=3.00000019471948# Freq 2 (Hz) (float)1949#param-eq-f2=1000.00000019501951# Freq 2 gain (dB) (float)1952#param-eq-gain2=0.00000019531954# Freq 2 Q (float)1955#param-eq-q2=3.00000019561957# Freq 3 (Hz) (float)1958#param-eq-f3=3000.00000019591960# Freq 3 gain (dB) (float)1961#param-eq-gain3=0.00000019621963# Freq 3 Q (float)1964#param-eq-q3=3.00000019651966[mux_ogg] # Ogg/OGM muxer19671968# Index interval (integer)1969#sout-ogg-indexintvl=100019701971# Index size ratio (float)1972#sout-ogg-indexratio=1.00000019731974[mp4] # MP4/MOV muxer19751976# Create "Fast Start" files (boolean)1977#sout-mp4-faststart=119781979[asf] # ASF muxer19801981# Title (string)1982#sout-asf-title=19831984# Author (string)1985#sout-asf-author=19861987# Copyright (string)1988#sout-asf-copyright=19891990# Comment (string)1991#sout-asf-comment=19921993# Rating (string)1994#sout-asf-rating=19951996# Packet Size (integer)1997#sout-asf-packet-size=409619981999# Bitrate override (integer)2000#sout-asf-bitrate-override=020012002[avi] # AVI muxer20032004# Artist (string)2005#sout-avi-artist=20062007# Date (string)2008#sout-avi-date=20092010# Genre (string)2011#sout-avi-genre=20122013# Copyright (string)2014#sout-avi-copyright=20152016# Comment (string)2017#sout-avi-comment=20182019# Name (string)2020#sout-avi-name=20212022# Subject (string)2023#sout-avi-subject=20242025# Encoder (string)2026#sout-avi-encoder=VLC Media Player - 3.0.2 Vetinari20272028# Keywords (string)2029#sout-avi-keywords=20302031[ps] # PS muxer20322033# DTS delay (ms) (integer)2034#sout-ps-dts-delay=20020352036# PES maximum size (integer)2037#sout-ps-pes-max-size=6550020382039[mux_ts] # TS muxer (libdvbpsi)20402041# Digital TV Standard (string)2042#sout-ts-standard=dvb20432044# Video PID (integer)2045#sout-ts-pid-video=10020462047# Audio PID (integer)2048#sout-ts-pid-audio=20020492050# SPU PID (integer)2051#sout-ts-pid-spu=30020522053# PMT PID (integer)2054#sout-ts-pid-pmt=3220552056# TS ID (integer)2057#sout-ts-tsid=020582059# NET ID (integer)2060#sout-ts-netid=020612062# PMT Program numbers (string)2063#sout-ts-program-pmt=20642065# Set PID to ID of ES (boolean)2066#sout-ts-es-id-pid=020672068# Mux PMT (requires --sout-ts-es-id-pid) (string)2069#sout-ts-muxpmt=20702071# SDT Descriptors (requires --sout-ts-es-id-pid) (string)2072#sout-ts-sdtdesc=20732074# Data alignment (boolean)2075#sout-ts-alignment=120762077# Shaping delay (ms) (integer)2078#sout-ts-shaping=20020792080# Use keyframes (boolean)2081#sout-ts-use-key-frames=020822083# PCR interval (ms) (integer)2084#sout-ts-pcr=7020852086# Minimum B (deprecated) (integer)2087#sout-ts-bmin=020882089# Maximum B (deprecated) (integer)2090#sout-ts-bmax=020912092# DTS delay (ms) (integer)2093#sout-ts-dts-delay=40020942095# Crypt audio (boolean)2096#sout-ts-crypt-audio=120972098# Crypt video (boolean)2099#sout-ts-crypt-video=121002101# CSA Key (string)2102#sout-ts-csa-ck=21032104# Second CSA Key (string)2105#sout-ts-csa2-ck=21062107# CSA Key in use (string)2108#sout-ts-csa-use=121092110# Packet size in bytes to encrypt (integer)2111#sout-ts-csa-pkt=18821122113[bluescreen] # Bluescreen video filter21142115# Bluescreen U value (integer)2116#bluescreen-u=12021172118# Bluescreen V value (integer)2119#bluescreen-v=9021202121# Bluescreen U tolerance (integer)2122#bluescreen-ut=1721232124# Bluescreen V tolerance (integer)2125#bluescreen-vt=1721262127[colorthres] # Color threshold filter21282129# Color (integer)2130#colorthres-color=1671168021312132# Saturation threshold (integer)2133#colorthres-saturationthres=2021342135# Similarity threshold (integer)2136#colorthres-similaritythres=1521372138[sepia] # Sepia video filter21392140# Sepia intensity (integer)2141#sepia-intensity=12021422143[antiflicker] # antiflicker video filter21442145# Window size (integer)2146#antiflicker-window-size=1021472148# Softening value (integer)2149#antiflicker-softening-size=1021502151[erase] # Erase video filter21522153# Image mask (string)2154#erase-mask=21552156# X coordinate (integer)2157#erase-x=021582159# Y coordinate (integer)2160#erase-y=021612162[puzzle] # Puzzle interactive game video filter21632164# Number of puzzle rows (integer)2165#puzzle-rows=421662167# Number of puzzle columns (integer)2168#puzzle-cols=421692170# Border (integer)2171#puzzle-border=321722173# Small preview (boolean)2174#puzzle-preview=021752176# Small preview size (integer)2177#puzzle-preview-size=1521782179# Piece edge shape size (integer)2180#puzzle-shape-size=9021812182# Auto shuffle (integer)2183#puzzle-auto-shuffle=021842185# Auto solve (integer)2186#puzzle-auto-solve=021872188# Rotation (integer)2189#puzzle-rotation=021902191# Game mode (integer)2192#puzzle-mode=021932194[croppadd] # Video cropping filter21952196# Pixels to crop from top (integer)2197#croppadd-croptop=021982199# Pixels to crop from bottom (integer)2200#croppadd-cropbottom=022012202# Pixels to crop from left (integer)2203#croppadd-cropleft=022042205# Pixels to crop from right (integer)2206#croppadd-cropright=022072208# Pixels to padd to top (integer)2209#croppadd-paddtop=022102211# Pixels to padd to bottom (integer)2212#croppadd-paddbottom=022132214# Pixels to padd to left (integer)2215#croppadd-paddleft=022162217# Pixels to padd to right (integer)2218#croppadd-paddright=022192220[ball] # Ball video filter22212222# Ball color (string)2223#ball-color=red22242225# Ball speed (integer)2226#ball-speed=422272228# Ball size (integer)2229#ball-size=1022302231# Gradient threshold (integer)2232#ball-gradient-threshold=4022332234# Edge visible (boolean)2235#ball-edge-visible=122362237[mirror] # Mirror video filter22382239# Mirror orientation (integer)2240#mirror-split=022412242# Direction (integer)2243#mirror-direction=022442245[grain] # Grain video filter22462247# Variance (float)2248#grain-variance=2.00000022492250# Minimal period (integer)2251#grain-period-min=122522253# Maximal period (integer)2254#grain-period-max=4822552256[anaglyph] # Convert 3D picture to anaglyph image video filter22572258# Color scheme (string)2259#anaglyph-scheme=red-cyan22602261[gaussianblur] # Gaussian blur video filter22622263# Gaussian's std deviation (float)2264#gaussianblur-sigma=2.00000022652266[alphamask] # Alpha mask video filter22672268# Transparency mask (string)2269#alphamask-mask=22702271[scene] # Scene video filter22722273# Image format (string)2274#scene-format=png22752276# Image width (integer)2277#scene-width=-122782279# Image height (integer)2280#scene-height=-122812282# Filename prefix (string)2283#scene-prefix=scene22842285# Directory path prefix (string)2286#scene-path=22872288# Always write to the same file (boolean)2289#scene-replace=022902291# Recording ratio (integer)2292#scene-ratio=5022932294[adjust] # Image properties filter22952296# Image contrast (0-2) (float)2297#contrast=1.00000022982299# Image brightness (0-2) (float)2300#brightness=1.00000023012302# Image hue (-180..180) (float)2303#hue=0.00000023042305# Image saturation (0-3) (float)2306#saturation=1.00000023072308# Image gamma (0-10) (float)2309#gamma=1.00000023102311# Brightness threshold (boolean)2312#brightness-threshold=023132314[blendbench] # Blending benchmark filter23152316# Number of time to blend (integer)2317#blendbench-loops=100023182319# Alpha of the blended image (integer)2320#blendbench-alpha=12823212322# Image to be blended onto (string)2323#blendbench-base-image=23242325# Chroma for the base image (string)2326#blendbench-base-chroma=I42023272328# Image which will be blended (string)2329#blendbench-blend-image=23302331# Chroma for the blend image (string)2332#blendbench-blend-chroma=YUVA23332334[sharpen] # Sharpen video filter23352336# Sharpen strength (0-2) (float)2337#sharpen-sigma=0.05000023382339[fps] # FPS conversion video filter23402341# Frame rate (string)2342#fps-fps=23432344[postproc] # Video post processing filter23452346# Post processing quality (integer)2347#postproc-q=623482349# FFmpeg post processing filter chains (string)2350#postproc-name=default23512352[extract] # Extract RGB component video filter23532354# RGB component to extract (integer)2355#extract-component=1671168023562357[deinterlace] # Deinterlacing video filter23582359# Streaming deinterlace mode (string)2360#sout-deinterlace-mode=blend23612362# Phosphor chroma mode for 4:2:0 input (integer)2363#sout-deinterlace-phosphor-chroma=223642365# Phosphor old field dimmer strength (integer)2366#sout-deinterlace-phosphor-dimmer=223672368[motionblur] # Motion blur filter23692370# Blur factor (1-127) (integer)2371#blur-factor=8023722373[posterize] # Posterize video filter23742375# Posterize level (integer)2376#posterize-level=623772378[transform] # Video transformation filter23792380# Transform type (string)2381#transform-type=9023822383[rotate] # Rotate video filter23842385# Angle in degrees (float)2386#rotate-angle=30.00000023872388# Use motion sensors (boolean)2389#rotate-use-motion=023902391[gradient] # Gradient video filter23922393# Distort mode (string)2394#gradient-mode=gradient23952396# Gradient image type (integer)2397#gradient-type=023982399# Apply cartoon effect (boolean)2400#gradient-cartoon=124012402[canvas] # Canvas video filter24032404# Output width (integer)2405#canvas-width=024062407# Output height (integer)2408#canvas-height=024092410# Output picture aspect ratio (string)2411#canvas-aspect=24122413# Pad video (boolean)2414#canvas-padd=124152416[hqdn3d] # High Quality 3D Denoiser filter24172418# Spatial luma strength (0-254) (float)2419#hqdn3d-luma-spat=4.00000024202421# Spatial chroma strength (0-254) (float)2422#hqdn3d-chroma-spat=3.00000024232424# Temporal luma strength (0-254) (float)2425#hqdn3d-luma-temp=6.00000024262427# Temporal chroma strength (0-254) (float)2428#hqdn3d-chroma-temp=4.50000024292430[gradfun] # Gradfun video filter24312432# Radius (integer)2433#gradfun-radius=1624342435# Strength (float)2436#gradfun-strength=1.20000024372438[notify] # LibNotify Notification Plugin24392440# Timeout (ms) (integer)2441#notify-timeout=400024422443[subsdelay] # Subtitle delay24442445# Delay calculation mode (integer)2446#subsdelay-mode=124472448# Calculation factor (float)2449#subsdelay-factor=2.00000024502451# Maximum overlapping subtitles (integer)2452#subsdelay-overlap=324532454# Minimum alpha value (integer)2455#subsdelay-min-alpha=7024562457# Interval between two disappearances (integer)2458#subsdelay-min-stops=100024592460# Interval between appearance and disappearance (integer)2461#subsdelay-min-start-stop=100024622463# Interval between disappearance and appearance (integer)2464#subsdelay-min-stop-start=100024652466[mosaic] # Mosaic video sub source24672468# Transparency (integer)2469#mosaic-alpha=25524702471# Height (integer)2472#mosaic-height=10024732474# Width (integer)2475#mosaic-width=10024762477# Mosaic alignment (integer)2478#mosaic-align=524792480# Top left corner X coordinate (integer)2481#mosaic-xoffset=024822483# Top left corner Y coordinate (integer)2484#mosaic-yoffset=024852486# Border width (integer)2487#mosaic-borderw=024882489# Border height (integer)2490#mosaic-borderh=024912492# Positioning method (integer)2493#mosaic-position=024942495# Number of rows (integer)2496#mosaic-rows=224972498# Number of columns (integer)2499#mosaic-cols=225002501# Keep aspect ratio (boolean)2502#mosaic-keep-aspect-ratio=025032504# Keep original size (boolean)2505#mosaic-keep-picture=025062507# Elements order (string)2508#mosaic-order=25092510# Offsets in order (string)2511#mosaic-offsets=25122513# Delay (integer)2514#mosaic-delay=025152516[rss] # RSS and Atom feed display25172518# Feed URLs (string)2519#rss-urls=25202521# X offset (integer)2522#rss-x=025232524# Y offset (integer)2525#rss-y=025262527# Text position (integer)2528#rss-position=-125292530# Opacity (integer)2531#rss-opacity=25525322533# Color (integer)2534#rss-color=1677721525352536# Font size, pixels (integer)2537#rss-size=025382539# Speed of feeds (integer)2540#rss-speed=10000025412542# Max length (integer)2543#rss-length=6025442545# Refresh time (integer)2546#rss-ttl=180025472548# Feed images (boolean)2549#rss-images=125502551# Title display mode (integer)2552#rss-title=-125532554[dynamicoverlay] # Dynamic video overlay25552556# Input FIFO (string)2557#overlay-input=25582559# Output FIFO (string)2560#overlay-output=25612562[audiobargraph_v] # Audio Bar Graph Video sub source25632564# X coordinate (integer)2565#audiobargraph_v-x=025662567# Y coordinate (integer)2568#audiobargraph_v-y=025692570# Transparency of the bargraph (integer)2571#audiobargraph_v-transparency=25525722573# Bargraph position (integer)2574#audiobargraph_v-position=-125752576# Bar width in pixel (integer)2577#audiobargraph_v-barWidth=1025782579# Bar Height in pixel (integer)2580#audiobargraph_v-barHeight=40025812582[logo] # Logo sub source25832584# Logo filenames (string)2585#logo-file=25862587# X coordinate (integer)2588#logo-x=-125892590# Y coordinate (integer)2591#logo-y=-125922593# Logo individual image time in ms (integer)2594#logo-delay=100025952596# Logo animation # of loops (integer)2597#logo-repeat=-125982599# Opacity of the logo (integer)2600#logo-opacity=25526012602# Logo position (integer)2603#logo-position=-126042605[marq] # Marquee display26062607# Text (string)2608#marq-marquee=VLC26092610# Text file (string)2611#marq-file=26122613# X offset (integer)2614#marq-x=026152616# Y offset (integer)2617#marq-y=026182619# Marquee position (integer)2620#marq-position=-126212622# Opacity (integer)2623#marq-opacity=25526242625# Color (integer)2626#marq-color=1677721526272628# Font size, pixels (integer)2629#marq-size=026302631# Timeout (integer)2632#marq-timeout=026332634# Refresh period in ms (integer)2635#marq-refresh=100026362637[imem] # Memory input26382639# ID (integer)2640#imem-id=-126412642# Group (integer)2643#imem-group=026442645# Category (integer)2646#imem-cat=026472648# Codec (string)2649#imem-codec=26502651# Language (string)2652#imem-language=26532654# Sample rate (integer)2655#imem-samplerate=026562657# Channels count (integer)2658#imem-channels=026592660# Width (integer)2661#imem-width=026622663# Height (integer)2664#imem-height=026652666# Display aspect ratio (string)2667#imem-dar=26682669# Frame rate (string)2670#imem-fps=26712672# Size (integer)2673#imem-size=026742675[vdr] # VDR recordings26762677# Chapter offset in ms (integer)2678#vdr-chapter-offset=026792680# Frame rate (float)2681#vdr-fps=25.00000026822683[concat] # Concatenated inputs26842685# Inputs list (string)2686#concat-list=26872688[access_jack] # JACK audio input26892690# Pace (boolean)2691#jack-input-use-vlc-pace=026922693# Auto connection (boolean)2694#jack-input-auto-connect=026952696[sftp] # SFTP input26972698# SFTP port (integer)2699#sftp-port=2227002701# Username (string)2702#sftp-user=27032704# Password (string)2705#sftp-pwd=27062707[http] # HTTP input27082709# Auto re-connect (boolean)2710#http-reconnect=027112712[rtp] # Real-Time Protocol (RTP) input27132714# RTCP (local) port (integer)2715#rtcp-port=027162717# Maximum RTP sources (integer)2718#rtp-max-src=127192720# RTP source timeout (sec) (integer)2721#rtp-timeout=527222723# Maximum RTP sequence number dropout (integer)2724#rtp-max-dropout=300027252726# Maximum RTP sequence number misordering (integer)2727#rtp-max-misorder=10027282729# RTP payload format assumed for dynamic payloads (string)2730#rtp-dynamic-pt=27312732[xcb_screen] # Screen capture (with X11/XCB)27332734# Frame rate (float)2735#screen-fps=2.00000027362737# Region left column (integer)2738#screen-left=027392740# Region top row (integer)2741#screen-top=027422743# Capture region width (integer)2744#screen-width=027452746# Capture region height (integer)2747#screen-height=027482749# Follow the mouse (boolean)2750#screen-follow-mouse=027512752[filesystem] # File input27532754# List special files (boolean)2755#list-special-files=027562757[shm] # Shared memory framebuffer27582759# Frame rate (float)2760#shm-fps=10.00000027612762# Frame buffer depth (integer)2763#shm-depth=027642765# Frame buffer width (integer)2766#shm-width=80027672768# Frame buffer height (integer)2769#shm-height=48027702771[linsys_hdsdi] # HD-SDI Input27722773# Link # (integer)2774#linsys-hdsdi-link=027752776# Video ID (integer)2777#linsys-hdsdi-id-video=027782779# Aspect ratio (string)2780#linsys-hdsdi-aspect-ratio=27812782# Audio configuration (string)2783#linsys-hdsdi-audio=0=1,127842785[access_mms] # Microsoft Media Server (MMS) input27862787# TCP/UDP timeout (ms) (integer)2788#mms-timeout=500027892790# Force selection of all streams (boolean)2791#mms-all=027922793# Maximum bitrate (integer)2794#mms-maxbitrate=027952796[ftp] # FTP input27972798# Username (string)2799#ftp-user=28002801# Password (string)2802#ftp-pwd=28032804# FTP account (string)2805#ftp-account=anonymous28062807[libbluray] # Blu-ray Disc support (libbluray)28082809# Blu-ray menus (boolean)2810#bluray-menu=128112812# Region code (string)2813#bluray-region=B28142815[timecode] # Time code subpicture elementary stream generator28162817# Frame rate (string)2818#timecode-fps=25/128192820[avio] # libavformat AVIO access28212822# Advanced options (string)2823#avio-options=28242825# Advanced options (string)2826#sout-avio-options=28272828[access_alsa] # ALSA audio capture28292830# Stereo (boolean)2831#alsa-stereo=128322833# Sample rate (integer)2834#alsa-samplerate=4800028352836[udp] # UDP input28372838# UDP Source timeout (sec) (integer)2839#udp-timeout=-128402841[smb] # SMB input28422843# Username (string)2844#smb-user=28452846# Password (string)2847#smb-pwd=28482849# SMB domain (string)2850#smb-domain=28512852[access] # HTTPS input28532854# Cookies forwarding (boolean)2855#http-forward-cookies=128562857# User agent (string)2858#http-user-agent=28592860[live555] # RTP/RTSP/SDP demuxer (using Live555)28612862# Use RTP over RTSP (TCP) (boolean)2863#rtsp-tcp=028642865# Client port (integer)2866#rtp-client-port=-128672868# Force multicast RTP via RTSP (boolean)2869#rtsp-mcast=028702871# Tunnel RTSP and RTP over HTTP (boolean)2872#rtsp-http=028732874# HTTP tunnel port (integer)2875#rtsp-http-port=8028762877# Kasenna RTSP dialect (boolean)2878#rtsp-kasenna=028792880# WMServer RTSP dialect (boolean)2881#rtsp-wmserver=028822883# Username (string)2884#rtsp-user=28852886# Password (string)2887#rtsp-pwd=28882889# RTSP frame buffer size (integer)2890#rtsp-frame-buffer-size=25000028912892[dtv] # Digital Television and Radio28932894# DVB adapter (integer)2895#dvb-adapter=028962897# DVB device (integer)2898#dvb-device=028992900# Do not demultiplex (boolean)2901#dvb-budget-mode=029022903# Frequency (Hz) (integer)2904#dvb-frequency=029052906# Spectrum inversion (integer)2907#dvb-inversion=-129082909# Bandwidth (MHz) (integer)2910#dvb-bandwidth=029112912# Transmission mode (integer)2913#dvb-transmission=029142915# Guard interval (string)2916#dvb-guard=29172918# High-priority code rate (string)2919#dvb-code-rate-hp=29202921# Low-priority code rate (string)2922#dvb-code-rate-lp=29232924# Hierarchy mode (integer)2925#dvb-hierarchy=-129262927# DVB-T2 Physical Layer Pipe (integer)2928#dvb-plp-id=029292930# Layer A modulation (string)2931#dvb-a-modulation=29322933# Layer A code rate (string)2934#dvb-a-fec=29352936# Layer A segments count (integer)2937#dvb-a-count=029382939# Layer A time interleaving (integer)2940#dvb-a-interleaving=029412942# Layer B modulation (string)2943#dvb-b-modulation=29442945# Layer B code rate (string)2946#dvb-b-fec=29472948# Layer B segments count (integer)2949#dvb-b-count=029502951# Layer B time interleaving (integer)2952#dvb-b-interleaving=029532954# Layer C modulation (string)2955#dvb-c-modulation=29562957# Layer C code rate (string)2958#dvb-c-fec=29592960# Layer C segments count (integer)2961#dvb-c-count=029622963# Layer C time interleaving (integer)2964#dvb-c-interleaving=029652966# Modulation / Constellation (string)2967#dvb-modulation=29682969# Symbol rate (bauds) (integer)2970#dvb-srate=029712972# FEC code rate (string)2973#dvb-fec=29742975# Stream identifier (integer)2976#dvb-stream=029772978# Pilot (integer)2979#dvb-pilot=-129802981# Roll-off factor (integer)2982#dvb-rolloff=-129832984# Transport stream ID (integer)2985#dvb-ts-id=029862987# Polarization (Voltage) (string)2988#dvb-polarization=29892990# (integer)2991#dvb-voltage=1329922993# High LNB voltage (boolean)2994#dvb-high-voltage=029952996# Local oscillator low frequency (kHz) (integer)2997#dvb-lnb-low=029982999# Local oscillator high frequency (kHz) (integer)3000#dvb-lnb-high=030013002# Universal LNB switch frequency (kHz) (integer)3003#dvb-lnb-switch=1170000030043005# DiSEqC LNB number (integer)3006#dvb-satno=030073008# Uncommitted DiSEqC LNB number (integer)3009#dvb-uncommitted=030103011# Continuous 22kHz tone (integer)3012#dvb-tone=-130133014[dvb] # DVB input with v4l2 support30153016# Probe DVB card for capabilities (boolean)3017#dvb-probe=130183019# Satellite scanning config (string)3020#dvb-satellite=30213022# Scan tuning list (string)3023#dvb-scanlist=30243025# Use NIT for scanning services (boolean)3026#dvb-scan-nit=130273028[satip] # SAT>IP Receiver Plugin30293030# Receive buffer (integer)3031#satip-buffer=419430430323033# Request multicast stream (boolean)3034#satip-multicast=030353036# Host (string)3037#satip-host=30383039[audioscrobbler] # Submission of played songs to last.fm30403041# Username (string)3042#lastfm-username=30433044# Password (string)3045#lastfm-password=30463047# Scrobbler URL (string)3048#scrobbler-url=post.audioscrobbler.com30493050[gnutls] # GNU TLS transport layer security30513052# Use system trust database (boolean)3053#gnutls-system-trust=130543055# Trust directory (string)3056#gnutls-dir-trust=30573058# TLS cipher priorities (string)3059#gnutls-priorities=NORMAL30603061[rtsp] # Legacy RTSP VoD server30623063# MUX for RAW RTSP transport (string)3064#rtsp-raw-mux=ts30653066# Maximum number of connections (integer)3067#rtsp-throttle-users=030683069# Sets the timeout option in the RTSP session string (integer)3070#rtsp-session-timeout=530713072[logger] # File logging30733074[fb] # GNU/Linux framebuffer video output30753076# Framebuffer device (string)3077#fbdev=/dev/fb030783079# Run fb on current tty (boolean)3080#fb-tty=130813082# Image format (default RGB) (string)3083#fb-chroma=30843085# Framebuffer resolution to use (integer)3086#fb-mode=430873088# Framebuffer uses hw acceleration (boolean)3089#fb-hw-accel=130903091[yuv] # YUV video output30923093# device, fifo or filename (string)3094#yuv-file=stream.yuv30953096# Chroma used (string)3097#yuv-chroma=30983099# Add a YUV4MPEG2 header (boolean)3100#yuv-yuv4mpeg2=031013102[flaschen] # Flaschen-Taschen video output31033104# Flaschen-Taschen display address (string)3105#flaschen-display=31063107# Width (integer)3108#flaschen-width=2531093110# Height (integer)3111#flaschen-height=2031123113[xcb_xv] # XVideo output (XCB)31143115# XVideo adaptor number (integer)3116#xvideo-adaptor=-131173118# XVideo format id (integer)3119#xvideo-format-id=031203121[xcb_x11] # X11 video output (XCB)31223123[xcb_window] # X11 video window (XCB)31243125# X11 display (string)3126#x11-display=31273128[vdummy] # Dummy video output31293130# Dummy image chroma format (string)3131#dummy-chroma=31323133[xdg_shell] # XDG shell surface31343135# Wayland display (string)3136#wl-display=31373138[gl] # OpenGL video output31393140# OpenGL extension (string)3141#gl=31423143# Open GL/GLES hardware converter (string)3144#glconv=31453146# Rendering intent for color conversion (integer)3147#rendering-intent=131483149# Display primaries (integer)3150#target-prim=031513152# Display gamma / transfer function (integer)3153#target-trc=031543155# Tone-mapping algorithm (integer)3156#tone-mapping=331573158# Tone-mapping parameter (float)3159#tone-mapping-param=0.00000031603161# Tone-mapping desaturation coefficient (float)3162#tone-mapping-desat=0.50000031633164# Highlight clipped pixels (boolean)3165#tone-mapping-warn=031663167# Dithering algorithm (integer)3168#dither-algo=-131693170# Dither depth override (0 = framebuffer depth) (integer)3171#dither-depth=031723173[wl_shell] # Wayland shell surface31743175# Wayland display (string)3176#wl-display=31773178[vmem] # Video memory output31793180# Width (integer)3181#vmem-width=32031823183# Height (integer)3184#vmem-height=20031853186# Pitch (integer)3187#vmem-pitch=64031883189# Chroma (string)3190#vmem-chroma=RV1631913192[mpegvideo] # MPEG-I/II video packetizer31933194# Sync on Intra Frame (boolean)3195#packetizer-mpegvideo-sync-iframe=031963197[vaapi_filters] # Video Accelerated API filters31983199# Denoise strength (0-2) (float)3200#denoise-sigma=1.00000032013202[core] # core program32033204# Enable audio (boolean)3205#audio=132063207# Audio gain (float)3208#gain=1.00000032093210# Audio output volume step (float)3211#volume-step=12.80000032123213# Remember the audio volume (boolean)3214#volume-save=132153216# Force S/PDIF support (boolean)3217#spdif=032183219# Force detection of Dolby Surround (integer)3220#force-dolby-surround=032213222# Stereo audio output mode (integer)3223#stereo-mode=032243225# Audio desynchronization compensation (integer)3226#audio-desync=032273228# Replay gain mode (string)3229#audio-replay-gain-mode=none32303231# Replay preamp (float)3232#audio-replay-gain-preamp=0.00000032333234# Default replay gain (float)3235#audio-replay-gain-default=-7.00000032363237# Peak protection (boolean)3238#audio-replay-gain-peak-protection=132393240# Enable time stretching audio (boolean)3241#audio-time-stretch=132423243# Audio output module (string)3244#aout=32453246# Media role (string)3247#role=video32483249# Audio filters (string)3250#audio-filter=32513252# Audio visualizations (string)3253#audio-visual=none32543255# Audio resampler (string)3256#audio-resampler=32573258# Enable video (boolean)3259#video=132603261# Grayscale video output (boolean)3262#grayscale=032633264# Fullscreen video output (boolean)3265#fullscreen=032663267# Embedded video (boolean)3268#embedded-video=132693270# (boolean)3271#xlib=132723273# Drop late frames (boolean)3274#drop-late-frames=132753276# Skip frames (boolean)3277#skip-frames=132783279# Quiet synchro (boolean)3280#quiet-synchro=032813282# Key press events (boolean)3283#keyboard-events=132843285# Mouse events (boolean)3286#mouse-events=132873288# Always on top (boolean)3289#video-on-top=032903291# Enable wallpaper mode (boolean)3292#video-wallpaper=032933294# Disable screensaver (boolean)3295#disable-screensaver=132963297# Show media title on video (boolean)3298video-title-show=032993300# Show video title for x milliseconds (integer)3301#video-title-timeout=500033023303# Position of video title (integer)3304#video-title-position=833053306# Hide cursor and fullscreen controller after x milliseconds (integer)3307#mouse-hide-timeout=100033083309# Video snapshot directory (or filename) (string)3310snapshot-path=/mnt/andrew/graphics33113312# Video snapshot file prefix (string)3313snapshot-prefix=snap-33143315# Video snapshot format (string)3316#snapshot-format=png33173318# Display video snapshot preview (boolean)3319snapshot-preview=033203321# Use sequential numbers instead of timestamps (boolean)3322snapshot-sequential=133233324# Video snapshot width (integer)3325snapshot-width=133263327# Video snapshot height (integer)3328snapshot-height=133293330# Video width (integer)3331#width=-133323333# Video height (integer)3334#height=-133353336# Video X coordinate (integer)3337#video-x=033383339# Video Y coordinate (integer)3340#video-y=033413342# Video cropping (string)3343#crop=33443345# Custom crop ratios list (string)3346#custom-crop-ratios=33473348# Source aspect ratio (string)3349#aspect-ratio=33503351# Video Auto Scaling (boolean)3352#autoscale=133533354# Monitor pixel aspect ratio (string)3355#monitor-par=33563357# Custom aspect ratios list (string)3358#custom-aspect-ratios=33593360# Fix HDTV height (boolean)3361#hdtv-fix=133623363# Window decorations (boolean)3364video-deco=033653366# Video title (string)3367#video-title=33683369# Video alignment (integer)3370#align=033713372# Zoom video (float)3373#zoom=1.00000033743375# Deinterlace (integer)3376#deinterlace=-133773378# Deinterlace mode (string)3379#deinterlace-mode=auto33803381# Video output module (string)3382vout=any33833384# Video filter module (string)3385#video-filter=33863387# Video splitter module (string)3388#video-splitter=33893390# Enable sub-pictures (boolean)3391#spu=133923393# On Screen Display (boolean)3394#osd=133953396# Text rendering module (string)3397#text-renderer=33983399# Use subtitle file (string)3400#sub-file=34013402# Autodetect subtitle files (boolean)3403#sub-autodetect-file=134043405# Subtitle autodetection fuzziness (integer)3406#sub-autodetect-fuzzy=334073408# Subtitle autodetection paths (string)3409#sub-autodetect-path=./Subtitles, ./subtitles, ./Subs, ./subs34103411# Force subtitle position (integer)3412#sub-margin=034133414# Subpictures source module (string)3415#sub-source=34163417# Subpictures filter module (string)3418#sub-filter=34193420# Program (integer)3421#program=034223423# Programs (string)3424#programs=34253426# Audio track (integer)3427#audio-track=-134283429# Subtitle track (integer)3430#sub-track=-134313432# Audio language (string)3433#audio-language=34343435# Subtitle language (string)3436#sub-language=34373438# Menu language (string)3439#menu-language=34403441# Audio track ID (integer)3442#audio-track-id=-134433444# Subtitle track ID (integer)3445#sub-track-id=-134463447# Preferred Closed Captions decoder (integer)3448#captions=60834493450# Preferred video resolution (integer)3451#preferred-resolution=-134523453# Input repetitions (integer)3454#input-repeat=034553456# Start time (float)3457#start-time=0.00000034583459# Stop time (float)3460#stop-time=0.00000034613462# Run time (float)3463#run-time=0.00000034643465# Fast seek (boolean)3466input-fast-seek=134673468# Playback speed (float)3469#rate=1.00000034703471# Input list (string)3472#input-list=34733474# Input slave (experimental) (string)3475#input-slave=34763477# Bookmarks list for a stream (string)3478#bookmarks=34793480# DVD device (string)3481#dvd=/dev/sr034823483# VCD device (string)3484#vcd=/dev/sr034853486# MTU of the network interface (integer)3487#mtu=140034883489# TCP connection timeout (integer)3490#ipv4-timeout=500034913492# HTTP server address (string)3493#http-host=34943495# HTTP server port (integer)3496#http-port=808034973498# HTTPS server port (integer)3499#https-port=844335003501# RTSP server address (string)3502#rtsp-host=35033504# RTSP server port (integer)3505#rtsp-port=55435063507# HTTP/TLS server certificate (string)3508#http-cert=35093510# HTTP/TLS server private key (string)3511#http-key=35123513# SOCKS server (string)3514#socks=35153516# SOCKS user name (string)3517#socks-user=35183519# SOCKS password (string)3520#socks-pwd=35213522# Title metadata (string)3523#meta-title=35243525# Author metadata (string)3526#meta-author=35273528# Artist metadata (string)3529#meta-artist=35303531# Genre metadata (string)3532#meta-genre=35333534# Copyright metadata (string)3535#meta-copyright=35363537# Description metadata (string)3538#meta-description=35393540# Date metadata (string)3541#meta-date=35423543# URL metadata (string)3544#meta-url=35453546# File caching (ms) (integer)3547#file-caching=30035483549# Live capture caching (ms) (integer)3550#live-caching=30035513552# Disc caching (ms) (integer)3553#disc-caching=30035543555# Network caching (ms) (integer)3556#network-caching=100035573558# Clock reference average counter (integer)3559#cr-average=4035603561# Clock synchronisation (integer)3562#clock-synchro=-135633564# Clock jitter (integer)3565#clock-jitter=500035663567# Network synchronisation (boolean)3568#network-synchronisation=035693570# Record directory (string)3571#input-record-path=35723573# Prefer native stream recording (boolean)3574#input-record-native=135753576# Timeshift directory (string)3577#input-timeshift-path=35783579# Timeshift granularity (integer)3580#input-timeshift-granularity=-135813582# Change title according to current media (string)3583#input-title-format=$Z35843585# Disable all lua plugins (boolean)3586#lua=135873588# Preferred decoders list (string)3589#codec=35903591# Preferred encoders list (string)3592#encoder=35933594# Access module (string)3595#access=35963597# Demux module (string)3598#demux=any35993600# Stream filter module (string)3601#stream-filter=36023603# Demux filter module (string)3604#demux-filter=36053606# Default stream output chain (string)3607#sout=36083609# Display while streaming (boolean)3610#sout-display=036113612# Keep stream output open (boolean)3613#sout-keep=036143615# Enable streaming of all ES (boolean)3616#sout-all=136173618# Enable audio stream output (boolean)3619#sout-audio=136203621# Enable video stream output (boolean)3622#sout-video=136233624# Enable SPU stream output (boolean)3625#sout-spu=136263627# Stream output muxer caching (ms) (integer)3628#sout-mux-caching=150036293630# VLM configuration file (string)3631#vlm-conf=36323633# SAP announcement interval (integer)3634#sap-interval=536353636# Mux module (string)3637#mux=36383639# Access output module (string)3640#access_output=36413642# Hop limit (TTL) (integer)3643#ttl=-136443645# Multicast output interface (string)3646#miface=36473648# DiffServ Code Point (integer)3649#dscp=036503651# Preferred packetizer list (string)3652#packetizer=36533654# VoD server module (string)3655vod-server=any36563657# Use a plugins cache (boolean)3658#plugins-cache=136593660# Scan for new plugins (boolean)3661#plugins-scan=136623663# Preferred keystore list (string)3664#keystore=36653666# Allow real-time priority (boolean)3667#rt-priority=036683669# Adjust VLC priority (integer)3670#rt-offset=036713672# Play files randomly forever (boolean)3673#random=036743675# Repeat all (boolean)3676#loop=036773678# Repeat current item (boolean)3679#repeat=036803681# Play and exit (boolean)3682#play-and-exit=036833684# Play and stop (boolean)3685#play-and-stop=036863687# Play and pause (boolean)3688#play-and-pause=036893690# Start paused (boolean)3691#start-paused=036923693# Auto start (boolean)3694#playlist-autostart=136953696# Pause on audio communication (boolean)3697#playlist-cork=136983699# Allow only one running instance (boolean)3700#one-instance=037013702# Use only one instance when started from file manager (boolean)3703#one-instance-when-started-from-file=137043705# Enqueue items into playlist in one instance mode (boolean)3706#playlist-enqueue=037073708# Expose media player via D-Bus (boolean)3709#dbus=037103711# Use media library (boolean)3712#media-library=037133714# Display playlist tree (boolean)3715#playlist-tree=037163717# Default stream (string)3718#open=37193720# Automatically preparse items (boolean)3721#auto-preparse=137223723# Preparsing timeout (integer)3724#preparse-timeout=500037253726# Allow metadata network access (boolean)3727metadata-network-access=137283729# Subdirectory behavior (string)3730#recursive=collapse37313732# Ignored extensions (string)3733#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,ssa37343735# Show hidden files (boolean)3736#show-hiddenfiles=037373738# Services discovery modules (string)3739#services-discovery=37403741# Run as daemon process (boolean)3742#daemon=037433744# Write process id to file (string)3745#pidfile=37463747# Show advanced options (boolean)3748#advanced=037493750# Interface interaction (boolean)3751#interact=137523753# Locally collect statistics (boolean)3754#stats=137553756# Interface module (string)3757#intf=37583759# Extra interface modules (string)3760#extraintf=37613762# Control interfaces (string)3763#control=37643765# Mouse wheel vertical axis control (integer)3766#hotkeys-y-wheel-mode=037673768# Mouse wheel horizontal axis control (integer)3769#hotkeys-x-wheel-mode=237703771# Fullscreen (string)3772#global-key-toggle-fullscreen=37733774# Fullscreen (string)3775#key-toggle-fullscreen=f37763777# Exit fullscreen (string)3778#global-key-leave-fullscreen=37793780# Exit fullscreen (string)3781#key-leave-fullscreen=Esc37823783# Play/Pause (string)3784#global-key-play-pause=37853786# Play/Pause (string)3787#key-play-pause=Space Media Play Pause37883789# Pause only (string)3790#global-key-pause=37913792# Pause only (string)3793#key-pause=Browser Stop37943795# Play only (string)3796#global-key-play=37973798# Play only (string)3799#key-play=Browser Refresh38003801# Faster (string)3802#global-key-faster=38033804# Faster (string)3805#key-faster=+38063807# Slower (string)3808#global-key-slower=38093810# Slower (string)3811#key-slower=-38123813# Normal rate (string)3814#global-key-rate-normal=38153816# Normal rate (string)3817#key-rate-normal==38183819# Faster (fine) (string)3820#global-key-rate-faster-fine=38213822# Faster (fine) (string)3823#key-rate-faster-fine=]38243825# Slower (fine) (string)3826#global-key-rate-slower-fine=38273828# Slower (fine) (string)3829#key-rate-slower-fine=[38303831# Next (string)3832#global-key-next=38333834# Next (string)3835#key-next=n Media Next Track38363837# Previous (string)3838#global-key-prev=38393840# Previous (string)3841#key-prev=p Media Prev Track38423843# Stop (string)3844#global-key-stop=38453846# Stop (string)3847#key-stop=s Media Stop38483849# Position (string)3850#global-key-position=38513852# Position (string)3853#key-position=t38543855# Very short backwards jump (string)3856#global-key-jump-extrashort=38573858# Very short backwards jump (string)3859#key-jump-extrashort=Shift+Left38603861# Very short forward jump (string)3862#global-key-jump+extrashort=38633864# Very short forward jump (string)3865#key-jump+extrashort=Shift+Right38663867# Short backwards jump (string)3868#global-key-jump-short=38693870# Short backwards jump (string)3871#key-jump-short=Alt+Left38723873# Short forward jump (string)3874#global-key-jump+short=38753876# Short forward jump (string)3877#key-jump+short=Alt+Right38783879# Medium backwards jump (string)3880#global-key-jump-medium=38813882# Medium backwards jump (string)3883#key-jump-medium=Ctrl+Left38843885# Medium forward jump (string)3886#global-key-jump+medium=38873888# Medium forward jump (string)3889#key-jump+medium=Ctrl+Right38903891# Long backwards jump (string)3892#global-key-jump-long=38933894# Long backwards jump (string)3895#key-jump-long=Ctrl+Alt+Left38963897# Long forward jump (string)3898#global-key-jump+long=38993900# Long forward jump (string)3901#key-jump+long=Ctrl+Alt+Right39023903# Next frame (string)3904#global-key-frame-next=39053906# Next frame (string)3907#key-frame-next=e Browser Next39083909# Activate (string)3910#global-key-nav-activate=39113912# Activate (string)3913#key-nav-activate=Enter39143915# Navigate up (string)3916#global-key-nav-up=39173918# Navigate up (string)3919#key-nav-up=Up39203921# Navigate down (string)3922#global-key-nav-down=39233924# Navigate down (string)3925#key-nav-down=Down39263927# Navigate left (string)3928#global-key-nav-left=39293930# Navigate left (string)3931#key-nav-left=Left39323933# Navigate right (string)3934#global-key-nav-right=39353936# Navigate right (string)3937#key-nav-right=Right39383939# Go to the DVD menu (string)3940#global-key-disc-menu=39413942# Go to the DVD menu (string)3943#key-disc-menu=Shift+m39443945# Select previous DVD title (string)3946#global-key-title-prev=39473948# Select previous DVD title (string)3949#key-title-prev=Shift+o39503951# Select next DVD title (string)3952#global-key-title-next=39533954# Select next DVD title (string)3955#key-title-next=Shift+b39563957# Select prev DVD chapter (string)3958#global-key-chapter-prev=39593960# Select prev DVD chapter (string)3961#key-chapter-prev=Shift+p39623963# Select next DVD chapter (string)3964#global-key-chapter-next=39653966# Select next DVD chapter (string)3967#key-chapter-next=Shift+n39683969# Quit (string)3970#global-key-quit=39713972# Quit (string)3973#key-quit=Ctrl+q39743975# Volume up (string)3976#global-key-vol-up=39773978# Volume up (string)3979#key-vol-up=Ctrl+Up Volume Up39803981# Volume down (string)3982#global-key-vol-down=39833984# Volume down (string)3985#key-vol-down=Ctrl+Down Volume Down39863987# Mute (string)3988#global-key-vol-mute=39893990# Mute (string)3991#key-vol-mute=m Volume Mute39923993# Subtitle delay up (string)3994#global-key-subdelay-up=39953996# Subtitle delay up (string)3997#key-subdelay-up=h39983999# Subtitle delay down (string)4000#global-key-subdelay-down=40014002# Subtitle delay down (string)4003#key-subdelay-down=g40044005# Subtitle sync / bookmark audio timestamp (string)4006#global-key-subsync-markaudio=40074008# Subtitle sync / bookmark audio timestamp (string)4009#key-subsync-markaudio=Shift+h40104011# Subtitle sync / bookmark subtitle timestamp (string)4012#global-key-subsync-marksub=40134014# Subtitle sync / bookmark subtitle timestamp (string)4015#key-subsync-marksub=Shift+j40164017# Subtitle sync / synchronize audio & subtitle timestamps (string)4018#global-key-subsync-apply=40194020# Subtitle sync / synchronize audio & subtitle timestamps (string)4021#key-subsync-apply=Shift+k40224023# Subtitle sync / reset audio & subtitle synchronization (string)4024#global-key-subsync-reset=40254026# Subtitle sync / reset audio & subtitle synchronization (string)4027#key-subsync-reset=Ctrl+Shift+k40284029# Subtitle position up (string)4030#global-key-subpos-up=40314032# Subtitle position up (string)4033#key-subpos-up=40344035# Subtitle position down (string)4036#global-key-subpos-down=40374038# Subtitle position down (string)4039#key-subpos-down=40404041# Audio delay up (string)4042#global-key-audiodelay-up=40434044# Audio delay up (string)4045#key-audiodelay-up=k40464047# Audio delay down (string)4048#global-key-audiodelay-down=40494050# Audio delay down (string)4051#key-audiodelay-down=j40524053# Cycle audio track (string)4054#global-key-audio-track=40554056# Cycle audio track (string)4057#key-audio-track=b40584059# Cycle through audio devices (string)4060#global-key-audiodevice-cycle=40614062# Cycle through audio devices (string)4063#key-audiodevice-cycle=Shift+a40644065# Cycle subtitle track in reverse order (string)4066#global-key-subtitle-revtrack=40674068# Cycle subtitle track in reverse order (string)4069#key-subtitle-revtrack=Alt+v40704071# Cycle subtitle track (string)4072#global-key-subtitle-track=40734074# Cycle subtitle track (string)4075#key-subtitle-track=v40764077# Toggle subtitles (string)4078#global-key-subtitle-toggle=40794080# Toggle subtitles (string)4081#key-subtitle-toggle=Shift+v40824083# Cycle next program Service ID (string)4084#global-key-program-sid-next=40854086# Cycle next program Service ID (string)4087#key-program-sid-next=x40884089# Cycle previous program Service ID (string)4090#global-key-program-sid-prev=40914092# Cycle previous program Service ID (string)4093#key-program-sid-prev=Shift+x40944095# Cycle source aspect ratio (string)4096#global-key-aspect-ratio=40974098# Cycle source aspect ratio (string)4099#key-aspect-ratio=a41004101# Cycle video crop (string)4102#global-key-crop=41034104# Cycle video crop (string)4105#key-crop=c41064107# Toggle autoscaling (string)4108#global-key-toggle-autoscale=41094110# Toggle autoscaling (string)4111#key-toggle-autoscale=o41124113# Increase scale factor (string)4114#global-key-incr-scalefactor=41154116# Increase scale factor (string)4117#key-incr-scalefactor=Alt+o41184119# Decrease scale factor (string)4120#global-key-decr-scalefactor=41214122# Decrease scale factor (string)4123#key-decr-scalefactor=Alt+Shift+o41244125# Toggle deinterlacing (string)4126#global-key-deinterlace=41274128# Toggle deinterlacing (string)4129#key-deinterlace=d41304131# Cycle deinterlace modes (string)4132#global-key-deinterlace-mode=41334134# Cycle deinterlace modes (string)4135#key-deinterlace-mode=Shift+d41364137# Show controller in fullscreen (string)4138#global-key-intf-show=41394140# Show controller in fullscreen (string)4141#key-intf-show=i41424143# Boss key (string)4144#global-key-intf-boss=41454146# Boss key (string)4147#key-intf-boss=41484149# Context menu (string)4150#global-key-intf-popup-menu=41514152# Context menu (string)4153#key-intf-popup-menu=Menu41544155# Take video snapshot (string)4156#global-key-snapshot=41574158# Take video snapshot (string)4159#key-snapshot=Shift+s41604161# Record (string)4162#global-key-record=41634164# Record (string)4165#key-record=Shift+r41664167# Zoom (string)4168#global-key-zoom=41694170# Zoom (string)4171#key-zoom=z41724173# Un-Zoom (string)4174#global-key-unzoom=41754176# Un-Zoom (string)4177#key-unzoom=Shift+z41784179# Toggle wallpaper mode in video output (string)4180#global-key-wallpaper=41814182# Toggle wallpaper mode in video output (string)4183#key-wallpaper=w41844185# Crop one pixel from the top of the video (string)4186#global-key-crop-top=41874188# Crop one pixel from the top of the video (string)4189#key-crop-top=Alt+r41904191# Uncrop one pixel from the top of the video (string)4192#global-key-uncrop-top=41934194# Uncrop one pixel from the top of the video (string)4195#key-uncrop-top=Alt+Shift+r41964197# Crop one pixel from the left of the video (string)4198#global-key-crop-left=41994200# Crop one pixel from the left of the video (string)4201#key-crop-left=Alt+d42024203# Uncrop one pixel from the left of the video (string)4204#global-key-uncrop-left=42054206# Uncrop one pixel from the left of the video (string)4207#key-uncrop-left=Alt+Shift+d42084209# Crop one pixel from the bottom of the video (string)4210#global-key-crop-bottom=42114212# Crop one pixel from the bottom of the video (string)4213#key-crop-bottom=Alt+c42144215# Uncrop one pixel from the bottom of the video (string)4216#global-key-uncrop-bottom=42174218# Uncrop one pixel from the bottom of the video (string)4219#key-uncrop-bottom=Alt+Shift+c42204221# Crop one pixel from the right of the video (string)4222#global-key-crop-right=42234224# Crop one pixel from the right of the video (string)4225#key-crop-right=Alt+f42264227# Uncrop one pixel from the right of the video (string)4228#global-key-uncrop-right=42294230# Uncrop one pixel from the right of the video (string)4231#key-uncrop-right=Alt+Shift+f42324233# Random (string)4234#global-key-random=42354236# Random (string)4237#key-random=r42384239# Normal/Loop/Repeat (string)4240#global-key-loop=42414242# Normal/Loop/Repeat (string)4243#key-loop=l42444245# Shrink the viewpoint field of view (360°) (string)4246#global-key-viewpoint-fov-in=42474248# Shrink the viewpoint field of view (360°) (string)4249#key-viewpoint-fov-in=Page Up42504251# Expand the viewpoint field of view (360°) (string)4252#global-key-viewpoint-fov-out=42534254# Expand the viewpoint field of view (360°) (string)4255#key-viewpoint-fov-out=Page Down42564257# Roll the viewpoint clockwise (360°) (string)4258#global-key-viewpoint-roll-clock=42594260# Roll the viewpoint clockwise (360°) (string)4261#key-viewpoint-roll-clock=42624263# Roll the viewpoint anti-clockwise (360°) (string)4264#global-key-viewpoint-roll-anticlock=42654266# Roll the viewpoint anti-clockwise (360°) (string)4267#key-viewpoint-roll-anticlock=42684269# 1:4 Quarter (string)4270#global-key-zoom-quarter=42714272# 1:4 Quarter (string)4273#key-zoom-quarter=Alt+142744275# 1:2 Half (string)4276#global-key-zoom-half=42774278# 1:2 Half (string)4279#key-zoom-half=Alt+242804281# 1:1 Original (string)4282#global-key-zoom-original=42834284# 1:1 Original (string)4285#key-zoom-original=Alt+342864287# 2:1 Double (string)4288#global-key-zoom-double=42894290# 2:1 Double (string)4291#key-zoom-double=Alt+442924293# Very short jump length (integer)4294#extrashort-jump-size=342954296# Short jump length (integer)4297#short-jump-size=1042984299# Medium jump length (integer)4300#medium-jump-size=6043014302# Long jump length (integer)4303#long-jump-size=30043044305# Set playlist bookmark 1 (string)4306#global-key-set-bookmark1=43074308# Set playlist bookmark 1 (string)4309#key-set-bookmark1=Ctrl+F143104311# Set playlist bookmark 2 (string)4312#global-key-set-bookmark2=43134314# Set playlist bookmark 2 (string)4315#key-set-bookmark2=Ctrl+F243164317# Set playlist bookmark 3 (string)4318#global-key-set-bookmark3=43194320# Set playlist bookmark 3 (string)4321#key-set-bookmark3=Ctrl+F343224323# Set playlist bookmark 4 (string)4324#global-key-set-bookmark4=43254326# Set playlist bookmark 4 (string)4327#key-set-bookmark4=Ctrl+F443284329# Set playlist bookmark 5 (string)4330#global-key-set-bookmark5=43314332# Set playlist bookmark 5 (string)4333#key-set-bookmark5=Ctrl+F543344335# Set playlist bookmark 6 (string)4336#global-key-set-bookmark6=43374338# Set playlist bookmark 6 (string)4339#key-set-bookmark6=Ctrl+F643404341# Set playlist bookmark 7 (string)4342#global-key-set-bookmark7=43434344# Set playlist bookmark 7 (string)4345#key-set-bookmark7=Ctrl+F743464347# Set playlist bookmark 8 (string)4348#global-key-set-bookmark8=43494350# Set playlist bookmark 8 (string)4351#key-set-bookmark8=Ctrl+F843524353# Set playlist bookmark 9 (string)4354#global-key-set-bookmark9=43554356# Set playlist bookmark 9 (string)4357#key-set-bookmark9=Ctrl+F943584359# Set playlist bookmark 10 (string)4360#global-key-set-bookmark10=43614362# Set playlist bookmark 10 (string)4363#key-set-bookmark10=Ctrl+F1043644365# Play playlist bookmark 1 (string)4366#global-key-play-bookmark1=43674368# Play playlist bookmark 1 (string)4369#key-play-bookmark1=F143704371# Play playlist bookmark 2 (string)4372#global-key-play-bookmark2=43734374# Play playlist bookmark 2 (string)4375#key-play-bookmark2=F243764377# Play playlist bookmark 3 (string)4378#global-key-play-bookmark3=43794380# Play playlist bookmark 3 (string)4381#key-play-bookmark3=F343824383# Play playlist bookmark 4 (string)4384#global-key-play-bookmark4=43854386# Play playlist bookmark 4 (string)4387#key-play-bookmark4=F443884389# Play playlist bookmark 5 (string)4390#global-key-play-bookmark5=43914392# Play playlist bookmark 5 (string)4393#key-play-bookmark5=F543944395# Play playlist bookmark 6 (string)4396#global-key-play-bookmark6=43974398# Play playlist bookmark 6 (string)4399#key-play-bookmark6=F644004401# Play playlist bookmark 7 (string)4402#global-key-play-bookmark7=44034404# Play playlist bookmark 7 (string)4405#key-play-bookmark7=F744064407# Play playlist bookmark 8 (string)4408#global-key-play-bookmark8=44094410# Play playlist bookmark 8 (string)4411#key-play-bookmark8=F844124413# Play playlist bookmark 9 (string)4414#global-key-play-bookmark9=44154416# Play playlist bookmark 9 (string)4417#key-play-bookmark9=F944184419# Play playlist bookmark 10 (string)4420#global-key-play-bookmark10=44214422# Play playlist bookmark 10 (string)4423#key-play-bookmark10=F1044244425# Clear the playlist (string)4426#global-key-clear-playlist=44274428# Clear the playlist (string)4429#key-clear-playlist=Ctrl+w44304431# Reset subtitles text scale (string)4432#global-key-subtitle-text-scale-normal=44334434# Reset subtitles text scale (string)4435#key-subtitle-text-scale-normal=Ctrl+044364437# Scale down subtitles text (string)4438#global-key-subtitle-text-scale-up=44394440# Scale down subtitles text (string)4441#key-subtitle-text-scale-up=Ctrl+Mouse Wheel Up44424443# Scale up subtitles text (string)4444#global-key-subtitle-text-scale-down=44454446# Scale up subtitles text (string)4447#key-subtitle-text-scale-down=Ctrl+Mouse Wheel Down44484449# Playlist bookmark 1 (string)4450#bookmark1=44514452# Playlist bookmark 2 (string)4453#bookmark2=44544455# Playlist bookmark 3 (string)4456#bookmark3=44574458# Playlist bookmark 4 (string)4459#bookmark4=44604461# Playlist bookmark 5 (string)4462#bookmark5=44634464# Playlist bookmark 6 (string)4465#bookmark6=44664467# Playlist bookmark 7 (string)4468#bookmark7=44694470# Playlist bookmark 8 (string)4471#bookmark8=44724473# Playlist bookmark 9 (string)4474#bookmark9=44754476# Playlist bookmark 10 (string)4477#bookmark10=4478