This file is indexed.

/usr/share/zsh/vendor-completions/_vlc is in vlc-nox 2.2.2-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
#compdef vlc cvlc rvlc svlc mvlc qvlc nvlc
#This file is autogenerated by zsh.cpp
typeset -A opt_args
local context state line ret=1
local modules

vlc_modules="access_output_shout udp access_output_dummy access_output_livehttp access_output_http access_output_file mux_wav mux_ps mux_asf mux_dummy mux_avi mux_mp4 mux_ogg mux_ts mux_mpjpeg packetizer_avparser packetizer_copy packetizer_h264 packetizer_vc1 packetizer_mlp packetizer_mpeg4audio packetizer_mpeg4video packetizer_hevc packetizer_dirac packetizer_flac packetizer_mpegvideo glspectrum visual vdpau_deinterlace vdpau_sharpen vdpau_avcodec vdpau_adjust vdpau_chroma vdpau_display dbus_screensaver fsstorage logger xml fingerprinter xdg gnutls audioscrobbler vod_rtsp stats export vorepository xcb_x11 egl_x11 caca gles2 gles1 xcb_window glx vout_sdl xcb_xv fb directfb yuv xcb_glx gl vmem aa vdummy stream_out_transcode stream_out_autodel stream_out_raop stream_out_setid stream_out_record stream_out_rtp stream_out_langfromtelx stream_out_display stream_out_duplicate stream_out_chromaprint stream_out_delay stream_out_es stream_out_description stream_out_dummy stream_out_bridge stream_out_standard stream_out_gather stream_out_stats stream_out_mosaic_bridge stream_out_smem samplerate headphone_channel_mixer simple_channel_mixer normvol ugly_resampler a52tospdif mono equalizer gain remap param_eq mpgatofixed32 speex_resampler dtstofloat32 dtstospdif a52tofloat32 audiobargraph_a compressor chorus_flanger stereo_widen spatializer audio_format scaletempo dolby_surround_decoder trivial_channel_mixer karaoke canvas audiobargraph_v hqdn3d freeze blendbench ripple gradient marq motiondetect oldmovie sepia colorthres psychedelic bluescreen dynamicoverlay gradfun invert logo rotate scene anaglyph erase grain remoteosd wave adjust motionblur vhs posterize transform atmo blend alphamask extract postproc deinterlace croppadd puzzle antiflicker ball sharpen rss yuvp scale subsdelay magnify mirror gaussianblur mosaic shine demuxdump theora pulselist swscale aiff linsys_hdsdi notify sdp vobsub dc1394 i420_rgb_sse2 rdp rawdv folder live555 xa vcd access_mms http clone i420_yuy2 tcp panoramix dts fluidsynth uleaddvaudio podcast a52 vnc zvbi aes3 cvdsub kate hevc xcb_apps access_realrtsp demux_cdg cdg ddummy chain dash x265 mtp smb svgdec avio opus xcb_screen attachment yuy2_i420 mpeg_audio nsc imem subsusf cc i422_yuy2_sse2 mediadirs vaapi_x11 mpc rawaud timecode flacsys decomp pulse i420_rgb_mmx float_mixer record x264 nuv amem afile cdda alsa image twolame stl g711 diracsys vaapi_drm libass mp4 scte27 grey_yuv schroedinger yuy2_i422 avcodec sftp ogg i420_yuy2_sse2 udev real subtitle i422_yuy2 asf linsys_sdi integer_mixer dtv avi smooth xwd bonjour zip dvbsub h264 access_jack adpcm edummy mpgv rawvid caf wav i422_i420 taglib pulsesrc bd sap ts au faad dvdnav shm rv32 libbluray voc spudec lpcm png crystalhd demux_stl jpeg dvdread vcdx subsdec mjpeg dv1394 hwdummy sdl_image mod t140 upnp avformat filesystem ty playlist araw libmpeg2 udp omxil access_alsa i420_yuy2_mmx smf lua idummy vorbis i422_yuy2_mmx flac tta es wall dvb mkv ftp vc1 adummy vdr rawvideo sid rar nsv svcdsub access_mtp i420_rgb jack rtp v4l2 ps httplive substx3g speex pva qt4 skins2 ncurses freetype svg tdummy motion hotkeys dummy gestures dbus lirc oldrc netsync xcb_hotkeys core "

_arguments -S -s \
  "--sout-shout-name[Stream name]"\
  "--sout-shout-description[Stream description]"\
  "(--nosout-shout-mp3 --no-sout-shout-mp3)--sout-shout-mp3[Stream MP3]"\
  "(--nosout-shout-mp3 --sout-shout-mp3)--no-sout-shout-mp3[Stream MP3]"\
  "(--no-sout-shout-mp3 --sout-shout-mp3)--nosout-shout-mp3[Stream MP3]"\
  "--sout-shout-genre[Genre description]"\
  "--sout-shout-url[URL description]"\
  "--sout-shout-bitrate[Bitrate]"\
  "--sout-shout-samplerate[Samplerate]"\
  "--sout-shout-channels[Number of channels]"\
  "--sout-shout-quality[Ogg Vorbis Quality]"\
  "(--nosout-shout-public --no-sout-shout-public)--sout-shout-public[Stream public]"\
  "(--nosout-shout-public --sout-shout-public)--no-sout-shout-public[Stream public]"\
  "(--no-sout-shout-public --sout-shout-public)--nosout-shout-public[Stream public]"\
  "--sout-udp-caching[Caching value (ms)]"\
  "--sout-udp-group[Group packets]"\
  "--sout-livehttp-seglen[Segment length]"\
  "--sout-livehttp-numsegs[Number of segments]"\
  "--sout-livehttp-initial-segment-number[Number of first segment]"\
  "(--nosout-livehttp-splitanywhere --no-sout-livehttp-splitanywhere)--sout-livehttp-splitanywhere[Split segments anywhere]"\
  "(--nosout-livehttp-splitanywhere --sout-livehttp-splitanywhere)--no-sout-livehttp-splitanywhere[Split segments anywhere]"\
  "(--no-sout-livehttp-splitanywhere --sout-livehttp-splitanywhere)--nosout-livehttp-splitanywhere[Split segments anywhere]"\
  "(--nosout-livehttp-delsegs --no-sout-livehttp-delsegs)--sout-livehttp-delsegs[Delete segments]"\
  "(--nosout-livehttp-delsegs --sout-livehttp-delsegs)--no-sout-livehttp-delsegs[Delete segments]"\
  "(--no-sout-livehttp-delsegs --sout-livehttp-delsegs)--nosout-livehttp-delsegs[Delete segments]"\
  "(--nosout-livehttp-ratecontrol --no-sout-livehttp-ratecontrol)--sout-livehttp-ratecontrol[Use muxers rate control mechanism]"\
  "(--nosout-livehttp-ratecontrol --sout-livehttp-ratecontrol)--no-sout-livehttp-ratecontrol[Use muxers rate control mechanism]"\
  "(--no-sout-livehttp-ratecontrol --sout-livehttp-ratecontrol)--nosout-livehttp-ratecontrol[Use muxers rate control mechanism]"\
  "(--nosout-livehttp-caching --no-sout-livehttp-caching)--sout-livehttp-caching[Allow cache]"\
  "(--nosout-livehttp-caching --sout-livehttp-caching)--no-sout-livehttp-caching[Allow cache]"\
  "(--no-sout-livehttp-caching --sout-livehttp-caching)--nosout-livehttp-caching[Allow cache]"\
  "(--nosout-livehttp-generate-iv --no-sout-livehttp-generate-iv)--sout-livehttp-generate-iv[Use randomized IV for encryption]"\
  "(--nosout-livehttp-generate-iv --sout-livehttp-generate-iv)--no-sout-livehttp-generate-iv[Use randomized IV for encryption]"\
  "(--no-sout-livehttp-generate-iv --sout-livehttp-generate-iv)--nosout-livehttp-generate-iv[Use randomized IV for encryption]"\
  "--sout-livehttp-index[Index file]"\
  "--sout-livehttp-index-url[Full URL to put in index file]"\
  "--sout-livehttp-key-uri[AES key URI to place in playlist]"\
  "--sout-livehttp-key-file[AES key file]:File containing the 16 bytes encryption key:_files"\
  "--sout-livehttp-key-loadfile[File where vlc reads key-uri and keyfile-location]:File is read when segment starts and is assumet to be in format; key-uri\nkey-file. File is read on the segment opening and values are used on that segment.:_files"\
  "--sout-http-user[Username]"\
  "--sout-http-pwd[Password]"\
  "--sout-http-mime[Mime]"\
  "(--nosout-http-metacube --no-sout-http-metacube)--sout-http-metacube[Metacube]"\
  "(--nosout-http-metacube --sout-http-metacube)--no-sout-http-metacube[Metacube]"\
  "(--no-sout-http-metacube --sout-http-metacube)--nosout-http-metacube[Metacube]"\
  "(--nosout-file-overwrite --no-sout-file-overwrite)--sout-file-overwrite[Overwrite existing file]"\
  "(--nosout-file-overwrite --sout-file-overwrite)--no-sout-file-overwrite[Overwrite existing file]"\
  "(--no-sout-file-overwrite --sout-file-overwrite)--nosout-file-overwrite[Overwrite existing file]"\
  "(--nosout-file-append --no-sout-file-append)--sout-file-append[Append to file]"\
  "(--nosout-file-append --sout-file-append)--no-sout-file-append[Append to file]"\
  "(--no-sout-file-append --sout-file-append)--nosout-file-append[Append to file]"\
  "(--nosout-file-format --no-sout-file-format)--sout-file-format[Format time and date]"\
  "(--nosout-file-format --sout-file-format)--no-sout-file-format[Format time and date]"\
  "(--no-sout-file-format --sout-file-format)--nosout-file-format[Format time and date]"\
  "(--nosout-file-sync --no-sout-file-sync)--sout-file-sync[Synchronous writing]"\
  "(--nosout-file-sync --sout-file-sync)--no-sout-file-sync[Synchronous writing]"\
  "(--no-sout-file-sync --sout-file-sync)--nosout-file-sync[Synchronous writing]"\
  "--sout-ps-dts-delay[DTS delay (ms)]"\
  "--sout-ps-pes-max-size[PES maximum size]"\
  "--sout-asf-title[Title]"\
  "--sout-asf-author[Author]"\
  "--sout-asf-copyright[Copyright]"\
  "--sout-asf-comment[Comment]"\
  "--sout-asf-rating[Rating]"\
  "--sout-asf-packet-size[Packet Size]"\
  "--sout-asf-bitrate-override[Bitrate override]"\
  "--sout-avi-artist[Artist]"\
  "--sout-avi-date[Date]"\
  "--sout-avi-genre[Genre]"\
  "--sout-avi-copyright[Copyright]"\
  "--sout-avi-comment[Comment]"\
  "--sout-avi-name[Name]"\
  "--sout-avi-subject[Subject]"\
  "--sout-avi-encoder[Encoder]"\
  "--sout-avi-keywords[Keywords]"\
  "(--nosout-mp4-faststart --no-sout-mp4-faststart)--sout-mp4-faststart[Create 'Fast Start' files]"\
  "(--nosout-mp4-faststart --sout-mp4-faststart)--no-sout-mp4-faststart[Create 'Fast Start' files]"\
  "(--no-sout-mp4-faststart --sout-mp4-faststart)--nosout-mp4-faststart[Create 'Fast Start' files]"\
  "--sout-ogg-indexintvl[Index interval]"\
  "--sout-ogg-indexratio[Index size ratio]"\
  "--sout-ts-pid-video[Video PID]"\
  "--sout-ts-pid-audio[Audio PID]"\
  "--sout-ts-pid-spu[SPU PID]"\
  "--sout-ts-pid-pmt[PMT PID]"\
  "--sout-ts-tsid[TS ID]"\
  "--sout-ts-netid[NET ID]"\
  "--sout-ts-program-pmt[PMT Program numbers]"\
  "(--nosout-ts-es-id-pid --no-sout-ts-es-id-pid)--sout-ts-es-id-pid[Set PID to ID of ES]"\
  "(--nosout-ts-es-id-pid --sout-ts-es-id-pid)--no-sout-ts-es-id-pid[Set PID to ID of ES]"\
  "(--no-sout-ts-es-id-pid --sout-ts-es-id-pid)--nosout-ts-es-id-pid[Set PID to ID of ES]"\
  "--sout-ts-muxpmt[Mux PMT (requires --sout-ts-es-id-pid)]"\
  "--sout-ts-sdtdesc[SDT Descriptors (requires --sout-ts-es-id-pid)]"\
  "(--nosout-ts-alignment --no-sout-ts-alignment)--sout-ts-alignment[Data alignment]"\
  "(--nosout-ts-alignment --sout-ts-alignment)--no-sout-ts-alignment[Data alignment]"\
  "(--no-sout-ts-alignment --sout-ts-alignment)--nosout-ts-alignment[Data alignment]"\
  "--sout-ts-shaping[Shaping delay (ms)]"\
  "(--nosout-ts-use-key-frames --no-sout-ts-use-key-frames)--sout-ts-use-key-frames[Use keyframes]"\
  "(--nosout-ts-use-key-frames --sout-ts-use-key-frames)--no-sout-ts-use-key-frames[Use keyframes]"\
  "(--no-sout-ts-use-key-frames --sout-ts-use-key-frames)--nosout-ts-use-key-frames[Use keyframes]"\
  "--sout-ts-pcr[PCR interval (ms)]"\
  "--sout-ts-bmin[Minimum B (deprecated)]"\
  "--sout-ts-bmax[Maximum B (deprecated)]"\
  "--sout-ts-dts-delay[DTS delay (ms)]"\
  "(--nosout-ts-crypt-audio --no-sout-ts-crypt-audio)--sout-ts-crypt-audio[Crypt audio]"\
  "(--nosout-ts-crypt-audio --sout-ts-crypt-audio)--no-sout-ts-crypt-audio[Crypt audio]"\
  "(--no-sout-ts-crypt-audio --sout-ts-crypt-audio)--nosout-ts-crypt-audio[Crypt audio]"\
  "(--nosout-ts-crypt-video --no-sout-ts-crypt-video)--sout-ts-crypt-video[Crypt video]"\
  "(--nosout-ts-crypt-video --sout-ts-crypt-video)--no-sout-ts-crypt-video[Crypt video]"\
  "(--no-sout-ts-crypt-video --sout-ts-crypt-video)--nosout-ts-crypt-video[Crypt video]"\
  "--sout-ts-csa-ck[CSA Key]"\
  "--sout-ts-csa2-ck[Second CSA Key]"\
  "--sout-ts-csa-use[CSA Key in use]"\
  "--sout-ts-csa-pkt[Packet size in bytes to encrypt]"\
  "(--nopacketizer-mpegvideo-sync-iframe --no-packetizer-mpegvideo-sync-iframe)--packetizer-mpegvideo-sync-iframe[Sync on Intra Frame]"\
  "(--nopacketizer-mpegvideo-sync-iframe --packetizer-mpegvideo-sync-iframe)--no-packetizer-mpegvideo-sync-iframe[Sync on Intra Frame]"\
  "(--no-packetizer-mpegvideo-sync-iframe --packetizer-mpegvideo-sync-iframe)--nopacketizer-mpegvideo-sync-iframe[Sync on Intra Frame]"\
  "--glspectrum-width[Video width]"\
  "--glspectrum-height[Video height]"\
  "--effect-list[Effects list]"\
  "--effect-width[Video width]"\
  "--effect-height[Video height]"\
  "--effect-fft-window[FFT window]:The type of FFT window to use for spectrum-based visualizations.:((kaiser\:\"Kaiser\" blackmanharris\:\"Blackman-Harris\" flattop\:\"Flat Top\" hann\:\"Hann\" none\:\"None\" ))"\
  "--effect-kaiser-param[Kaiser window parameter]"\
  "(--novisual-80-bands --no-visual-80-bands)--visual-80-bands[Show 80 bands instead of 20]"\
  "(--novisual-80-bands --visual-80-bands)--no-visual-80-bands[Show 80 bands instead of 20]"\
  "(--no-visual-80-bands --visual-80-bands)--novisual-80-bands[Show 80 bands instead of 20]"\
  "(--novisual-peaks --no-visual-peaks)--visual-peaks[Draw peaks in the analyzer]"\
  "(--novisual-peaks --visual-peaks)--no-visual-peaks[Draw peaks in the analyzer]"\
  "(--no-visual-peaks --visual-peaks)--novisual-peaks[Draw peaks in the analyzer]"\
  "(--nospect-show-original --no-spect-show-original)--spect-show-original[Enable original graphic spectrum]"\
  "(--nospect-show-original --spect-show-original)--no-spect-show-original[Enable original graphic spectrum]"\
  "(--no-spect-show-original --spect-show-original)--nospect-show-original[Enable original graphic spectrum]"\
  "(--nospect-show-base --no-spect-show-base)--spect-show-base[Draw the base of the bands]"\
  "(--nospect-show-base --spect-show-base)--no-spect-show-base[Draw the base of the bands]"\
  "(--no-spect-show-base --spect-show-base)--nospect-show-base[Draw the base of the bands]"\
  "--spect-radius[Base pixel radius]"\
  "--spect-sections[Spectral sections]"\
  "--spect-color[V-plane color]"\
  "(--nospect-show-bands --no-spect-show-bands)--spect-show-bands[Draw bands in the spectrometer]"\
  "(--nospect-show-bands --spect-show-bands)--no-spect-show-bands[Draw bands in the spectrometer]"\
  "(--no-spect-show-bands --spect-show-bands)--nospect-show-bands[Draw bands in the spectrometer]"\
  "(--nospect-80-bands --no-spect-80-bands)--spect-80-bands[Show 80 bands instead of 20]"\
  "(--nospect-80-bands --spect-80-bands)--no-spect-80-bands[Show 80 bands instead of 20]"\
  "(--no-spect-80-bands --spect-80-bands)--nospect-80-bands[Show 80 bands instead of 20]"\
  "--spect-separ[Number of blank pixels between bands.]"\
  "--spect-amp[Amplification]"\
  "(--nospect-show-peaks --no-spect-show-peaks)--spect-show-peaks[Draw peaks in the analyzer]"\
  "(--nospect-show-peaks --spect-show-peaks)--no-spect-show-peaks[Draw peaks in the analyzer]"\
  "(--no-spect-show-peaks --spect-show-peaks)--nospect-show-peaks[Draw peaks in the analyzer]"\
  "--spect-peak-width[Peak extra width]"\
  "--spect-peak-height[Peak height]"\
  "--vdpau-deinterlace[Deinterlace]:Deinterlacing algorithm:((1\:\"Temporal-spatial\" 0\:\"Temporal\" -1\:\"Bob\" ))"\
  "(--novdpau-ivtc --no-vdpau-ivtc)--vdpau-ivtc[Inverse telecine]"\
  "(--novdpau-ivtc --vdpau-ivtc)--no-vdpau-ivtc[Inverse telecine]"\
  "(--no-vdpau-ivtc --vdpau-ivtc)--novdpau-ivtc[Inverse telecine]"\
  "(--novdpau-chroma-skip --no-vdpau-chroma-skip)--vdpau-chroma-skip[Deinterlace chroma skip]"\
  "(--novdpau-chroma-skip --vdpau-chroma-skip)--no-vdpau-chroma-skip[Deinterlace chroma skip]"\
  "(--no-vdpau-chroma-skip --vdpau-chroma-skip)--novdpau-chroma-skip[Deinterlace chroma skip]"\
  "--vdpau-noise-reduction[Noise reduction level]"\
  "--vdpau-scaling[Scaling quality]"\
  "--logfile[Log filename]:Specify the log filename.:_files"\
  "--logmode[Log format]:Specify the logging format.:((syslog\:\"syslog\" html\:\"HTML\" text\:\"Text\" ))"\
  "--syslog-ident[Syslog ident]"\
  "--syslog-facility[Syslog facility]:Select the syslog facility where logs will be forwarded.:((local7\:\"local7\" local6\:\"local6\" local5\:\"local5\" local4\:\"local4\" local3\:\"local3\" local2\:\"local2\" local1\:\"local1\" local0\:\"local0\" daemon\:\"daemon\" user\:\"user\" ))"\
  "--log-verbose[Verbosity]"\
  "--gnutls-priorities[TLS cipher priorities]:Ciphers, key exchange methods, hash functions and compression methods can be selected. Refer to GNU TLS documentation for detailed syntax.:((EXPORT\:\"Export (include insecure ciphers)\" SECURE256\:\"Secure 256-bits (prioritize 256-bits ciphers)\" SECURE128\:\"Secure 128-bits (exclude 256-bits ciphers)\" NORMAL\:\"Normal\" PERFORMANCE\:\"Performance (prioritize faster ciphers)\" ))"\
  "--lastfm-username[Username]"\
  "--lastfm-password[Password]"\
  "--scrobbler-url[Scrobbler URL]"\
  "--rtsp-raw-mux[MUX for RAW RTSP transport]"\
  "--rtsp-throttle-users[Maximum number of connections]"\
  "--rtsp-session-timeout[Sets the timeout option in the RTSP session string]"\
  "--gles2[OpenGL ES 2 extension]:OpenGL ES 2 extension:(egl_x11 packetizer_avparser)"\
  "--gles[OpenGL ES extension]:OpenGL ES extension:(egl_x11 egl_x11)"\
  "--x11-display[X11 display]"\
  "--drawable-xid[X11 window ID]"\
  "--sdl-chroma[SDL chroma format]"\
  "--xvideo-adaptor[XVideo adaptor number]"\
  "--xvideo-format-id[XVideo format id]"\
  "--fbdev[Framebuffer device]:Framebuffer device:_files"\
  "(--nofb-tty --no-fb-tty)--fb-tty[Run fb on current tty]"\
  "(--nofb-tty --fb-tty)--no-fb-tty[Run fb on current tty]"\
  "(--no-fb-tty --fb-tty)--nofb-tty[Run fb on current tty]"\
  "--fb-chroma[Image format (default RGB)]"\
  "--fb-mode[Framebuffer resolution to use]"\
  "(--nofb-hw-accel --no-fb-hw-accel)--fb-hw-accel[Framebuffer uses hw acceleration]"\
  "(--nofb-hw-accel --fb-hw-accel)--no-fb-hw-accel[Framebuffer uses hw acceleration]"\
  "(--no-fb-hw-accel --fb-hw-accel)--nofb-hw-accel[Framebuffer uses hw acceleration]"\
  "--yuv-file[device, fifo or filename]"\
  "--yuv-chroma[Chroma used]"\
  "(--noyuv-yuv4mpeg2 --no-yuv-yuv4mpeg2)--yuv-yuv4mpeg2[YUV4MPEG2 header (default disabled)]"\
  "(--noyuv-yuv4mpeg2 --yuv-yuv4mpeg2)--no-yuv-yuv4mpeg2[YUV4MPEG2 header (default disabled)]"\
  "(--no-yuv-yuv4mpeg2 --yuv-yuv4mpeg2)--noyuv-yuv4mpeg2[YUV4MPEG2 header (default disabled)]"\
  "--gl[OpenGL extension]:OpenGL extension:(egl_x11 glx egl_x11)"\
  "--vmem-width[Width]"\
  "--vmem-height[Height]"\
  "--vmem-pitch[Pitch]"\
  "--vmem-chroma[Chroma]"\
  "--dummy-chroma[Dummy image chroma format]"\
  "--sout-transcode-venc[Video encoder]:Video encoder:(stats shine theora x265 opus x264 twolame g711 schroedinger avcodec dvbsub edummy lpcm png jpeg t140 araw omxil vorbis flac speex lua)"\
  "--sout-transcode-vcodec[Destination video codec]"\
  "--sout-transcode-vb[Video bitrate]"\
  "--sout-transcode-scale[Video scaling]"\
  "--sout-transcode-fps[Video frame-rate]"\
  "(--nosout-transcode-deinterlace --no-sout-transcode-deinterlace)--sout-transcode-deinterlace[Deinterlace video]"\
  "(--nosout-transcode-deinterlace --sout-transcode-deinterlace)--no-sout-transcode-deinterlace[Deinterlace video]"\
  "(--no-sout-transcode-deinterlace --sout-transcode-deinterlace)--nosout-transcode-deinterlace[Deinterlace video]"\
  "--sout-transcode-deinterlace-module[Deinterlace module]:Specify the deinterlace module to use.:((ffmpeg-deinterlace\:\"ffmpeg-deinterlace\" deinterlace\:\"deinterlace\" ))"\
  "--sout-transcode-width[Video width]"\
  "--sout-transcode-height[Video height]"\
  "--sout-transcode-maxwidth[Maximum video width]"\
  "--sout-transcode-maxheight[Maximum video height]"\
  "--sout-transcode-vfilter[Video filter]"\
  "--sout-transcode-aenc[Audio encoder]:Audio encoder:(stats shine theora x265 opus x264 twolame g711 schroedinger avcodec dvbsub edummy lpcm png jpeg t140 araw omxil vorbis flac speex lua)"\
  "--sout-transcode-acodec[Destination audio codec]"\
  "--sout-transcode-ab[Audio bitrate]"\
  "--sout-transcode-alang[Audio language]"\
  "--sout-transcode-channels[Audio channels]"\
  "--sout-transcode-samplerate[Audio sample rate]"\
  "--sout-transcode-afilter[Audio filter]"\
  "--sout-transcode-senc[Subtitle encoder]:Subtitle encoder:(stats shine theora x265 opus x264 twolame g711 schroedinger avcodec dvbsub edummy lpcm png jpeg t140 araw omxil vorbis flac speex lua)"\
  "--sout-transcode-scodec[Destination subtitle codec]"\
  "(--nosout-transcode-soverlay --no-sout-transcode-soverlay)--sout-transcode-soverlay[Destination subtitle codec]"\
  "(--nosout-transcode-soverlay --sout-transcode-soverlay)--no-sout-transcode-soverlay[Destination subtitle codec]"\
  "(--no-sout-transcode-soverlay --sout-transcode-soverlay)--nosout-transcode-soverlay[Destination subtitle codec]"\
  "--sout-transcode-sfilter[Overlays]"\
  "(--nosout-transcode-osd --no-sout-transcode-osd)--sout-transcode-osd[OSD menu]"\
  "(--nosout-transcode-osd --sout-transcode-osd)--no-sout-transcode-osd[OSD menu]"\
  "(--no-sout-transcode-osd --sout-transcode-osd)--nosout-transcode-osd[OSD menu]"\
  "--sout-transcode-threads[Number of threads]"\
  "(--nosout-transcode-high-priority --no-sout-transcode-high-priority)--sout-transcode-high-priority[High priority]"\
  "(--nosout-transcode-high-priority --sout-transcode-high-priority)--no-sout-transcode-high-priority[High priority]"\
  "(--no-sout-transcode-high-priority --sout-transcode-high-priority)--nosout-transcode-high-priority[High priority]"\
  "--sout-raop-host[Host]"\
  "--sout-raop-password[Password]"\
  "--sout-raop-password-file[Password file]:Read password for target device from file.:_files"\
  "--sout-raop-volume[Volume]"\
  "--sout-setid-id[Elementary Stream ID]"\
  "--sout-setid-new-id[New ES ID]"\
  "--sout-setlang-id[Elementary Stream ID]"\
  "--sout-setlang-lang[Language]"\
  "--sout-record-dst-prefix[Destination prefix]"\
  "--sout-rtp-dst[Destination]"\
  "--sout-rtp-sdp[SDP]"\
  "--sout-rtp-mux[Muxer]"\
  "(--nosout-rtp-sap --no-sout-rtp-sap)--sout-rtp-sap[SAP announcing]"\
  "(--nosout-rtp-sap --sout-rtp-sap)--no-sout-rtp-sap[SAP announcing]"\
  "(--no-sout-rtp-sap --sout-rtp-sap)--nosout-rtp-sap[SAP announcing]"\
  "--sout-rtp-name[Session name]"\
  "--sout-rtp-cat[Session category]"\
  "--sout-rtp-description[Session description]"\
  "--sout-rtp-url[Session URL]"\
  "--sout-rtp-email[Session email]"\
  "--sout-rtp-phone[Session phone number]"\
  "--sout-rtp-proto[Transport protocol]:This selects which transport protocol to use for RTP.:((udplite\:\"UDP-Lite\" udp\:\"UDP\" tcp\:\"TCP\" sctp\:\"SCTP\" dccp\:\"DCCP\" ))"\
  "--sout-rtp-port[Port]"\
  "--sout-rtp-port-audio[Audio port]"\
  "--sout-rtp-port-video[Video port]"\
  "--sout-rtp-ttl[Hop limit (TTL)]"\
  "(--nosout-rtp-rtcp-mux --no-sout-rtp-rtcp-mux)--sout-rtp-rtcp-mux[RTP/RTCP multiplexing]"\
  "(--nosout-rtp-rtcp-mux --sout-rtp-rtcp-mux)--no-sout-rtp-rtcp-mux[RTP/RTCP multiplexing]"\
  "(--no-sout-rtp-rtcp-mux --sout-rtp-rtcp-mux)--nosout-rtp-rtcp-mux[RTP/RTCP multiplexing]"\
  "--sout-rtp-caching[Caching value (ms)]"\
  "--sout-rtp-key[SRTP key (hexadecimal)]"\
  "--sout-rtp-salt[SRTP salt (hexadecimal)]"\
  "(--nosout-rtp-mp4a-latm --no-sout-rtp-mp4a-latm)--sout-rtp-mp4a-latm[MP4A LATM]"\
  "(--nosout-rtp-mp4a-latm --sout-rtp-mp4a-latm)--no-sout-rtp-mp4a-latm[MP4A LATM]"\
  "(--no-sout-rtp-mp4a-latm --sout-rtp-mp4a-latm)--nosout-rtp-mp4a-latm[MP4A LATM]"\
  "--rtsp-timeout[RTSP session timeout (s)]"\
  "--sout-rtsp-user[Username]"\
  "--sout-rtsp-pwd[Password]"\
  "--sout-langfromtelx-id[Elementary Stream ID]"\
  "--sout-langfromtelx-magazine[Magazine]"\
  "--sout-langfromtelx-page[Page]"\
  "--sout-langfromtelx-row[Row]"\
  "(--nosout-display-audio --no-sout-display-audio)--sout-display-audio[Enable audio]"\
  "(--nosout-display-audio --sout-display-audio)--no-sout-display-audio[Enable audio]"\
  "(--no-sout-display-audio --sout-display-audio)--nosout-display-audio[Enable audio]"\
  "(--nosout-display-video --no-sout-display-video)--sout-display-video[Enable video]"\
  "(--nosout-display-video --sout-display-video)--no-sout-display-video[Enable video]"\
  "(--no-sout-display-video --sout-display-video)--nosout-display-video[Enable video]"\
  "--sout-display-delay[Delay (ms)]"\
  "--duration[Duration of the fingerprinting]"\
  "--sout-delay-id[Elementary Stream ID]"\
  "--sout-delay-delay[Delay of the ES (ms)]"\
  "--sout-es-access[Output access method]"\
  "--sout-es-mux[Output muxer]"\
  "--sout-es-dst[Output URL]"\
  "--sout-es-access-audio[Audio output access method]"\
  "--sout-es-mux-audio[Audio output muxer]"\
  "--sout-es-dst-audio[Audio output URL]"\
  "--sout-es-access-video[Video output access method]"\
  "--sout-es-mux-video[Video output muxer]"\
  "--sout-es-dst-video[Video output URL]"\
  "--sout-bridge-out-id[ID]"\
  "--sout-bridge-out-in-name[Destination bridge-in name]"\
  "--sout-bridge-in-delay[Delay]"\
  "--sout-bridge-in-id-offset[ID Offset]"\
  "--sout-bridge-in-name[Name of current instance]"\
  "(--nosout-bridge-in-placeholder --no-sout-bridge-in-placeholder)--sout-bridge-in-placeholder[Fallback to placeholder stream when out of data]"\
  "(--nosout-bridge-in-placeholder --sout-bridge-in-placeholder)--no-sout-bridge-in-placeholder[Fallback to placeholder stream when out of data]"\
  "(--no-sout-bridge-in-placeholder --sout-bridge-in-placeholder)--nosout-bridge-in-placeholder[Fallback to placeholder stream when out of data]"\
  "--sout-bridge-in-placeholder-delay[Placeholder delay]"\
  "(--nosout-bridge-in-placeholder-switch-on-iframe --no-sout-bridge-in-placeholder-switch-on-iframe)--sout-bridge-in-placeholder-switch-on-iframe[Wait for I frame before toggling placeholder]"\
  "(--nosout-bridge-in-placeholder-switch-on-iframe --sout-bridge-in-placeholder-switch-on-iframe)--no-sout-bridge-in-placeholder-switch-on-iframe[Wait for I frame before toggling placeholder]"\
  "(--no-sout-bridge-in-placeholder-switch-on-iframe --sout-bridge-in-placeholder-switch-on-iframe)--nosout-bridge-in-placeholder-switch-on-iframe[Wait for I frame before toggling placeholder]"\
  "--sout-standard-access[Output access method]"\
  "--sout-standard-mux[Output muxer]"\
  "--sout-standard-dst[Output destination]"\
  "--sout-standard-bind[address to bind to (helper setting for dst)]"\
  "--sout-standard-path[filename for stream (helper setting for dst)]"\
  "(--nosout-standard-sap --no-sout-standard-sap)--sout-standard-sap[SAP announcing]"\
  "(--nosout-standard-sap --sout-standard-sap)--no-sout-standard-sap[SAP announcing]"\
  "(--no-sout-standard-sap --sout-standard-sap)--nosout-standard-sap[SAP announcing]"\
  "--sout-standard-name[Session name]"\
  "--sout-standard-description[Session description]"\
  "--sout-standard-url[Session URL]"\
  "--sout-standard-email[Session email]"\
  "--sout-standard-phone[Session phone number]"\
  "--sout-stats-output[Output file]"\
  "--sout-stats-prefix[Prefix to show on output line]"\
  "--sout-mosaic-bridge-id[ID]"\
  "--sout-mosaic-bridge-width[Video width]"\
  "--sout-mosaic-bridge-height[Video height]"\
  "--sout-mosaic-bridge-sar[Sample aspect ratio]"\
  "--sout-mosaic-bridge-chroma[Image chroma]"\
  "--sout-mosaic-bridge-vfilter[Video filter]"\
  "--sout-mosaic-bridge-alpha[Transparency]"\
  "--sout-mosaic-bridge-x[X offset]"\
  "--sout-mosaic-bridge-y[Y offset]"\
  "--sout-smem-video-prerender-callback[Video prerender callback]"\
  "--sout-smem-audio-prerender-callback[Audio prerender callback]"\
  "--sout-smem-video-postrender-callback[Video postrender callback]"\
  "--sout-smem-audio-postrender-callback[Audio postrender callback]"\
  "--sout-smem-video-data[Video Callback data]"\
  "--sout-smem-audio-data[Audio callback data]"\
  "(--nosout-smem-time-sync --no-sout-smem-time-sync)--sout-smem-time-sync[Time Synchronized output]"\
  "(--nosout-smem-time-sync --sout-smem-time-sync)--no-sout-smem-time-sync[Time Synchronized output]"\
  "(--no-sout-smem-time-sync --sout-smem-time-sync)--nosout-smem-time-sync[Time Synchronized output]"\
  "--src-converter-type[Sample rate converter type]:Different resampling algorithms are supported. The best one is slower, while the fast one exhibits low quality.:((4\:\"Linear (fastest)\" 3\:\"Zero Order Hold (fastest)\" 2\:\"Sinc function (fast)\" 1\:\"Sinc function (medium quality)\" 0\:\"Sinc function (best quality)\" ))"\
  "--headphone-dim[Characteristic dimension]"\
  "(--noheadphone-compensate --no-headphone-compensate)--headphone-compensate[Compensate delay]"\
  "(--noheadphone-compensate --headphone-compensate)--no-headphone-compensate[Compensate delay]"\
  "(--no-headphone-compensate --headphone-compensate)--noheadphone-compensate[Compensate delay]"\
  "(--noheadphone-dolby --no-headphone-dolby)--headphone-dolby[No decoding of Dolby Surround]"\
  "(--noheadphone-dolby --headphone-dolby)--no-headphone-dolby[No decoding of Dolby Surround]"\
  "(--no-headphone-dolby --headphone-dolby)--noheadphone-dolby[No decoding of Dolby Surround]"\
  "--norm-buff-size[Number of audio buffers]"\
  "--norm-max-level[Maximal volume level]"\
  "(--nosout-mono-downmix --no-sout-mono-downmix)--sout-mono-downmix[Use downmix algorithm]"\
  "(--nosout-mono-downmix --sout-mono-downmix)--no-sout-mono-downmix[Use downmix algorithm]"\
  "(--no-sout-mono-downmix --sout-mono-downmix)--nosout-mono-downmix[Use downmix algorithm]"\
  "--sout-mono-channel[Select channel to keep]:This option silences all other channels except the selected channel.:((6\:\"Rear center\" 3\:\"Side right\" 2\:\"Side left\" 8\:\"Low-frequency effects\" 7\:\"Center\" 5\:\"Rear right\" 4\:\"Rear left\" 1\:\"Right\" 0\:\"Left\" ))"\
  "--equalizer-preset[Equalizer preset]:Preset to use for the equalizer.:((techno\:\"Techno\" softrock\:\"Soft rock\" soft\:\"Soft\" ska\:\"Ska\" rock\:\"Rock\" reggae\:\"Reggae\" pop\:\"Pop\" party\:\"Party\" live\:\"Live\" largehall\:\"Large Hall\" headphones\:\"Headphones\" fulltreble\:\"Full treble\" fullbasstreble\:\"Full bass and treble\" fullbass\:\"Full bass\" dance\:\"Dance\" club\:\"Club\" classical\:\"Classical\" flat\:\"Flat\" ))"\
  "--equalizer-bands[Bands gain]"\
  "(--noequalizer-2pass --no-equalizer-2pass)--equalizer-2pass[Two pass]"\
  "(--noequalizer-2pass --equalizer-2pass)--no-equalizer-2pass[Two pass]"\
  "(--no-equalizer-2pass --equalizer-2pass)--noequalizer-2pass[Two pass]"\
  "(--noequalizer-vlcfreqs --no-equalizer-vlcfreqs)--equalizer-vlcfreqs[Use VLC frequency bands]"\
  "(--noequalizer-vlcfreqs --equalizer-vlcfreqs)--no-equalizer-vlcfreqs[Use VLC frequency bands]"\
  "(--no-equalizer-vlcfreqs --equalizer-vlcfreqs)--noequalizer-vlcfreqs[Use VLC frequency bands]"\
  "--equalizer-preamp[Global gain]"\
  "--gain-value[Gain multiplier]"\
  "--aout-remap-channel-left[Left]:Left:((8\:\"Low-frequency effects\" 7\:\"Side right\" 6\:\"Side left\" 5\:\"Rear right\" 4\:\"Rear center\" 3\:\"Rear left\" 2\:\"Right\" 1\:\"Center\" 0\:\"Left\" ))"\
  "--aout-remap-channel-center[Center]:Center:((8\:\"Low-frequency effects\" 7\:\"Side right\" 6\:\"Side left\" 5\:\"Rear right\" 4\:\"Rear center\" 3\:\"Rear left\" 2\:\"Right\" 1\:\"Center\" 0\:\"Left\" ))"\
  "--aout-remap-channel-right[Right]:Right:((8\:\"Low-frequency effects\" 7\:\"Side right\" 6\:\"Side left\" 5\:\"Rear right\" 4\:\"Rear center\" 3\:\"Rear left\" 2\:\"Right\" 1\:\"Center\" 0\:\"Left\" ))"\
  "--aout-remap-channel-rearleft[Rear left]:Rear left:((8\:\"Low-frequency effects\" 7\:\"Side right\" 6\:\"Side left\" 5\:\"Rear right\" 4\:\"Rear center\" 3\:\"Rear left\" 2\:\"Right\" 1\:\"Center\" 0\:\"Left\" ))"\
  "--aout-remap-channel-rearcenter[Rear center]:Rear center:((8\:\"Low-frequency effects\" 7\:\"Side right\" 6\:\"Side left\" 5\:\"Rear right\" 4\:\"Rear center\" 3\:\"Rear left\" 2\:\"Right\" 1\:\"Center\" 0\:\"Left\" ))"\
  "--aout-remap-channel-rearright[Rear right]:Rear right:((8\:\"Low-frequency effects\" 7\:\"Side right\" 6\:\"Side left\" 5\:\"Rear right\" 4\:\"Rear center\" 3\:\"Rear left\" 2\:\"Right\" 1\:\"Center\" 0\:\"Left\" ))"\
  "--aout-remap-channel-middleleft[Side left]:Side left:((8\:\"Low-frequency effects\" 7\:\"Side right\" 6\:\"Side left\" 5\:\"Rear right\" 4\:\"Rear center\" 3\:\"Rear left\" 2\:\"Right\" 1\:\"Center\" 0\:\"Left\" ))"\
  "--aout-remap-channel-middleright[Side right]:Side right:((8\:\"Low-frequency effects\" 7\:\"Side right\" 6\:\"Side left\" 5\:\"Rear right\" 4\:\"Rear center\" 3\:\"Rear left\" 2\:\"Right\" 1\:\"Center\" 0\:\"Left\" ))"\
  "--aout-remap-channel-lfe[Low-frequency effects]:Low-frequency effects:((8\:\"Low-frequency effects\" 7\:\"Side right\" 6\:\"Side left\" 5\:\"Rear right\" 4\:\"Rear center\" 3\:\"Rear left\" 2\:\"Right\" 1\:\"Center\" 0\:\"Left\" ))"\
  "(--noaout-remap-normalize --no-aout-remap-normalize)--aout-remap-normalize[Normalize channels]"\
  "(--noaout-remap-normalize --aout-remap-normalize)--no-aout-remap-normalize[Normalize channels]"\
  "(--no-aout-remap-normalize --aout-remap-normalize)--noaout-remap-normalize[Normalize channels]"\
  "--param-eq-lowf[Low freq (Hz)]"\
  "--param-eq-lowgain[Low freq gain (dB)]"\
  "--param-eq-highf[High freq (Hz)]"\
  "--param-eq-highgain[High freq gain (dB)]"\
  "--param-eq-f1[Freq 1 (Hz)]"\
  "--param-eq-gain1[Freq 1 gain (dB)]"\
  "--param-eq-q1[Freq 1 Q]"\
  "--param-eq-f2[Freq 2 (Hz)]"\
  "--param-eq-gain2[Freq 2 gain (dB)]"\
  "--param-eq-q2[Freq 2 Q]"\
  "--param-eq-f3[Freq 3 (Hz)]"\
  "--param-eq-gain3[Freq 3 gain (dB)]"\
  "--param-eq-q3[Freq 3 Q]"\
  "--speex-resampler-quality[Resampling quality]"\
  "(--nodts-dynrng --no-dts-dynrng)--dts-dynrng[DTS dynamic range compression]"\
  "(--nodts-dynrng --dts-dynrng)--no-dts-dynrng[DTS dynamic range compression]"\
  "(--no-dts-dynrng --dts-dynrng)--nodts-dynrng[DTS dynamic range compression]"\
  "(--noa52-dynrng --no-a52-dynrng)--a52-dynrng[A/52 dynamic range compression]"\
  "(--noa52-dynrng --a52-dynrng)--no-a52-dynrng[A/52 dynamic range compression]"\
  "(--no-a52-dynrng --a52-dynrng)--noa52-dynrng[A/52 dynamic range compression]"\
  "(--noa52-upmix --no-a52-upmix)--a52-upmix[Enable internal upmixing]"\
  "(--noa52-upmix --a52-upmix)--no-a52-upmix[Enable internal upmixing]"\
  "(--no-a52-upmix --a52-upmix)--noa52-upmix[Enable internal upmixing]"\
  "--audiobargraph_a-bargraph[Defines if BarGraph information should be sent]"\
  "--audiobargraph_a-bargraph_repetition[Sends the barGraph information every n audio packets]"\
  "--audiobargraph_a-silence[Defines if silence alarm information should be sent]"\
  "--audiobargraph_a-time_window[Time window to use in ms]"\
  "--audiobargraph_a-alarm_threshold[Minimum Audio level to raise the alarm]"\
  "--audiobargraph_a-repetition_time[Time between two alarm messages in ms]"\
  "--compressor-rms-peak[RMS/peak]"\
  "--compressor-attack[Attack time]"\
  "--compressor-release[Release time]"\
  "--compressor-threshold[Threshold level]"\
  "--compressor-ratio[Ratio]"\
  "--compressor-knee[Knee radius]"\
  "--compressor-makeup-gain[Makeup gain]"\
  "--delay-time[Delay time]"\
  "--sweep-depth[Sweep Depth]"\
  "--sweep-rate[Sweep Rate]"\
  "--feedback-gain[Feedback gain]"\
  "--wet-mix[Wet mix]"\
  "--dry-mix[Dry Mix]"\
  "--delay[Delay time]"\
  "--feedback[Feedback gain]"\
  "--crossfeed[Crossfeed]"\
  "--dry-mix[Dry mix]"\
  "--spatializer-roomsize[Room size]"\
  "--spatializer-width[Room width]"\
  "--spatializer-wet[Wet]"\
  "--spatializer-dry[Dry]"\
  "--spatializer-damp[Damp]"\
  "--scaletempo-stride[Stride Length]"\
  "--scaletempo-overlap[Overlap Length]"\
  "--scaletempo-search[Search Length]"\
  "--canvas-width[Output width]"\
  "--canvas-height[Output height]"\
  "--canvas-aspect[Output picture aspect ratio]"\
  "(--nocanvas-padd --no-canvas-padd)--canvas-padd[Pad video]"\
  "(--nocanvas-padd --canvas-padd)--no-canvas-padd[Pad video]"\
  "(--no-canvas-padd --canvas-padd)--nocanvas-padd[Pad video]"\
  "--audiobargraph_v-x[X coordinate]"\
  "--audiobargraph_v-y[Y coordinate]"\
  "--audiobargraph_v-transparency[Transparency of the bargraph]"\
  "--audiobargraph_v-position[Bargraph position]:Bargraph position:((10\:\"Bottom-Right\" 9\:\"Bottom-Left\" 6\:\"Top-Right\" 5\:\"Top-Left\" 8\:\"Bottom\" 4\:\"Top\" 2\:\"Right\" 1\:\"Left\" 0\:\"Center\" ))"\
  "--audiobargraph_v-barWidth[Bar width in pixel (default ; 10)]"\
  "--hqdn3d-luma-spat[Spatial luma strength (0-254)]"\
  "--hqdn3d-chroma-spat[Spatial chroma strength (0-254)]"\
  "--hqdn3d-luma-temp[Temporal luma strength (0-254)]"\
  "--hqdn3d-chroma-temp[Temporal chroma strength (0-254)]"\
  "--blendbench-loops[Number of time to blend]"\
  "--blendbench-alpha[Alpha of the blended image]"\
  "--blendbench-base-image[Image to be blended onto]:The image which will be used to blend onto:_files"\
  "--blendbench-base-chroma[Chroma for the base image]"\
  "--blendbench-blend-image[Image which will be blended]:The image blended onto the base image:_files"\
  "--blendbench-blend-chroma[Chroma for the blend image]"\
  "--gradient-mode[Distort mode]:Distort mode, one of 'gradient', 'edge' and 'hough'.:((hough\:\"Hough\" edge\:\"Edge\" gradient\:\"Gradient\" ))"\
  "--gradient-type[Gradient image type]"\
  "(--nogradient-cartoon --no-gradient-cartoon)--gradient-cartoon[Apply cartoon effect]"\
  "(--nogradient-cartoon --gradient-cartoon)--no-gradient-cartoon[Apply cartoon effect]"\
  "(--no-gradient-cartoon --gradient-cartoon)--nogradient-cartoon[Apply cartoon effect]"\
  "--marq-marquee[Text]"\
  "--marq-file[Text file]:File to read the marquee text from.:_files"\
  "--marq-x[X offset]"\
  "--marq-y[Y offset]"\
  "--marq-position[Marquee position]:Marquee position:((10\:\"Bottom-Right\" 9\:\"Bottom-Left\" 6\:\"Top-Right\" 5\:\"Top-Left\" 8\:\"Bottom\" 4\:\"Top\" 2\:\"Right\" 1\:\"Left\" 0\:\"Center\" ))"\
  "--marq-opacity[Opacity]"\
  "--marq-color[Color]"\
  "--marq-size[Font size, pixels]"\
  "--marq-timeout[Timeout]"\
  "--marq-refresh[Refresh period in ms]"\
  "--sepia-intensity[Sepia intensity]"\
  "--colorthres-color[Color]"\
  "--colorthres-saturationthres[Saturation threshold]"\
  "--colorthres-similaritythres[Similarity threshold]"\
  "--bluescreen-u[Bluescreen U value]"\
  "--bluescreen-v[Bluescreen V value]"\
  "--bluescreen-ut[Bluescreen U tolerance]"\
  "--bluescreen-vt[Bluescreen V tolerance]"\
  "--overlay-input[Input FIFO]:FIFO which will be read for commands:_files"\
  "--overlay-output[Output FIFO]:FIFO which will be written to for responses:_files"\
  "--gradfun-radius[Radius]"\
  "--gradfun-strength[Strength]"\
  "--logo-file[Logo filenames]:Full path of the image files to use. Format is <image>[,<delay in ms>[,<alpha>]][;<image>[,<delay>[,<alpha>]]][;...]. If you only have one file, simply enter its filename.:_files"\
  "--logo-x[X coordinate]"\
  "--logo-y[Y coordinate]"\
  "--logo-delay[Logo individual image time in ms]"\
  "--logo-repeat[Logo animation # of loops]"\
  "--logo-opacity[Opacity of the logo]"\
  "--logo-position[Logo position]:Logo position:((10\:\"Bottom-Right\" 9\:\"Bottom-Left\" 6\:\"Top-Right\" 5\:\"Top-Left\" 8\:\"Bottom\" 4\:\"Top\" 2\:\"Right\" 1\:\"Left\" 0\:\"Center\" ))"\
  "--rotate-angle[Angle in degrees]"\
  "(--norotate-use-motion --no-rotate-use-motion)--rotate-use-motion[Use motion sensors]"\
  "(--norotate-use-motion --rotate-use-motion)--no-rotate-use-motion[Use motion sensors]"\
  "(--no-rotate-use-motion --rotate-use-motion)--norotate-use-motion[Use motion sensors]"\
  "--scene-format[Image format]"\
  "--scene-width[Image width]"\
  "--scene-height[Image height]"\
  "--scene-prefix[Filename prefix]"\
  "--scene-path[Directory path prefix]"\
  "(--noscene-replace --no-scene-replace)--scene-replace[Always write to the same file]"\
  "(--noscene-replace --scene-replace)--no-scene-replace[Always write to the same file]"\
  "(--no-scene-replace --scene-replace)--noscene-replace[Always write to the same file]"\
  "--scene-ratio[Recording ratio]"\
  "--anaglyph-scheme[Color scheme]:Define the glasses' color scheme:((magenta-cyan\:\"magenta (left)  cyan (right)\" trioscopic\:\"pure green (left)  pure magenta (right)\" red-cyan\:\"pure red (left)  pure cyan (right)\" red-blue\:\"pure red (left)  pure blue (right)\" red-green\:\"pure red (left)  pure green (right)\" ))"\
  "--erase-mask[Image mask]:Image mask. Pixels with an alpha value greater than 50% will be erased.:_files"\
  "--erase-x[X coordinate]"\
  "--erase-y[Y coordinate]"\
  "--grain-variance[Variance]"\
  "--grain-period-min[Minimal period]"\
  "--grain-period-max[Maximal period]"\
  "--rmtosd-host[VNC Host]"\
  "--rmtosd-port[VNC Port]"\
  "--rmtosd-password[VNC Password]"\
  "--rmtosd-update[VNC poll interval]"\
  "(--normtosd-vnc-polling --no-rmtosd-vnc-polling)--rmtosd-vnc-polling[VNC polling]"\
  "(--normtosd-vnc-polling --rmtosd-vnc-polling)--no-rmtosd-vnc-polling[VNC polling]"\
  "(--no-rmtosd-vnc-polling --rmtosd-vnc-polling)--normtosd-vnc-polling[VNC polling]"\
  "(--normtosd-mouse-events --no-rmtosd-mouse-events)--rmtosd-mouse-events[Mouse events]"\
  "(--normtosd-mouse-events --rmtosd-mouse-events)--no-rmtosd-mouse-events[Mouse events]"\
  "(--no-rmtosd-mouse-events --rmtosd-mouse-events)--normtosd-mouse-events[Mouse events]"\
  "(--normtosd-key-events --no-rmtosd-key-events)--rmtosd-key-events[Key events]"\
  "(--normtosd-key-events --rmtosd-key-events)--no-rmtosd-key-events[Key events]"\
  "(--no-rmtosd-key-events --rmtosd-key-events)--normtosd-key-events[Key events]"\
  "--rmtosd-alpha[Alpha transparency value (default 255)]"\
  "--contrast[Image contrast (0-2)]"\
  "--brightness[Image brightness (0-2)]"\
  "--hue[Image hue (0-360)]"\
  "--saturation[Image saturation (0-3)]"\
  "--gamma[Image gamma (0-10)]"\
  "(--nobrightness-threshold --no-brightness-threshold)--brightness-threshold[Brightness threshold]"\
  "(--nobrightness-threshold --brightness-threshold)--no-brightness-threshold[Brightness threshold]"\
  "(--no-brightness-threshold --brightness-threshold)--nobrightness-threshold[Brightness threshold]"\
  "--blur-factor[Blur factor (1-127)]"\
  "--posterize-level[Posterize level]"\
  "--transform-type[Transform type]:Transform type:((antitranspose\:\"Anti-transpose\" transpose\:\"Transpose\" vflip\:\"Flip vertically\" hflip\:\"Flip horizontally\" 270\:\"Rotate by 270 degrees\" 180\:\"Rotate by 180 degrees\" 90\:\"Rotate by 90 degrees\" ))"\
  "--atmo-device[Device type]:Choose your preferred hardware from the list, or choose AtmoWin Software to delegate processing to the external process - with more options:((5\:\"fnordlicht\" 4\:\"MoMoLight\" 3\:\"DMX\" 2\:\"Quattro AtmoLight\" 1\:\"Classic AtmoLight\" ))"\
  "--atmo-serialdev[Serial Port/Device]"\
  "(--noatmo-usepausecolor --no-atmo-usepausecolor)--atmo-usepausecolor[Color when paused]"\
  "(--noatmo-usepausecolor --atmo-usepausecolor)--no-atmo-usepausecolor[Color when paused]"\
  "(--no-atmo-usepausecolor --atmo-usepausecolor)--noatmo-usepausecolor[Color when paused]"\
  "--atmo-pcolor-red[Pause-Red]"\
  "--atmo-pcolor-green[Pause-Green]"\
  "--atmo-pcolor-blue[Pause-Blue]"\
  "--atmo-fadesteps[Pause-Fadesteps]"\
  "--atmo-ecolor-red[End-Red]"\
  "--atmo-ecolor-green[End-Green]"\
  "--atmo-ecolor-blue[End-Blue]"\
  "--atmo-efadesteps[End-Fadesteps]"\
  "--atmo-dmx-channels[Count of AtmoLight channels]"\
  "--atmo-dmx-chbase[DMX address for each channel]"\
  "--atmo-momo-channels[Count of channels]"\
  "--atmo-fnordlicht-amount[Count of fnordlicht's]"\
  "--atmo-zones-top[Number of zones on top]"\
  "--atmo-zones-bottom[Number of zones on bottom]"\
  "--atmo-zones-lr[Zones on left / right side]"\
  "(--noatmo-zone-summary --no-atmo-zone-summary)--atmo-zone-summary[Calculate a average zone]"\
  "(--noatmo-zone-summary --atmo-zone-summary)--no-atmo-zone-summary[Calculate a average zone]"\
  "(--no-atmo-zone-summary --atmo-zone-summary)--noatmo-zone-summary[Calculate a average zone]"\
  "--atmo-edgeweightning[Edge weightning]"\
  "--atmo-brightness[Brightness]"\
  "--atmo-darknesslimit[Darkness limit]"\
  "--atmo-huewinsize[Hue windowing]"\
  "--atmo-satwinsize[Sat windowing]"\
  "--atmo-filtermode[Output Color filter mode]:defines the how the output color should be calculated based on previous color:((2\:\"Percent\" 1\:\"Combined\" 0\:\"No Filtering\" ))"\
  "--atmo-meanlength[Filter length (ms)]"\
  "--atmo-meanthreshold[Filter threshold]"\
  "--atmo-percentnew[Filter smoothness (%)]"\
  "--atmo-framedelay[Frame delay (ms)]"\
  "--atmo-channel_0[Channel 0; summary]:Maps the hardware channel X to logical zone Y to fix wrong wiring ;-):((2\:\"Zone 2:bottom\" 0\:\"Zone 0:top\" 1\:\"Zone 1:right\" 3\:\"Zone 3:left\" 4\:\"Zone 4:summary\" -1\:\"disabled\" ))"\
  "--atmo-channel_1[Channel 1; left]:Maps the hardware channel X to logical zone Y to fix wrong wiring ;-):((2\:\"Zone 2:bottom\" 0\:\"Zone 0:top\" 1\:\"Zone 1:right\" 3\:\"Zone 3:left\" 4\:\"Zone 4:summary\" -1\:\"disabled\" ))"\
  "--atmo-channel_2[Channel 2; right]:Maps the hardware channel X to logical zone Y to fix wrong wiring ;-):((2\:\"Zone 2:bottom\" 0\:\"Zone 0:top\" 1\:\"Zone 1:right\" 3\:\"Zone 3:left\" 4\:\"Zone 4:summary\" -1\:\"disabled\" ))"\
  "--atmo-channel_3[Channel 3; top]:Maps the hardware channel X to logical zone Y to fix wrong wiring ;-):((2\:\"Zone 2:bottom\" 0\:\"Zone 0:top\" 1\:\"Zone 1:right\" 3\:\"Zone 3:left\" 4\:\"Zone 4:summary\" -1\:\"disabled\" ))"\
  "--atmo-channel_4[Channel 4; bottom]:Maps the hardware channel X to logical zone Y to fix wrong wiring ;-):((2\:\"Zone 2:bottom\" 0\:\"Zone 0:top\" 1\:\"Zone 1:right\" 3\:\"Zone 3:left\" 4\:\"Zone 4:summary\" -1\:\"disabled\" ))"\
  "--atmo-channels[Channel / Zone Assignment]"\
  "(--noatmo-whiteadj --no-atmo-whiteadj)--atmo-whiteadj[Use Software White adjust]"\
  "(--noatmo-whiteadj --atmo-whiteadj)--no-atmo-whiteadj[Use Software White adjust]"\
  "(--no-atmo-whiteadj --atmo-whiteadj)--noatmo-whiteadj[Use Software White adjust]"\
  "--atmo-white-red[White Red]"\
  "--atmo-white-green[White Green]"\
  "--atmo-white-blue[White Blue]"\
  "--atmo-gradient_zone_0[Zone 0; Top gradient]:Defines a small bitmap with 64x48 pixels, containing a grayscale gradient:_files"\
  "--atmo-gradient_zone_1[Zone 1; Right gradient]:Defines a small bitmap with 64x48 pixels, containing a grayscale gradient:_files"\
  "--atmo-gradient_zone_2[Zone 2; Bottom gradient]:Defines a small bitmap with 64x48 pixels, containing a grayscale gradient:_files"\
  "--atmo-gradient_zone_3[Zone 3; Left gradient]:Defines a small bitmap with 64x48 pixels, containing a grayscale gradient:_files"\
  "--atmo-gradient_zone_4[Zone 4; Summary gradient]:Defines a small bitmap with 64x48 pixels, containing a grayscale gradient:_files"\
  "--atmo-gradient_path[Gradient bitmap searchpath]:Now preferred option to assign gradient bitmaps, put them as zone_0.bmp, zone_1.bmp etc. into one folder and set the foldername here:_files -/"\
  "--atmo-width[Extracted Image Width]"\
  "--atmo-height[Extracted Image Height]"\
  "(--noatmo-showdots --no-atmo-showdots)--atmo-showdots[Mark analyzed pixels]"\
  "(--noatmo-showdots --atmo-showdots)--no-atmo-showdots[Mark analyzed pixels]"\
  "(--no-atmo-showdots --atmo-showdots)--noatmo-showdots[Mark analyzed pixels]"\
  "--alphamask-mask[Transparency mask]:Alpha blending transparency mask. Uses a png alpha channel.:_files"\
  "--extract-component[RGB component to extract]:RGB component to extract. 0 for Red, 1 for Green and 2 for Blue.:((255\:\"Blue\" 65280\:\"Green\" 16711680\:\"Red\" ))"\
  "--postproc-q[Post processing quality]"\
  "--postproc-name[FFmpeg post processing filter chains]"\
  "--sout-deinterlace-mode[Streaming deinterlace mode]:Deinterlace method to use for streaming.:((ivtc\:\"Film NTSC (IVTC)\" phosphor\:\"Phosphor\" yadif2x\:\"Yadif (2x)\" yadif\:\"Yadif\" x\:\"X\" linear\:\"Linear\" bob\:\"Bob\" mean\:\"Mean\" blend\:\"Blend\" discard\:\"Discard\" ))"\
  "--sout-deinterlace-phosphor-chroma[Phosphor chroma mode for 4;2;0 input]:Phosphor chroma mode for 4;2;0 input:((4\:\"Upconvert\" 3\:\"Blend\" 2\:\"AltLine\" 1\:\"Latest\" ))"\
  "--sout-deinterlace-phosphor-dimmer[Phosphor old field dimmer strength]:This controls the strength of the darkening filter that simulates CRT TV phosphor light decay for the old field in the Phosphor framerate doubler. Default; Low.:((4\:\"High\" 3\:\"Medium\" 2\:\"Low\" 1\:\"Off\" ))"\
  "--croppadd-croptop[Pixels to crop from top]"\
  "--croppadd-cropbottom[Pixels to crop from bottom]"\
  "--croppadd-cropleft[Pixels to crop from left]"\
  "--croppadd-cropright[Pixels to crop from right]"\
  "--croppadd-paddtop[Pixels to padd to top]"\
  "--croppadd-paddbottom[Pixels to padd to bottom]"\
  "--croppadd-paddleft[Pixels to padd to left]"\
  "--croppadd-paddright[Pixels to padd to right]"\
  "--puzzle-rows[Number of puzzle rows]"\
  "--puzzle-cols[Number of puzzle columns]"\
  "--puzzle-border[Border]"\
  "(--nopuzzle-preview --no-puzzle-preview)--puzzle-preview[Small preview]"\
  "(--nopuzzle-preview --puzzle-preview)--no-puzzle-preview[Small preview]"\
  "(--no-puzzle-preview --puzzle-preview)--nopuzzle-preview[Small preview]"\
  "--puzzle-preview-size[Small preview size]"\
  "--puzzle-shape-size[Piece edge shape size]"\
  "--puzzle-auto-shuffle[Auto shuffle]"\
  "--puzzle-auto-solve[Auto solve]"\
  "--puzzle-rotation[Rotation]:Rotation parameter; none;180;90-270;mirror:((3\:\"0/90/180/270/mirror\" 2\:\"0/90/180/270\" 1\:\"0/180\" 0\:\"0\" ))"\
  "--puzzle-mode[Game mode]:Select game mode variation from jigsaw puzzle to sliding puzzle.:((3\:\"exchange puzzle\" 2\:\"swap puzzle\" 1\:\"sliding puzzle\" 0\:\"jigsaw puzzle\" ))"\
  "--antiflicker-window-size[Window size]"\
  "--antiflicker-softening-size[Softening value]"\
  "--ball-color[Ball color]:Ball color:((white\:\"White\" blue\:\"Blue\" green\:\"Green\" red\:\"Red\" ))"\
  "--ball-speed[Ball speed]"\
  "--ball-size[Ball size]"\
  "--ball-gradient-threshold[Gradient threshold]"\
  "(--noball-edge-visible --no-ball-edge-visible)--ball-edge-visible[Edge visible]"\
  "(--noball-edge-visible --ball-edge-visible)--no-ball-edge-visible[Edge visible]"\
  "(--no-ball-edge-visible --ball-edge-visible)--noball-edge-visible[Edge visible]"\
  "--sharpen-sigma[Sharpen strength (0-2)]"\
  "--rss-urls[Feed URLs]"\
  "--rss-x[X offset]"\
  "--rss-y[Y offset]"\
  "--rss-position[Text position]:Text position:((10\:\"Bottom-Right\" 9\:\"Bottom-Left\" 6\:\"Top-Right\" 5\:\"Top-Left\" 8\:\"Bottom\" 4\:\"Top\" 2\:\"Right\" 1\:\"Left\" 0\:\"Center\" ))"\
  "--rss-opacity[Opacity]"\
  "--rss-color[Color]"\
  "--rss-size[Font size, pixels]"\
  "--rss-speed[Speed of feeds]"\
  "--rss-length[Max length]"\
  "--rss-ttl[Refresh time]"\
  "(--norss-images --no-rss-images)--rss-images[Feed images]"\
  "(--norss-images --rss-images)--no-rss-images[Feed images]"\
  "(--no-rss-images --rss-images)--norss-images[Feed images]"\
  "--rss-title[Title display mode]:Title display mode:((2\:\"Scroll with feed\" 1\:\"Always visible\" 0\:\"Don't show\" -1\:\"Default\" ))"\
  "--subsdelay-mode[Delay calculation mode]:Delay calculation mode:((2\:\"Relative to source content\" 1\:\"Relative to source delay\" 0\:\"Absolute delay\" ))"\
  "--subsdelay-factor[Calculation factor]"\
  "--subsdelay-overlap[Maximum overlapping subtitles]"\
  "--subsdelay-min-alpha[Minimum alpha value]"\
  "--subsdelay-min-stops[Interval between two disappearances]"\
  "--subsdelay-min-start-stop[Interval between appearance and disappearance]"\
  "--subsdelay-min-stop-start[Interval between disappearance and appearance]"\
  "--mirror-split[Mirror orientation]:Defines orientation of the mirror splitting.     Can be vertical or horizontal:((1\:\"Horizontal\" 0\:\"Vertical\" ))"\
  "--mirror-direction[Direction]:Direction of the mirroring:((1\:\"Right to left/Bottom to top\" 0\:\"Left to right/Top to bottom\" ))"\
  "--gaussianblur-sigma[Gaussian's std deviation]"\
  "--mosaic-alpha[Transparency]"\
  "--mosaic-height[Height]"\
  "--mosaic-width[Width]"\
  "--mosaic-align[Mosaic alignment]:Mosaic alignment:((10\:\"Bottom-Right\" 9\:\"Bottom-Left\" 6\:\"Top-Right\" 5\:\"Top-Left\" 8\:\"Bottom\" 4\:\"Top\" 2\:\"Right\" 1\:\"Left\" 0\:\"Center\" ))"\
  "--mosaic-xoffset[Top left corner X coordinate]"\
  "--mosaic-yoffset[Top left corner Y coordinate]"\
  "--mosaic-borderw[Border width]"\
  "--mosaic-borderh[Border height]"\
  "--mosaic-position[Positioning method]:Positioning method for the mosaic. auto; automatically choose the best number of rows and columns. fixed; use the user-defined number of rows and columns. offsets; use the user-defined offsets for each image.:((2\:\"offsets\" 1\:\"fixed\" 0\:\"auto\" ))"\
  "--mosaic-rows[Number of rows]"\
  "--mosaic-cols[Number of columns]"\
  "(--nomosaic-keep-aspect-ratio --no-mosaic-keep-aspect-ratio)--mosaic-keep-aspect-ratio[Keep aspect ratio]"\
  "(--nomosaic-keep-aspect-ratio --mosaic-keep-aspect-ratio)--no-mosaic-keep-aspect-ratio[Keep aspect ratio]"\
  "(--no-mosaic-keep-aspect-ratio --mosaic-keep-aspect-ratio)--nomosaic-keep-aspect-ratio[Keep aspect ratio]"\
  "(--nomosaic-keep-picture --no-mosaic-keep-picture)--mosaic-keep-picture[Keep original size]"\
  "(--nomosaic-keep-picture --mosaic-keep-picture)--no-mosaic-keep-picture[Keep original size]"\
  "(--no-mosaic-keep-picture --mosaic-keep-picture)--nomosaic-keep-picture[Keep original size]"\
  "--mosaic-order[Elements order]"\
  "--mosaic-offsets[Offsets in order]"\
  "--mosaic-delay[Delay]"\
  "--demuxdump-access[Dump module]:Dump module:(access_output_shout udp access_output_dummy access_output_livehttp access_output_http access_output_file avio ftp mux_wav)"\
  "--demuxdump-file[Dump filename]:Name of the file to which the raw stream will be dumped.:_files"\
  "(--nodemuxdump-append --no-demuxdump-append)--demuxdump-append[Append to existing file]"\
  "(--nodemuxdump-append --demuxdump-append)--no-demuxdump-append[Append to existing file]"\
  "(--no-demuxdump-append --demuxdump-append)--nodemuxdump-append[Append to existing file]"\
  "--theora-postproc[Post processing quality]"\
  "--sout-theora-quality[Encoding quality]"\
  "--swscale-mode[Scaling mode]:Scaling mode to use.:((10\:\"Bicubic spline\" 9\:\"Lanczos\" 8\:\"SincR\" 7\:\"Gauss\" 6\:\"Luma bicubic / chroma bilinear\" 5\:\"Area\" 4\:\"Nearest neighbour (bad quality)\" 3\:\"Experimental\" 2\:\"Bicubic (good quality)\" 1\:\"Bilinear\" 0\:\"Fast bilinear\" ))"\
  "--linsys-hdsdi-link[Link #]"\
  "--linsys-hdsdi-id-video[Video ID]"\
  "--linsys-hdsdi-aspect-ratio[Aspect ratio]"\
  "--linsys-hdsdi-audio[Audio configuration]"\
  "--notify-timeout[Timeout (ms)]"\
  "--rdp-user[RDP auth username]"\
  "--rdp-password[RDP auth password]"\
  "--rdp-fps[Frame rate]"\
  "(--nordp-encrypt --no-rdp-encrypt)--rdp-encrypt[Encrypted connexion]"\
  "(--nordp-encrypt --rdp-encrypt)--no-rdp-encrypt[Encrypted connexion]"\
  "(--no-rdp-encrypt --rdp-encrypt)--nordp-encrypt[Encrypted connexion]"\
  "(--norawdv-hurry-up --no-rawdv-hurry-up)--rawdv-hurry-up[Hurry up]"\
  "(--norawdv-hurry-up --rawdv-hurry-up)--no-rawdv-hurry-up[Hurry up]"\
  "(--no-rawdv-hurry-up --rawdv-hurry-up)--norawdv-hurry-up[Hurry up]"\
  "--album-art-filename[Album art filename]:Filename to look for album art in current directory:_files"\
  "(--nortsp-tcp --no-rtsp-tcp)--rtsp-tcp[Use RTP over RTSP (TCP)]"\
  "(--nortsp-tcp --rtsp-tcp)--no-rtsp-tcp[Use RTP over RTSP (TCP)]"\
  "(--no-rtsp-tcp --rtsp-tcp)--nortsp-tcp[Use RTP over RTSP (TCP)]"\
  "--rtp-client-port[Client port]"\
  "(--nortsp-mcast --no-rtsp-mcast)--rtsp-mcast[Force multicast RTP via RTSP]"\
  "(--nortsp-mcast --rtsp-mcast)--no-rtsp-mcast[Force multicast RTP via RTSP]"\
  "(--no-rtsp-mcast --rtsp-mcast)--nortsp-mcast[Force multicast RTP via RTSP]"\
  "(--nortsp-http --no-rtsp-http)--rtsp-http[Tunnel RTSP and RTP over HTTP]"\
  "(--nortsp-http --rtsp-http)--no-rtsp-http[Tunnel RTSP and RTP over HTTP]"\
  "(--no-rtsp-http --rtsp-http)--nortsp-http[Tunnel RTSP and RTP over HTTP]"\
  "--rtsp-http-port[HTTP tunnel port]"\
  "(--nortsp-kasenna --no-rtsp-kasenna)--rtsp-kasenna[Kasenna RTSP dialect]"\
  "(--nortsp-kasenna --rtsp-kasenna)--no-rtsp-kasenna[Kasenna RTSP dialect]"\
  "(--no-rtsp-kasenna --rtsp-kasenna)--nortsp-kasenna[Kasenna RTSP dialect]"\
  "(--nortsp-wmserver --no-rtsp-wmserver)--rtsp-wmserver[WMServer RTSP dialect]"\
  "(--nortsp-wmserver --rtsp-wmserver)--no-rtsp-wmserver[WMServer RTSP dialect]"\
  "(--no-rtsp-wmserver --rtsp-wmserver)--nortsp-wmserver[WMServer RTSP dialect]"\
  "--rtsp-user[RTSP user name]"\
  "--rtsp-pwd[RTSP password]"\
  "--rtsp-frame-buffer-size[RTSP frame buffer size]"\
  "--mms-timeout[TCP/UDP timeout (ms)]"\
  "(--nomms-all --no-mms-all)--mms-all[Force selection of all streams]"\
  "(--nomms-all --mms-all)--no-mms-all[Force selection of all streams]"\
  "(--no-mms-all --mms-all)--nomms-all[Force selection of all streams]"\
  "--mms-maxbitrate[Maximum bitrate]"\
  "--mmsh-proxy[HTTP proxy]"\
  "--http-proxy[HTTP proxy]"\
  "--http-proxy-pwd[HTTP proxy password]"\
  "--http-referrer[HTTP referer value]"\
  "--http-user-agent[User Agent]"\
  "(--nohttp-reconnect --no-http-reconnect)--http-reconnect[Auto re-connect]"\
  "(--nohttp-reconnect --http-reconnect)--no-http-reconnect[Auto re-connect]"\
  "(--no-http-reconnect --http-reconnect)--nohttp-reconnect[Auto re-connect]"\
  "(--nohttp-continuous --no-http-continuous)--http-continuous[Continuous stream]"\
  "(--nohttp-continuous --http-continuous)--no-http-continuous[Continuous stream]"\
  "(--no-http-continuous --http-continuous)--nohttp-continuous[Continuous stream]"\
  "(--nohttp-forward-cookies --no-http-forward-cookies)--http-forward-cookies[Forward Cookies]"\
  "(--nohttp-forward-cookies --http-forward-cookies)--no-http-forward-cookies[Forward Cookies]"\
  "(--no-http-forward-cookies --http-forward-cookies)--nohttp-forward-cookies[Forward Cookies]"\
  "--clone-count[Number of clones]"\
  "--clone-vout-list[Video output modules]"\
  "--panoramix-cols[Number of columns]"\
  "--panoramix-rows[Number of rows]"\
  "--panoramix-bz-length[length of the overlapping area (in %)]"\
  "--panoramix-bz-height[height of the overlapping area (in %)]"\
  "(--nopanoramix-attenuate --no-panoramix-attenuate)--panoramix-attenuate[Attenuation]"\
  "(--nopanoramix-attenuate --panoramix-attenuate)--no-panoramix-attenuate[Attenuation]"\
  "(--no-panoramix-attenuate --panoramix-attenuate)--nopanoramix-attenuate[Attenuation]"\
  "--panoramix-bz-begin[Attenuation, begin (in %)]"\
  "--panoramix-bz-middle[Attenuation, middle (in %)]"\
  "--panoramix-bz-end[Attenuation, end (in %)]"\
  "--panoramix-bz-middle-pos[middle position (in %)]"\
  "--panoramix-bz-gamma-red[Gamma (Red) correction]"\
  "--panoramix-bz-gamma-green[Gamma (Green) correction]"\
  "--panoramix-bz-gamma-blue[Gamma (Blue) correction]"\
  "--panoramix-bz-blackcrush-red[Black Crush for Red]"\
  "--panoramix-bz-blackcrush-green[Black Crush for Green]"\
  "--panoramix-bz-blackcrush-blue[Black Crush for Blue]"\
  "--panoramix-bz-whitecrush-red[White Crush for Red]"\
  "--panoramix-bz-whitecrush-green[White Crush for Green]"\
  "--panoramix-bz-whitecrush-blue[White Crush for Blue]"\
  "--panoramix-bz-blacklevel-red[Black Level for Red]"\
  "--panoramix-bz-blacklevel-green[Black Level for Green]"\
  "--panoramix-bz-blacklevel-blue[Black Level for Blue]"\
  "--panoramix-bz-whitelevel-red[White Level for Red]"\
  "--panoramix-bz-whitelevel-green[White Level for Green]"\
  "--panoramix-bz-whitelevel-blue[White Level for Blue]"\
  "--panoramix-active[Active windows]"\
  "--soundfont[Sound fonts]:A sound fonts file is required for software synthesis.:_files"\
  "(--nosynth-chorus --no-synth-chorus)--synth-chorus[Chorus]"\
  "(--nosynth-chorus --synth-chorus)--no-synth-chorus[Chorus]"\
  "(--no-synth-chorus --synth-chorus)--nosynth-chorus[Chorus]"\
  "--synth-gain[Synthesis gain]"\
  "--synth-polyphony[Polyphony]"\
  "(--nosynth-reverb --no-synth-reverb)--synth-reverb[Reverb]"\
  "(--nosynth-reverb --synth-reverb)--no-synth-reverb[Reverb]"\
  "(--no-synth-reverb --synth-reverb)--nosynth-reverb[Reverb]"\
  "--synth-sample-rate[Sample rate]"\
  "--podcast-urls[Podcast URLs list]"\
  "--rfb-user[Username]"\
  "--rfb-password[Password]"\
  "--rfb-x509-ca[X.509 Certificate Authority]:Certificate of the Authority to verify server's against:_files"\
  "--rfb-x509-crl[X.509 Certificate Revocation List]:List of revoked servers certificates:_files"\
  "--rfb-x509-client-cert[X.509 Client certificate]:Certificate for client authentification:_files"\
  "--rfb-x509-client-key[X.509 Client private key]:Private key for authentification by certificate:_files"\
  "--rfb-fps[Frame rate]"\
  "--rfb-chroma[Frame buffer depth]:Frame buffer depth:((RGB8\:\"8 bits\" RV16\:\"16 bits\" RV24\:\"24 bits\" RV32\:\"32 bits\" ))"\
  "--rfb-compress-level[Compression level]"\
  "--rfb-quality-level[Image quality]"\
  "--vbi-page[Teletext page]"\
  "(--novbi-opaque --no-vbi-opaque)--vbi-opaque[Teletext transparency]"\
  "(--novbi-opaque --vbi-opaque)--no-vbi-opaque[Teletext transparency]"\
  "(--no-vbi-opaque --vbi-opaque)--novbi-opaque[Teletext transparency]"\
  "--vbi-position[Teletext alignment]:Teletext alignment:((10\:\"Bottom-Right\" 9\:\"Bottom-Left\" 6\:\"Top-Right\" 5\:\"Top-Left\" 8\:\"Bottom\" 4\:\"Top\" 2\:\"Right\" 1\:\"Left\" 0\:\"Center\" ))"\
  "(--novbi-text --no-vbi-text)--vbi-text[Teletext text subtitles]"\
  "(--novbi-text --vbi-text)--no-vbi-text[Teletext text subtitles]"\
  "(--no-vbi-text --vbi-text)--novbi-text[Teletext text subtitles]"\
  "(--nokate-formatted --no-kate-formatted)--kate-formatted[Formatted Subtitles]"\
  "(--nokate-formatted --kate-formatted)--no-kate-formatted[Formatted Subtitles]"\
  "(--no-kate-formatted --kate-formatted)--nokate-formatted[Formatted Subtitles]"\
  "--hevc-force-fps[Frames per Second]"\
  "(--nodummy-save-es --no-dummy-save-es)--dummy-save-es[Save raw codec data]"\
  "(--nodummy-save-es --dummy-save-es)--no-dummy-save-es[Save raw codec data]"\
  "(--no-dummy-save-es --dummy-save-es)--nodummy-save-es[Save raw codec data]"\
  "--dash-prefwidth[Preferred Width]"\
  "--dash-prefheight[Preferred Height]"\
  "--dash-buffersize[Buffer Size (Seconds)]"\
  "--smb-user[SMB user name]"\
  "--smb-pwd[SMB password]"\
  "--smb-domain[SMB domain]"\
  "--svg-width[Image width]"\
  "--svg-height[Image height]"\
  "--svg-scale[Scale factor]"\
  "--avio-options[Advanced options]"\
  "--sout-avio-options[Advanced options]"\
  "--screen-fps[Frame rate]"\
  "--screen-left[Region left column]"\
  "--screen-top[Region top row]"\
  "--screen-width[Capture region width]"\
  "--screen-height[Capture region height]"\
  "(--noscreen-follow-mouse --no-screen-follow-mouse)--screen-follow-mouse[Follow the mouse]"\
  "(--noscreen-follow-mouse --screen-follow-mouse)--no-screen-follow-mouse[Follow the mouse]"\
  "(--no-screen-follow-mouse --screen-follow-mouse)--noscreen-follow-mouse[Follow the mouse]"\
  "--imem-get[Get function]"\
  "--imem-release[Release function]"\
  "--imem-cookie[Callback cookie string]"\
  "--imem-data[Callback data]"\
  "--imem-id[ID]"\
  "--imem-group[Group]"\
  "--imem-cat[Category]:Set the category of the elementary stream:((4\:\"Data\" 3\:\"Subtitle\" 2\:\"Video\" 1\:\"Audio\" 0\:\"Unknown\" ))"\
  "--imem-codec[Codec]"\
  "--imem-language[Language]"\
  "--imem-samplerate[Sample rate]"\
  "--imem-channels[Channels count]"\
  "--imem-width[Width]"\
  "--imem-height[Height]"\
  "--imem-dar[Display aspect ratio]"\
  "--imem-fps[Frame rate]"\
  "--imem-size[Size]"\
  "--rawaud-channels[Audio channels]"\
  "--rawaud-samplerate[Audio samplerate (Hz)]"\
  "--rawaud-fourcc[FOURCC code of raw input format]"\
  "--rawaud-lang[Forces the audio language]"\
  "--timecode-fps[Frame rate]:Frame rate:((30/1\:\"30\" 30000/1001\:\"29.97\" 25/1\:\"25\" 24/1\:\"24\" ))"\
  "--sout-x264-keyint[Maximum GOP size]"\
  "--sout-x264-min-keyint[Minimum GOP size]"\
  "(--nosout-x264-opengop --no-sout-x264-opengop)--sout-x264-opengop[Use recovery points to close GOPs]"\
  "(--nosout-x264-opengop --sout-x264-opengop)--no-sout-x264-opengop[Use recovery points to close GOPs]"\
  "(--no-sout-x264-opengop --sout-x264-opengop)--nosout-x264-opengop[Use recovery points to close GOPs]"\
  "(--nosout-x264-bluray-compat --no-sout-x264-bluray-compat)--sout-x264-bluray-compat[Enable compatibility hacks for Blu-ray support]"\
  "(--nosout-x264-bluray-compat --sout-x264-bluray-compat)--no-sout-x264-bluray-compat[Enable compatibility hacks for Blu-ray support]"\
  "(--no-sout-x264-bluray-compat --sout-x264-bluray-compat)--nosout-x264-bluray-compat[Enable compatibility hacks for Blu-ray support]"\
  "--sout-x264-scenecut[Extra I-frames aggressivity]"\
  "--sout-x264-bframes[B-frames between I and P]"\
  "--sout-x264-b-adapt[Adaptive B-frame decision]"\
  "--sout-x264-b-bias[Influence (bias) B-frames usage]"\
  "--sout-x264-bpyramid[Keep some B-frames as references]:Keep some B-frames as references:((normal\:\"normal\" strict\:\"strict\" none\:\"none\" ))"\
  "(--nosout-x264-cabac --no-sout-x264-cabac)--sout-x264-cabac[CABAC]"\
  "(--nosout-x264-cabac --sout-x264-cabac)--no-sout-x264-cabac[CABAC]"\
  "(--no-sout-x264-cabac --sout-x264-cabac)--nosout-x264-cabac[CABAC]"\
  "(--nosout-x264-fullrange --no-sout-x264-fullrange)--sout-x264-fullrange[Use fullrange instead of TV colorrange]"\
  "(--nosout-x264-fullrange --sout-x264-fullrange)--no-sout-x264-fullrange[Use fullrange instead of TV colorrange]"\
  "(--no-sout-x264-fullrange --sout-x264-fullrange)--nosout-x264-fullrange[Use fullrange instead of TV colorrange]"\
  "--sout-x264-ref[Number of reference frames]"\
  "(--nosout-x264-nf --no-sout-x264-nf)--sout-x264-nf[Skip loop filter]"\
  "(--nosout-x264-nf --sout-x264-nf)--no-sout-x264-nf[Skip loop filter]"\
  "(--no-sout-x264-nf --sout-x264-nf)--nosout-x264-nf[Skip loop filter]"\
  "--sout-x264-deblock[Loop filter AlphaC0 and Beta parameters alpha;beta]"\
  "--sout-x264-psy-rd[Strength of psychovisual optimization, default is '1.0;0.0']"\
  "(--nosout-x264-psy --no-sout-x264-psy)--sout-x264-psy[Use Psy-optimizations]"\
  "(--nosout-x264-psy --sout-x264-psy)--no-sout-x264-psy[Use Psy-optimizations]"\
  "(--no-sout-x264-psy --sout-x264-psy)--nosout-x264-psy[Use Psy-optimizations]"\
  "--sout-x264-level[H.264 level]"\
  "--sout-x264-profile[H.264 profile]:Specify H.264 profile which limits are enforced over other settings:((high444\:\"high444\" high422\:\"high422\" high10\:\"high10\" high\:\"high\" main\:\"main\" baseline\:\"baseline\" ))"\
  "(--nosout-x264-interlaced --no-sout-x264-interlaced)--sout-x264-interlaced[Interlaced mode]"\
  "(--nosout-x264-interlaced --sout-x264-interlaced)--no-sout-x264-interlaced[Interlaced mode]"\
  "(--no-sout-x264-interlaced --sout-x264-interlaced)--nosout-x264-interlaced[Interlaced mode]"\
  "--sout-x264-frame-packing[Frame packing]:Frame packing:((5\:\"frame alternation\" 4\:\"top bottom\" 3\:\"side by side\" 2\:\"row alternation\" 1\:\"column alternation\" 0\:\"checkerboard\" -1\:\"\" ))"\
  "--sout-x264-slices[Force number of slices per frame]"\
  "--sout-x264-slice-max-size[Limit the size of each slice in bytes]"\
  "--sout-x264-slice-max-mbs[Limit the size of each slice in macroblocks]"\
  "--sout-x264-hrd[HRD-timing information]:HRD-timing information:((cbr\:\"cbr\" vbr\:\"vbr\" none\:\"none\" ))"\
  "--sout-x264-qp[Set QP]"\
  "--sout-x264-crf[Quality-based VBR]"\
  "--sout-x264-qpmin[Min QP]"\
  "--sout-x264-qpmax[Max QP]"\
  "--sout-x264-qpstep[Max QP step]"\
  "--sout-x264-ratetol[Average bitrate tolerance]"\
  "--sout-x264-vbv-maxrate[Max local bitrate]"\
  "--sout-x264-vbv-bufsize[VBV buffer]"\
  "--sout-x264-vbv-init[Initial VBV buffer occupancy]"\
  "--sout-x264-ipratio[QP factor between I and P]"\
  "--sout-x264-pbratio[QP factor between P and B]"\
  "--sout-x264-chroma-qp-offset[QP difference between chroma and luma]"\
  "--sout-x264-pass[Multipass ratecontrol]"\
  "--sout-x264-qcomp[QP curve compression]"\
  "--sout-x264-cplxblur[Reduce fluctuations in QP]"\
  "--sout-x264-qblur[Reduce fluctuations in QP]"\
  "--sout-x264-aq-mode[How AQ distributes bits]"\
  "--sout-x264-aq-strength[Strength of AQ]"\
  "--sout-x264-partitions[Partitions to consider]:Partitions to consider:((all\:\"All\" slow\:\"Slow\" normal\:\"Normal\" fast\:\"Fast\" none\:\"None\" ))"\
  "--sout-x264-direct[Direct MV prediction mode]:Direct MV prediction mode:((auto\:\"Auto\" temporal\:\"Temporal\" spatial\:\"Spatial\" none\:\"None\" ))"\
  "--sout-x264-direct-8x8[Direct prediction size]"\
  "(--nosout-x264-weightb --no-sout-x264-weightb)--sout-x264-weightb[Weighted prediction for B-frames]"\
  "(--nosout-x264-weightb --sout-x264-weightb)--no-sout-x264-weightb[Weighted prediction for B-frames]"\
  "(--no-sout-x264-weightb --sout-x264-weightb)--nosout-x264-weightb[Weighted prediction for B-frames]"\
  "--sout-x264-weightp[Weighted prediction for P-frames]"\
  "--sout-x264-me[Integer pixel motion estimation method]:Integer pixel motion estimation method:((tesa\:\"tesa\" esa\:\"esa\" umh\:\"umh\" hex\:\"hex\" dia\:\"dia\" ))"\
  "--sout-x264-merange[Maximum motion vector search range]"\
  "--sout-x264-mvrange[Maximum motion vector length]"\
  "--sout-x264-mvrange-thread[Minimum buffer space between threads]"\
  "--sout-x264-subme[Subpixel motion estimation and partition decision quality]"\
  "(--nosout-x264-mixed-refs --no-sout-x264-mixed-refs)--sout-x264-mixed-refs[Decide references on a per partition basis]"\
  "(--nosout-x264-mixed-refs --sout-x264-mixed-refs)--no-sout-x264-mixed-refs[Decide references on a per partition basis]"\
  "(--no-sout-x264-mixed-refs --sout-x264-mixed-refs)--nosout-x264-mixed-refs[Decide references on a per partition basis]"\
  "(--nosout-x264-chroma-me --no-sout-x264-chroma-me)--sout-x264-chroma-me[Chroma in motion estimation]"\
  "(--nosout-x264-chroma-me --sout-x264-chroma-me)--no-sout-x264-chroma-me[Chroma in motion estimation]"\
  "(--no-sout-x264-chroma-me --sout-x264-chroma-me)--nosout-x264-chroma-me[Chroma in motion estimation]"\
  "(--nosout-x264-8x8dct --no-sout-x264-8x8dct)--sout-x264-8x8dct[Adaptive spatial transform size]"\
  "(--nosout-x264-8x8dct --sout-x264-8x8dct)--no-sout-x264-8x8dct[Adaptive spatial transform size]"\
  "(--no-sout-x264-8x8dct --sout-x264-8x8dct)--nosout-x264-8x8dct[Adaptive spatial transform size]"\
  "--sout-x264-trellis[Trellis RD quantization]"\
  "--sout-x264-lookahead[Framecount to use on frametype lookahead]"\
  "(--nosout-x264-intra-refresh --no-sout-x264-intra-refresh)--sout-x264-intra-refresh[Use Periodic Intra Refresh]"\
  "(--nosout-x264-intra-refresh --sout-x264-intra-refresh)--no-sout-x264-intra-refresh[Use Periodic Intra Refresh]"\
  "(--no-sout-x264-intra-refresh --sout-x264-intra-refresh)--nosout-x264-intra-refresh[Use Periodic Intra Refresh]"\
  "(--nosout-x264-mbtree --no-sout-x264-mbtree)--sout-x264-mbtree[Use mb-tree ratecontrol]"\
  "(--nosout-x264-mbtree --sout-x264-mbtree)--no-sout-x264-mbtree[Use mb-tree ratecontrol]"\
  "(--no-sout-x264-mbtree --sout-x264-mbtree)--nosout-x264-mbtree[Use mb-tree ratecontrol]"\
  "(--nosout-x264-fast-pskip --no-sout-x264-fast-pskip)--sout-x264-fast-pskip[Early SKIP detection on P-frames]"\
  "(--nosout-x264-fast-pskip --sout-x264-fast-pskip)--no-sout-x264-fast-pskip[Early SKIP detection on P-frames]"\
  "(--no-sout-x264-fast-pskip --sout-x264-fast-pskip)--nosout-x264-fast-pskip[Early SKIP detection on P-frames]"\
  "(--nosout-x264-dct-decimate --no-sout-x264-dct-decimate)--sout-x264-dct-decimate[Coefficient thresholding on P-frames]"\
  "(--nosout-x264-dct-decimate --sout-x264-dct-decimate)--no-sout-x264-dct-decimate[Coefficient thresholding on P-frames]"\
  "(--no-sout-x264-dct-decimate --sout-x264-dct-decimate)--nosout-x264-dct-decimate[Coefficient thresholding on P-frames]"\
  "--sout-x264-nr[Noise reduction]"\
  "--sout-x264-deadzone-inter[Inter luma quantization deadzone]"\
  "--sout-x264-deadzone-intra[Intra luma quantization deadzone]"\
  "(--nosout-x264-non-deterministic --no-sout-x264-non-deterministic)--sout-x264-non-deterministic[Non-deterministic optimizations when threaded]"\
  "(--nosout-x264-non-deterministic --sout-x264-non-deterministic)--no-sout-x264-non-deterministic[Non-deterministic optimizations when threaded]"\
  "(--no-sout-x264-non-deterministic --sout-x264-non-deterministic)--nosout-x264-non-deterministic[Non-deterministic optimizations when threaded]"\
  "(--nosout-x264-asm --no-sout-x264-asm)--sout-x264-asm[CPU optimizations]"\
  "(--nosout-x264-asm --sout-x264-asm)--no-sout-x264-asm[CPU optimizations]"\
  "(--no-sout-x264-asm --sout-x264-asm)--nosout-x264-asm[CPU optimizations]"\
  "(--nosout-x264-psnr --no-sout-x264-psnr)--sout-x264-psnr[PSNR computation]"\
  "(--nosout-x264-psnr --sout-x264-psnr)--no-sout-x264-psnr[PSNR computation]"\
  "(--no-sout-x264-psnr --sout-x264-psnr)--nosout-x264-psnr[PSNR computation]"\
  "(--nosout-x264-ssim --no-sout-x264-ssim)--sout-x264-ssim[SSIM computation]"\
  "(--nosout-x264-ssim --sout-x264-ssim)--no-sout-x264-ssim[SSIM computation]"\
  "(--no-sout-x264-ssim --sout-x264-ssim)--nosout-x264-ssim[SSIM computation]"\
  "(--nosout-x264-quiet --no-sout-x264-quiet)--sout-x264-quiet[Quiet mode]"\
  "(--nosout-x264-quiet --sout-x264-quiet)--no-sout-x264-quiet[Quiet mode]"\
  "(--no-sout-x264-quiet --sout-x264-quiet)--nosout-x264-quiet[Quiet mode]"\
  "--sout-x264-sps-id[SPS and PPS id numbers]"\
  "(--nosout-x264-aud --no-sout-x264-aud)--sout-x264-aud[Access unit delimiters]"\
  "(--nosout-x264-aud --sout-x264-aud)--no-sout-x264-aud[Access unit delimiters]"\
  "(--no-sout-x264-aud --sout-x264-aud)--nosout-x264-aud[Access unit delimiters]"\
  "(--nosout-x264-verbose --no-sout-x264-verbose)--sout-x264-verbose[Statistics]"\
  "(--nosout-x264-verbose --sout-x264-verbose)--no-sout-x264-verbose[Statistics]"\
  "(--no-sout-x264-verbose --sout-x264-verbose)--nosout-x264-verbose[Statistics]"\
  "--sout-x264-stats[Filename for 2 pass stats file]"\
  "--sout-x264-preset[Default preset setting used]:Default preset setting used:((placebo\:\"placebo\" veryslow\:\"veryslow\" slower\:\"slower\" slow\:\"slow\" medium\:\"medium\" fast\:\"fast\" faster\:\"faster\" veryfast\:\"veryfast\" superfast\:\"superfast\" ultrafast\:\"ultrafast\" ))"\
  "--sout-x264-tune[Default tune setting used]:Default tune setting used:((zerolatency\:\"zerolatency\" fastdecode\:\"fastdecode\" ssim\:\"ssim\" psnr\:\"psnr\" stillimage\:\"stillimage\" grain\:\"grain\" animation\:\"animation\" film\:\"film\" ))"\
  "--sout-x264-options[x264 advanced options.]"\
  "--amem-format[Sample format]"\
  "--amem-rate[Sample rate]"\
  "--amem-channels[Channels count]"\
  "--audiofile-file[Output file]:Output file:_files"\
  "--audiofile-format[Output format]:Output format:((spdif\:\"spdif\" float32\:\"float32\" s16\:\"s16\" u8\:\"u8\" ))"\
  "--audiofile-channels[Number of output channels]"\
  "(--noaudiofile-wav --no-audiofile-wav)--audiofile-wav[Add WAVE header]"\
  "(--noaudiofile-wav --audiofile-wav)--no-audiofile-wav[Add WAVE header]"\
  "(--no-audiofile-wav --audiofile-wav)--noaudiofile-wav[Add WAVE header]"\
  "--cdda-track[(null)]"\
  "--cdda-first-sector[(null)]"\
  "--cdda-last-sector[(null)]"\
  "--cddb-server[CDDB Server]"\
  "--cddb-port[CDDB port]"\
  "--alsa-audio-device[Audio output device]"\
  "--alsa-audio-channels[Audio output channels]:Channels available for audio output. If the input has more channels than the output, it will be down-mixed. This parameter is ignored when digital pass-through is active.:((4967\:\"Surround 7.1\" 4199\:\"Surround 5.1\" 103\:\"Surround 5.0\" 4198\:\"Surround 4.1\" 102\:\"Surround 4.0\" 6\:\"Stereo\" 1\:\"Mono\" ))"\
  "--alsa-gain[Software gain]"\
  "--image-id[ES ID]"\
  "--image-group[Group]"\
  "(--noimage-decode --no-image-decode)--image-decode[Decode]"\
  "(--noimage-decode --image-decode)--no-image-decode[Decode]"\
  "(--no-image-decode --image-decode)--noimage-decode[Decode]"\
  "--image-chroma[Forced chroma]"\
  "--image-duration[Duration in seconds]"\
  "--image-fps[Frame rate]"\
  "(--noimage-realtime --no-image-realtime)--image-realtime[Real-time]"\
  "(--noimage-realtime --image-realtime)--no-image-realtime[Real-time]"\
  "(--no-image-realtime --image-realtime)--noimage-realtime[Real-time]"\
  "--sout-twolame-quality[Encoding quality]"\
  "--sout-twolame-mode[Stereo mode]:Handling mode for stereo streams:((2\:\"Joint stereo\" 1\:\"Dual mono\" 0\:\"Stereo\" ))"\
  "(--nosout-twolame-vbr --no-sout-twolame-vbr)--sout-twolame-vbr[VBR mode]"\
  "(--nosout-twolame-vbr --sout-twolame-vbr)--no-sout-twolame-vbr[VBR mode]"\
  "(--no-sout-twolame-vbr --sout-twolame-vbr)--nosout-twolame-vbr[VBR mode]"\
  "--sout-twolame-psy[Psycho-acoustic model]"\
  "--dirac-dts-offset[Value to adjust dts by]"\
  "--sout-schro-rate-control[Rate control method]:Method used to encode the video sequence:((constant_quality\:\"Constant quality mode\" constant_error\:\"Constant error mode\" constant_lambda\:\"Constant lambda mode\" lossless\:\"Lossless mode\" low_delay\:\"Low Delay mode\" constant_bitrate\:\"Constant bitrate mode (CBR)\" constant_noise_threshold\:\"Constant noise threshold mode\" ))"\
  "--sout-schro-quality[Constant quality factor]"\
  "--sout-schro-noise-threshold[Noise Threshold]"\
  "--sout-schro-bitrate[CBR bitrate (kbps)]"\
  "--sout-schro-max-bitrate[Maximum bitrate (kbps)]"\
  "--sout-schro-min-bitrate[Minimum bitrate (kbps)]"\
  "--sout-schro-gop-structure[GOP structure]:GOP structure used to encode the video sequence:((chained_biref\:\"Inter pictures can refer to previous or future pictures\" biref\:\"Inter pictures can refer to previous or future pictures\" chained_backref\:\"Inter pictures refere to previous pictures only\" backref\:\"Inter pictures refere to previous pictures only\" intra_only\:\"I-frame only sequence\" adaptive\:\"No fixed gop structure. A picture can be intra or inter and refer to previous or future pictures.\" ))"\
  "--sout-schro-gop-length[GOP length]"\
  "--sout-schro-chroma-fmt[Chroma format]:Picking chroma format will force a conversion of the video into that format:((444\:\"4:4:4\" 422\:\"4:2:2\" 420\:\"4:2:0\" ))"\
  "--sout-schro-coding-mode[Picture coding mode]:Field coding is where interlaced fields are coded separately as opposed to a pseudo-progressive frame:((field\:\"force coding frame as separate interlaced fields\" progressive\:\"force coding frame as single picture\" auto\:\"auto - let encoder decide based upon input (Best)\" ))"\
  "--sout-schro-mv-precision[Motion Vector precision]:Motion Vector precision in pels:((1/8\:\"1/8\" 1/4\:\"1/4\" 1/2\:\"1/2\" 1\:\"1\" ))"\
  "--sout-schro-motion-block-size[Size of motion compensation blocks]:Size of motion compensation blocks:((large\:\"large - use large motion compensation blocks\" medium\:\"medium - use medium motion compensation blocks\" small\:\"small - use small motion compensation blocks\" automatic\:\"automatic - let encoder decide based upon input (Best)\" ))"\
  "--sout-schro-motion-block-overlap[Overlap of motion compensation blocks]:Overlap of motion compensation blocks:((full\:\"full - Motion compensation blocks fully overlap\" partial\:\"partial - Motion compensation blocks only partially overlap\" none\:\"none - Motion compensation blocks do not overlap\" automatic\:\"automatic - let encoder decide based upon input (Best)\" ))"\
  "--sout-schro-me-combined[Three component motion estimation]"\
  "--sout-schro-enable-hierarchical-me[Enable hierarchical Motion Estimation]"\
  "--sout-schro-downsample-levels[Number of levels of downsampling]"\
  "--sout-schro-enable-global-me[Enable Global Motion Estimation]"\
  "--sout-schro-enable-phasecorr-me[Enable Phase Correlation Estimation]"\
  "--sout-schro-intra-wavelet[Intra picture DWT filter]:Intra picture DWT filter:((daub_9_7\:\"Daubechies (9,7) integer approximation\" fidelity\:\"Fidelity filter\" haar_1\:\"Haar with single shift per level\" haar_0\:\"Haar with no shift\" desl_dubuc_13_7\:\"Deslauriers-Dubuc (13,7)\" le_gall_5_3\:\"LeGall (5,3)\" desl_dubuc_9_7\:\"Deslauriers-Dubuc (9,7)\" ))"\
  "--sout-schro-inter-wavelet[Inter picture DWT filter]:Inter picture DWT filter:((daub_9_7\:\"Daubechies (9,7) integer approximation\" fidelity\:\"Fidelity filter\" haar_1\:\"Haar with single shift per level\" haar_0\:\"Haar with no shift\" desl_dubuc_13_7\:\"Deslauriers-Dubuc (13,7)\" le_gall_5_3\:\"LeGall (5,3)\" desl_dubuc_9_7\:\"Deslauriers-Dubuc (9,7)\" ))"\
  "--sout-schro-transform-depth[Number of DWT iterations]"\
  "--sout-schro-enable-multiquant[Enable multiple quantizers]"\
  "--sout-schro-codeblock-size[Size of code blocks in each subband]:Size of code blocks in each subband:((full\:\"full - One code block per subband\" large\:\"large - use large code blocks\" medium\:\"medium - use medium sized code blocks\" small\:\"small - use small code blocks\" automatic\:\"automatic - let encoder decide based upon input (Best)\" ))"\
  "--sout-schro-filtering[Prefilter]:Enable adaptive prefiltering:((lowpass\:\"Low Pass Filter\" adaptive_gaussian\:\"Gaussian Adaptive Low Pass Filter\" add_noise\:\"Add Noise\" gaussian\:\"Gaussian Low Pass Filter\" center_weighted_median\:\"Centre Weighted Median\" none\:\"No pre-filtering\" ))"\
  "--sout-schro-filter-value[Amount of prefiltering]"\
  "--sout-schro-enable-scd[Enable Scene Change Detection]"\
  "--sout-schro-perceptual-weighting[perceptual weighting method]:perceptual weighting method:((manos_sakrison\:\"manos_sakrison\" moo\:\"moo\" ccir959\:\"ccir959\" none\:\"none\" ))"\
  "--sout-schro-perceptual-distance[perceptual distance]"\
  "--sout-schro-enable-noarith[Disable arithmetic coding]"\
  "--sout-schro-horiz-slices[Horizontal slices per frame]"\
  "--sout-schro-vert-slices[Vertical slices per frame]"\
  "--sout-schro-force-profile[Force Profile]:Force Profile:((main\:\"Main Profile\" vc2_main\:\"VC2 Main Profile\" vc2_simple\:\"VC2 Simple Profile\" vc2_low_delay\:\"VC2 Low Delay Profile\" auto\:\"automatic - let encoder decide based upon input (Best)\" ))"\
  "(--noavcodec-dr --no-avcodec-dr)--avcodec-dr[Direct rendering]"\
  "(--noavcodec-dr --avcodec-dr)--no-avcodec-dr[Direct rendering]"\
  "(--no-avcodec-dr --avcodec-dr)--noavcodec-dr[Direct rendering]"\
  "--avcodec-error-resilience[Error resilience]"\
  "--avcodec-workaround-bugs[Workaround bugs]"\
  "(--noavcodec-hurry-up --no-avcodec-hurry-up)--avcodec-hurry-up[Hurry up]"\
  "(--noavcodec-hurry-up --avcodec-hurry-up)--no-avcodec-hurry-up[Hurry up]"\
  "(--no-avcodec-hurry-up --avcodec-hurry-up)--noavcodec-hurry-up[Hurry up]"\
  "--avcodec-skip-frame[Skip frame (default=0)]"\
  "--avcodec-skip-idct[Skip idct (default=0)]"\
  "--avcodec-vismv[Visualize motion vectors]"\
  "(--noavcodec-fast --no-avcodec-fast)--avcodec-fast[Allow speed tricks]"\
  "(--noavcodec-fast --avcodec-fast)--no-avcodec-fast[Allow speed tricks]"\
  "(--no-avcodec-fast --avcodec-fast)--noavcodec-fast[Allow speed tricks]"\
  "--avcodec-skiploopfilter[Skip the loop filter for H.264 decoding]:Skip the loop filter for H.264 decoding:((4\:\"All\" 3\:\"Non-key\" 2\:\"Bidir\" 1\:\"Non-ref\" 0\:\"None\" ))"\
  "--avcodec-debug[Debug mask]"\
  "--avcodec-codec[Codec name]"\
  "--avcodec-hw[Hardware decoding]:This allows hardware decoding when available.:(vdpau_avcodec vaapi_x11 vaapi_drm hwdummy dbus_screensaver)"\
  "--avcodec-threads[Threads]"\
  "--avcodec-options[Advanced options]"\
  "--sout-avcodec-codec[Codec name]"\
  "--sout-avcodec-hq[Quality level]:Quality level:((simple\:\"simple\" bits\:\"bits\" rd\:\"rd\" ))"\
  "--sout-avcodec-keyint[Ratio of key frames]"\
  "--sout-avcodec-bframes[Ratio of B frames]"\
  "(--nosout-avcodec-hurry-up --no-sout-avcodec-hurry-up)--sout-avcodec-hurry-up[Hurry up]"\
  "(--nosout-avcodec-hurry-up --sout-avcodec-hurry-up)--no-sout-avcodec-hurry-up[Hurry up]"\
  "(--no-sout-avcodec-hurry-up --sout-avcodec-hurry-up)--nosout-avcodec-hurry-up[Hurry up]"\
  "(--nosout-avcodec-interlace --no-sout-avcodec-interlace)--sout-avcodec-interlace[Interlaced encoding]"\
  "(--nosout-avcodec-interlace --sout-avcodec-interlace)--no-sout-avcodec-interlace[Interlaced encoding]"\
  "(--no-sout-avcodec-interlace --sout-avcodec-interlace)--nosout-avcodec-interlace[Interlaced encoding]"\
  "(--nosout-avcodec-interlace-me --no-sout-avcodec-interlace-me)--sout-avcodec-interlace-me[Interlaced motion estimation]"\
  "(--nosout-avcodec-interlace-me --sout-avcodec-interlace-me)--no-sout-avcodec-interlace-me[Interlaced motion estimation]"\
  "(--no-sout-avcodec-interlace-me --sout-avcodec-interlace-me)--nosout-avcodec-interlace-me[Interlaced motion estimation]"\
  "--sout-avcodec-vt[Video bitrate tolerance]"\
  "(--nosout-avcodec-pre-me --no-sout-avcodec-pre-me)--sout-avcodec-pre-me[Pre-motion estimation]"\
  "(--nosout-avcodec-pre-me --sout-avcodec-pre-me)--no-sout-avcodec-pre-me[Pre-motion estimation]"\
  "(--no-sout-avcodec-pre-me --sout-avcodec-pre-me)--nosout-avcodec-pre-me[Pre-motion estimation]"\
  "--sout-avcodec-rc-buffer-size[Rate control buffer size]"\
  "--sout-avcodec-rc-buffer-aggressivity[Rate control buffer aggressiveness]"\
  "--sout-avcodec-i-quant-factor[I quantization factor]"\
  "--sout-avcodec-noise-reduction[Noise reduction]"\
  "(--nosout-avcodec-mpeg4-matrix --no-sout-avcodec-mpeg4-matrix)--sout-avcodec-mpeg4-matrix[MPEG4 quantization matrix]"\
  "(--nosout-avcodec-mpeg4-matrix --sout-avcodec-mpeg4-matrix)--no-sout-avcodec-mpeg4-matrix[MPEG4 quantization matrix]"\
  "(--no-sout-avcodec-mpeg4-matrix --sout-avcodec-mpeg4-matrix)--nosout-avcodec-mpeg4-matrix[MPEG4 quantization matrix]"\
  "--sout-avcodec-qmin[Minimum video quantizer scale]"\
  "--sout-avcodec-qmax[Maximum video quantizer scale]"\
  "(--nosout-avcodec-trellis --no-sout-avcodec-trellis)--sout-avcodec-trellis[Trellis quantization]"\
  "(--nosout-avcodec-trellis --sout-avcodec-trellis)--no-sout-avcodec-trellis[Trellis quantization]"\
  "(--no-sout-avcodec-trellis --sout-avcodec-trellis)--nosout-avcodec-trellis[Trellis quantization]"\
  "--sout-avcodec-qscale[Fixed quantizer scale]"\
  "--sout-avcodec-strict[Strict standard compliance]"\
  "--sout-avcodec-lumi-masking[Luminance masking]"\
  "--sout-avcodec-dark-masking[Darkness masking]"\
  "--sout-avcodec-p-masking[Motion masking]"\
  "--sout-avcodec-border-masking[Border masking]"\
  "--sout-avcodec-luma-elim-threshold[Luminance elimination]"\
  "--sout-avcodec-chroma-elim-threshold[Chrominance elimination]"\
  "--sout-avcodec-aac-profile[Specify AAC audio profile to use]"\
  "--sout-avcodec-options[Advanced options]"\
  "--sftp-readsize[Read size]"\
  "--sftp-port[SFTP port]"\
  "--sub-fps[Frames per Second]"\
  "--sub-delay[Subtitle delay]"\
  "--sub-type[Subtitle format]:Force the subtiles format. Selecting 'auto' means autodetection and should always work.:((vtt\:\"vtt\" subviewer1\:\"subviewer1\" dks\:\"dks\" realtext\:\"realtext\" psb\:\"psb\" jacosub\:\"jacosub\" mpsub\:\"mpsub\" pjs\:\"pjs\" aqt\:\"aqt\" mpl2\:\"mpl2\" dvdsubtitle\:\"dvdsubtitle\" sami\:\"sami\" vplayer\:\"vplayer\" ass\:\"ass\" ssa2-4\:\"ssa2-4\" ssa1\:\"ssa1\" subviewer\:\"subviewer\" subrip\:\"subrip\" microdvd\:\"microdvd\" auto\:\"auto\" ))"\
  "--sub-description[Subtitle description]"\
  "--linsys-sdi-link[Link #]"\
  "--linsys-sdi-id-video[Video ID]"\
  "--linsys-sdi-aspect-ratio[Aspect ratio]"\
  "--linsys-sdi-audio[Audio configuration]"\
  "--linsys-sdi-telx[Teletext configuration]"\
  "--linsys-sdi-telx-lang[Teletext language]"\
  "--dvb-adapter[DVB adapter]"\
  "--dvb-device[DVB device]"\
  "(--nodvb-budget-mode --no-dvb-budget-mode)--dvb-budget-mode[Do not demultiplex]"\
  "(--nodvb-budget-mode --dvb-budget-mode)--no-dvb-budget-mode[Do not demultiplex]"\
  "(--no-dvb-budget-mode --dvb-budget-mode)--nodvb-budget-mode[Do not demultiplex]"\
  "--dvb-frequency[Frequency (Hz)]"\
  "--dvb-inversion[Spectrum inversion]:If the demodulator cannot detect spectral inversion correctly, it needs to be configured manually.:((1\:\"On\" 0\:\"Off\" -1\:\"Automatic\" ))"\
  "--dvb-bandwidth[Bandwidth (MHz)]:Bandwidth (MHz):((2\:\"1.712 MHz\" 5\:\"5 MHz\" 6\:\"6 MHz\" 7\:\"7 MHz\" 8\:\"8 MHz\" 10\:\"10 MHz\" 0\:\"Automatic\" ))"\
  "--dvb-transmission[Transmission mode]:Transmission mode:((32\:\"32k\" 16\:\"16k\" 8\:\"8k\" 4\:\"4k\" 2\:\"2k\" 1\:\"1k\" -1\:\"Automatic\" ))"\
  "--dvb-guard[Guard interval]:Guard interval:((1/4\:\"1/4\" 19/128\:\"19/128\" 1/8\:\"1/8\" 19/256\:\"19/256\" 1/16\:\"1/16\" 1/32\:\"1/32\" 1/128\:\"1/128\" \:\"Automatic\" ))"\
  "--dvb-code-rate-hp[High-priority code rate]:The code rate for Forward Error Correction can be specified.:((9/10\:\"9/10\" 8/9\:\"8/9\" 7/8\:\"7/8\" 6/7\:\"6/7\" 5/6\:\"5/6\" 4/5\:\"4/5\" 3/4\:\"3/4\" 2/3\:\"2/3\" 3/5\:\"3/5\" 1/2\:\"1/2\" 0\:\"None\" \:\"Automatic\" ))"\
  "--dvb-code-rate-lp[Low-priority code rate]:The code rate for Forward Error Correction can be specified.:((9/10\:\"9/10\" 8/9\:\"8/9\" 7/8\:\"7/8\" 6/7\:\"6/7\" 5/6\:\"5/6\" 4/5\:\"4/5\" 3/4\:\"3/4\" 2/3\:\"2/3\" 3/5\:\"3/5\" 1/2\:\"1/2\" 0\:\"None\" \:\"Automatic\" ))"\
  "--dvb-hierarchy[Hierarchy mode]:Hierarchy mode:((4\:\"4\" 2\:\"2\" 1\:\"1\" 0\:\"None\" -1\:\"Automatic\" ))"\
  "--dvb-plp-id[DVB-T2 Physical Layer Pipe]"\
  "--dvb-a-modulation[Layer A modulation]:Layer A modulation:((32APSK\:\"32-APSK\" 16APSK\:\"16-APSK\" 8PSK\:\"8-PSK\" DQPSK\:\"DQPSK\" QPSK\:\"QPSK\" 16VSB\:\"16-VSB\" 8VSB\:\"8-VSB\" 256QAM\:\"256-QAM\" 128QAM\:\"128-QAM\" 64QAM\:\"64-QAM\" 32QAM\:\"32-QAM\" 16QAM\:\"16-QAM\" QAM\:\"Auto QAM\" \:\"Undefined\" ))"\
  "--dvb-a-fec[Layer A code rate]:The code rate for Forward Error Correction can be specified.:((9/10\:\"9/10\" 8/9\:\"8/9\" 7/8\:\"7/8\" 6/7\:\"6/7\" 5/6\:\"5/6\" 4/5\:\"4/5\" 3/4\:\"3/4\" 2/3\:\"2/3\" 3/5\:\"3/5\" 1/2\:\"1/2\" 0\:\"None\" \:\"Automatic\" ))"\
  "--dvb-a-count[Layer A segments count]"\
  "--dvb-a-interleaving[Layer A time interleaving]"\
  "--dvb-b-modulation[Layer B modulation]:Layer B modulation:((32APSK\:\"32-APSK\" 16APSK\:\"16-APSK\" 8PSK\:\"8-PSK\" DQPSK\:\"DQPSK\" QPSK\:\"QPSK\" 16VSB\:\"16-VSB\" 8VSB\:\"8-VSB\" 256QAM\:\"256-QAM\" 128QAM\:\"128-QAM\" 64QAM\:\"64-QAM\" 32QAM\:\"32-QAM\" 16QAM\:\"16-QAM\" QAM\:\"Auto QAM\" \:\"Undefined\" ))"\
  "--dvb-b-fec[Layer B code rate]:The code rate for Forward Error Correction can be specified.:((9/10\:\"9/10\" 8/9\:\"8/9\" 7/8\:\"7/8\" 6/7\:\"6/7\" 5/6\:\"5/6\" 4/5\:\"4/5\" 3/4\:\"3/4\" 2/3\:\"2/3\" 3/5\:\"3/5\" 1/2\:\"1/2\" 0\:\"None\" \:\"Automatic\" ))"\
  "--dvb-b-count[Layer B segments count]"\
  "--dvb-b-interleaving[Layer B time interleaving]"\
  "--dvb-c-modulation[Layer C modulation]:Layer C modulation:((32APSK\:\"32-APSK\" 16APSK\:\"16-APSK\" 8PSK\:\"8-PSK\" DQPSK\:\"DQPSK\" QPSK\:\"QPSK\" 16VSB\:\"16-VSB\" 8VSB\:\"8-VSB\" 256QAM\:\"256-QAM\" 128QAM\:\"128-QAM\" 64QAM\:\"64-QAM\" 32QAM\:\"32-QAM\" 16QAM\:\"16-QAM\" QAM\:\"Auto QAM\" \:\"Undefined\" ))"\
  "--dvb-c-fec[Layer C code rate]:The code rate for Forward Error Correction can be specified.:((9/10\:\"9/10\" 8/9\:\"8/9\" 7/8\:\"7/8\" 6/7\:\"6/7\" 5/6\:\"5/6\" 4/5\:\"4/5\" 3/4\:\"3/4\" 2/3\:\"2/3\" 3/5\:\"3/5\" 1/2\:\"1/2\" 0\:\"None\" \:\"Automatic\" ))"\
  "--dvb-c-count[Layer C segments count]"\
  "--dvb-c-interleaving[Layer C time interleaving]"\
  "--dvb-modulation[Modulation / Constellation]:Modulation / Constellation:((32APSK\:\"32-APSK\" 16APSK\:\"16-APSK\" 8PSK\:\"8-PSK\" DQPSK\:\"DQPSK\" QPSK\:\"QPSK\" 16VSB\:\"16-VSB\" 8VSB\:\"8-VSB\" 256QAM\:\"256-QAM\" 128QAM\:\"128-QAM\" 64QAM\:\"64-QAM\" 32QAM\:\"32-QAM\" 16QAM\:\"16-QAM\" QAM\:\"Auto QAM\" \:\"Undefined\" ))"\
  "--dvb-srate[Symbol rate (bauds)]"\
  "--dvb-fec[FEC code rate]:The code rate for Forward Error Correction can be specified.:((9/10\:\"9/10\" 8/9\:\"8/9\" 7/8\:\"7/8\" 6/7\:\"6/7\" 5/6\:\"5/6\" 4/5\:\"4/5\" 3/4\:\"3/4\" 2/3\:\"2/3\" 3/5\:\"3/5\" 1/2\:\"1/2\" 0\:\"None\" \:\"Automatic\" ))"\
  "--dvb-stream[Stream identifier]"\
  "--dvb-pilot[Pilot]:Pilot:((1\:\"On\" 0\:\"Off\" -1\:\"Automatic\" ))"\
  "--dvb-rolloff[Roll-off factor]:Roll-off factor:((25\:\"0.25\" 20\:\"0.20\" 35\:\"0.35 (same as DVB-S)\" -1\:\"Automatic\" ))"\
  "--dvb-ts-id[Transport stream ID]"\
  "--dvb-polarization[Polarization (Voltage)]:Polarization (Voltage):((L\:\"Circular Left Hand (18V)\" R\:\"Circular Right Hand (13V)\" H\:\"Horizontal (18V)\" V\:\"Vertical (13V)\" \:\"Unspecified (0V)\" ))"\
  "--dvb-voltage[(null)]"\
  "(--nodvb-high-voltage --no-dvb-high-voltage)--dvb-high-voltage[High LNB voltage]"\
  "(--nodvb-high-voltage --dvb-high-voltage)--no-dvb-high-voltage[High LNB voltage]"\
  "(--no-dvb-high-voltage --dvb-high-voltage)--nodvb-high-voltage[High LNB voltage]"\
  "--dvb-lnb-low[Local oscillator low frequency (kHz)]"\
  "--dvb-lnb-high[Local oscillator high frequency (kHz)]"\
  "--dvb-lnb-switch[Universal LNB switch frequency (kHz)]"\
  "--dvb-satno[DiSEqC LNB number]:DiSEqC LNB number:((4\:\"D/4\" 3\:\"C/3\" 2\:\"B/2\" 1\:\"A/1\" 0\:\"Unspecified\" ))"\
  "--dvb-uncommitted[Uncommitted DiSEqC LNB number]:Uncommitted DiSEqC LNB number:((4\:\"D/4\" 3\:\"C/3\" 2\:\"B/2\" 1\:\"A/1\" 0\:\"Unspecified\" ))"\
  "--dvb-tone[Continuous 22kHz tone]:A continuous tone at 22kHz can be sent on the cable. This normally selects the higher frequency band from a universal LNB.:((1\:\"On\" 0\:\"Off\" -1\:\"Automatic\" ))"\
  "(--noavi-interleaved --no-avi-interleaved)--avi-interleaved[Force interleaved method]"\
  "(--noavi-interleaved --avi-interleaved)--no-avi-interleaved[Force interleaved method]"\
  "(--no-avi-interleaved --avi-interleaved)--noavi-interleaved[Force interleaved method]"\
  "--avi-index[Force index creation]:Force index creation:((3\:\"Fix when necessary\" 2\:\"Never fix\" 1\:\"Always fix\" 0\:\"Ask for action\" ))"\
  "--dvbsub-position[Subpicture position]:Subpicture position:((10\:\"Bottom-Right\" 9\:\"Bottom-Left\" 6\:\"Top-Right\" 5\:\"Top-Left\" 8\:\"Bottom\" 4\:\"Top\" 2\:\"Right\" 1\:\"Left\" 0\:\"Center\" ))"\
  "--dvbsub-x[Decoding X coordinate]"\
  "--dvbsub-y[Decoding Y coordinate]"\
  "--sout-dvbsub-x[Encoding X coordinate]"\
  "--sout-dvbsub-y[Encoding Y coordinate]"\
  "--h264-fps[Frames per Second]"\
  "(--nojack-input-use-vlc-pace --no-jack-input-use-vlc-pace)--jack-input-use-vlc-pace[Pace]"\
  "(--nojack-input-use-vlc-pace --jack-input-use-vlc-pace)--no-jack-input-use-vlc-pace[Pace]"\
  "(--no-jack-input-use-vlc-pace --jack-input-use-vlc-pace)--nojack-input-use-vlc-pace[Pace]"\
  "(--nojack-input-auto-connect --no-jack-input-auto-connect)--jack-input-auto-connect[Auto connection]"\
  "(--nojack-input-auto-connect --jack-input-auto-connect)--no-jack-input-auto-connect[Auto connection]"\
  "(--no-jack-input-auto-connect --jack-input-auto-connect)--nojack-input-auto-connect[Auto connection]"\
  "--rawvid-fps[Frames per Second]"\
  "--rawvid-width[Width]"\
  "--rawvid-height[Height]"\
  "--rawvid-chroma[Force chroma (Use carefully)]"\
  "--rawvid-aspect-ratio[Aspect ratio]"\
  "--sap-addr[SAP multicast address]"\
  "--sap-timeout[SAP timeout (seconds)]"\
  "(--nosap-parse --no-sap-parse)--sap-parse[Try to parse the announce]"\
  "(--nosap-parse --sap-parse)--no-sap-parse[Try to parse the announce]"\
  "(--no-sap-parse --sap-parse)--nosap-parse[Try to parse the announce]"\
  "(--nosap-strict --no-sap-strict)--sap-strict[SAP Strict mode]"\
  "(--nosap-strict --sap-strict)--no-sap-strict[SAP Strict mode]"\
  "(--no-sap-strict --sap-strict)--nosap-strict[SAP Strict mode]"\
  "--ts-extra-pmt[Extra PMT]"\
  "(--nots-trust-pcr --no-ts-trust-pcr)--ts-trust-pcr[Trust in-stream PCR]"\
  "(--nots-trust-pcr --ts-trust-pcr)--no-ts-trust-pcr[Trust in-stream PCR]"\
  "(--no-ts-trust-pcr --ts-trust-pcr)--nots-trust-pcr[Trust in-stream PCR]"\
  "(--nots-es-id-pid --no-ts-es-id-pid)--ts-es-id-pid[Set id of ES to PID]"\
  "(--nots-es-id-pid --ts-es-id-pid)--no-ts-es-id-pid[Set id of ES to PID]"\
  "(--no-ts-es-id-pid --ts-es-id-pid)--nots-es-id-pid[Set id of ES to PID]"\
  "--ts-csa-ck[CSA Key]"\
  "--ts-csa2-ck[Second CSA Key]"\
  "--ts-csa-pkt[Packet size in bytes to decrypt]"\
  "(--nots-split-es --no-ts-split-es)--ts-split-es[Separate sub-streams]"\
  "(--nots-split-es --ts-split-es)--no-ts-split-es[Separate sub-streams]"\
  "(--no-ts-split-es --ts-split-es)--nots-split-es[Separate sub-streams]"\
  "(--nots-seek-percent --no-ts-seek-percent)--ts-seek-percent[Seek based on percent not time]"\
  "(--nots-seek-percent --ts-seek-percent)--no-ts-seek-percent[Seek based on percent not time]"\
  "(--no-ts-seek-percent --ts-seek-percent)--nots-seek-percent[Seek based on percent not time]"\
  "--dvdnav-angle[DVD angle]"\
  "(--nodvdnav-menu --no-dvdnav-menu)--dvdnav-menu[Start directly in menu]"\
  "(--nodvdnav-menu --dvdnav-menu)--no-dvdnav-menu[Start directly in menu]"\
  "(--no-dvdnav-menu --dvdnav-menu)--nodvdnav-menu[Start directly in menu]"\
  "--shm-fps[Frame rate]"\
  "--shm-depth[Frame buffer depth]:Pixel depth of the frame buffer, or zero for XWD file:((32\:\"32 bits\" 24\:\"24 bits\" 16\:\"16 bits\" 15\:\"15 bits\" 8\:\"8 bits\" 0\:\"XWD file (autodetect)\" ))"\
  "--shm-width[Frame buffer width]"\
  "--shm-height[Frame buffer height]"\
  "--shm-file[Frame buffer file]"\
  "--shm-id[Frame buffer segment ID]"\
  "(--nobluray-menu --no-bluray-menu)--bluray-menu[Blu-ray menus]"\
  "(--nobluray-menu --bluray-menu)--no-bluray-menu[Blu-ray menus]"\
  "(--no-bluray-menu --bluray-menu)--nobluray-menu[Blu-ray menus]"\
  "--bluray-region[Region code]:Blu-Ray player region code. Some discs can be played only with a correct region code.:((C\:\"Region C\" B\:\"Region B\" A\:\"Region A\" ))"\
  "(--nodvdsub-transparency --no-dvdsub-transparency)--dvdsub-transparency[Disable DVD subtitle transparency]"\
  "(--nodvdsub-transparency --dvdsub-transparency)--no-dvdsub-transparency[Disable DVD subtitle transparency]"\
  "(--no-dvdsub-transparency --dvdsub-transparency)--nodvdsub-transparency[Disable DVD subtitle transparency]"\
  "--sout-jpeg-quality[Quality level]"\
  "--dvdread-angle[DVD angle]"\
  "--vcdx-debug[If nonzero, this gives additional debug information.]"\
  "--vcdx-blocks-per-read[Number of CD blocks to get in a single read.]"\
  "(--novcdx-PBC --no-vcdx-PBC)--vcdx-PBC[Use playback control?]"\
  "(--novcdx-PBC --vcdx-PBC)--no-vcdx-PBC[Use playback control?]"\
  "(--no-vcdx-PBC --vcdx-PBC)--novcdx-PBC[Use playback control?]"\
  "(--novcdx-track-length --no-vcdx-track-length)--vcdx-track-length[Use track length as maximum unit in seek?]"\
  "(--novcdx-track-length --vcdx-track-length)--no-vcdx-track-length[Use track length as maximum unit in seek?]"\
  "(--no-vcdx-track-length --vcdx-track-length)--novcdx-track-length[Use track length as maximum unit in seek?]"\
  "(--novcdx-extended-info --no-vcdx-extended-info)--vcdx-extended-info[Show extended VCD info?]"\
  "(--novcdx-extended-info --vcdx-extended-info)--no-vcdx-extended-info[Show extended VCD info?]"\
  "(--no-vcdx-extended-info --vcdx-extended-info)--novcdx-extended-info[Show extended VCD info?]"\
  "--vcdx-author-format[Format to use in the playlist's 'author' field.]"\
  "--vcdx-title-format[Format to use in the playlist's 'title' field.]"\
  "--subsdec-align[Subtitle justification]:Set the justification of subtitles:((2\:\"Right\" 1\:\"Left\" 0\:\"Center\" ))"\
  "--subsdec-encoding[Subtitle text encoding]:Set the encoding used in text subtitles:((Windows-1258\:\"Vietnamese (Windows-1258)\" VISCII\:\"Vietnamese (VISCII)\" Big5-HKSCS\:\"Hong-Kong Supplementary (HKSCS)\" ISO-2022-TW\:\"Traditional Chinese Unix (EUC-TW)\" Big5\:\"Traditional Chinese (Big5)\" ISO-2022-KR\:\"Korean (ISO-2022-KR)\" CP949\:\"Korean (EUC-KR/CP949)\" Shift_JIS\:\"Japanese (Shift JIS)\" EUC-JP\:\"Japanese Unix (EUC-JP)\" ISO-2022-JP-2\:\"Japanese (7-bits JIS/ISO-2022-JP-2)\" EUC-CN\:\"Simplified Chinese Unix (EUC-CN)\" ISO-2022-CN-EXT\:\"Simplified Chinese (ISO-2022-CN-EXT)\" ISO-8859-16\:\"South-Eastern European (Latin-10)\" ISO-8859-14\:\"Celtic (Latin-8)\" Windows-1257\:\"Baltic (Windows-1257)\" ISO-8859-13\:\"Baltic (Latin-7)\" Windows-874\:\"Thai (Windows-874)\" ISO-8859-11\:\"Thai (TIS 620-2533/ISO 8859-11)\" Windows-1254\:\"Turkish (Windows-1254)\" ISO-8859-9\:\"Turkish (ISO 8859-9)\" Windows-1255\:\"Hebrew (Windows-1255)\" ISO-8859-8\:\"Hebrew (ISO 8859-8)\" Windows-1253\:\"Greek (Windows-1253)\" ISO-8859-7\:\"Greek (ISO 8859-7)\" Windows-1256\:\"Arabic (Windows-1256)\" ISO-8859-6\:\"Arabic (ISO 8859-6)\" KOI8-U\:\"Ukrainian (KOI8-U)\" KOI8-R\:\"Russian (KOI8-R)\" Windows-1251\:\"Cyrillic (Windows-1251)\" ISO-8859-10\:\"Nordic (Latin-6)\" ISO-8859-3\:\"Esperanto (Latin-3)\" Windows-1250\:\"Eastern European (Windows-1250)\" ISO-8859-2\:\"Eastern European (Latin-2)\" IBM850\:\"Western European (IBM 00850)\" Windows-1252\:\"Western European (Windows-1252)\" ISO-8859-15\:\"Western European (Latin-9)\" GB18030\:\"Universal, Chinese (GB18030)\" UTF-16LE\:\"Universal (little endian UTF-16)\" UTF-16BE\:\"Universal (big endian UTF-16)\" UTF-16\:\"Universal (UTF-16)\" UTF-8\:\"Universal (UTF-8)\" system\:\"System codeset\" \:\"Default (Windows-1252)\" ))"\
  "(--nosubsdec-autodetect-utf8 --no-subsdec-autodetect-utf8)--subsdec-autodetect-utf8[UTF-8 subtitle autodetection]"\
  "(--nosubsdec-autodetect-utf8 --subsdec-autodetect-utf8)--no-subsdec-autodetect-utf8[UTF-8 subtitle autodetection]"\
  "(--no-subsdec-autodetect-utf8 --subsdec-autodetect-utf8)--nosubsdec-autodetect-utf8[UTF-8 subtitle autodetection]"\
  "(--nosubsdec-formatted --no-subsdec-formatted)--subsdec-formatted[Formatted Subtitles]"\
  "(--nosubsdec-formatted --subsdec-formatted)--no-subsdec-formatted[Formatted Subtitles]"\
  "(--no-subsdec-formatted --subsdec-formatted)--nosubsdec-formatted[Formatted Subtitles]"\
  "--mjpeg-fps[Frames per Second]"\
  "(--nomod-noisereduction --no-mod-noisereduction)--mod-noisereduction[Noise reduction]"\
  "(--nomod-noisereduction --mod-noisereduction)--no-mod-noisereduction[Noise reduction]"\
  "(--no-mod-noisereduction --mod-noisereduction)--nomod-noisereduction[Noise reduction]"\
  "(--nomod-reverb --no-mod-reverb)--mod-reverb[Reverb]"\
  "(--nomod-reverb --mod-reverb)--no-mod-reverb[Reverb]"\
  "(--no-mod-reverb --mod-reverb)--nomod-reverb[Reverb]"\
  "--mod-reverb-level[Reverberation level]"\
  "--mod-reverb-delay[Reverberation delay]"\
  "(--nomod-megabass --no-mod-megabass)--mod-megabass[Mega bass]"\
  "(--nomod-megabass --mod-megabass)--no-mod-megabass[Mega bass]"\
  "(--no-mod-megabass --mod-megabass)--nomod-megabass[Mega bass]"\
  "--mod-megabass-level[Mega bass level]"\
  "--mod-megabass-range[Mega bass cutoff]"\
  "(--nomod-surround --no-mod-surround)--mod-surround[Surround]"\
  "(--nomod-surround --mod-surround)--no-mod-surround[Surround]"\
  "(--no-mod-surround --mod-surround)--nomod-surround[Surround]"\
  "--mod-surround-level[Surround level]"\
  "--mod-surround-delay[Surround delay (ms)]"\
  "--avformat-format[Format name]"\
  "--avformat-options[Advanced options]"\
  "--sout-avformat-mux[Avformat mux]"\
  "--sout-avformat-options[Advanced options]"\
  "--recursive[Subdirectory behavior]:Subdirectory behavior:((expand\:\"Expand\" collapse\:\"Collapse\" none\:\"None\" ))"\
  "--ignore-filetypes[Ignored extensions]"\
  "--directory-sort[Directory sort order]:Define the sort algorithm used when adding items from a directory.:((none\:\"Do not sort the items.\" version\:\"Sort items in a natural order (for example: 1.ogg 2.ogg 10.ogg). This method does not take the current language's collation rules into account.\" collate\:\"Sort alphabetically according to the current language's collation rules.\" ))"\
  "(--noplaylist-skip-ads --no-playlist-skip-ads)--playlist-skip-ads[Skip ads]"\
  "(--noplaylist-skip-ads --playlist-skip-ads)--no-playlist-skip-ads[Skip ads]"\
  "(--no-playlist-skip-ads --playlist-skip-ads)--noplaylist-skip-ads[Skip ads]"\
  "(--noshoutcast-show-adult --no-shoutcast-show-adult)--shoutcast-show-adult[Show shoutcast adult content]"\
  "(--noshoutcast-show-adult --shoutcast-show-adult)--no-shoutcast-show-adult[Show shoutcast adult content]"\
  "(--no-shoutcast-show-adult --shoutcast-show-adult)--noshoutcast-show-adult[Show shoutcast adult content]"\
  "--udp-buffer[Receive buffer]"\
  "(--noalsa-stereo --no-alsa-stereo)--alsa-stereo[Stereo]"\
  "(--noalsa-stereo --alsa-stereo)--no-alsa-stereo[Stereo]"\
  "(--no-alsa-stereo --alsa-stereo)--noalsa-stereo[Stereo]"\
  "--alsa-samplerate[Sample rate]:Sample rate:((4000\:\"4000 Hz\" 8000\:\"8000 Hz\" 11025\:\"11025 Hz\" 16000\:\"16000 Hz\" 24000\:\"24000 Hz\" 22050\:\"22050 Hz\" 32000\:\"32000 Hz\" 44100\:\"44100 Hz\" 48000\:\"48000 Hz\" 88200\:\"88200 Hz\" 96000\:\"96000 Hz\" 176400\:\"176400 Hz\" 192000\:\"192000 Hz\" ))"\
  "--lua-intf[Lua interface]"\
  "--lua-config[Lua interface configuration]"\
  "--http-password[Password]"\
  "--http-src[Source directory]"\
  "(--nohttp-index --no-http-index)--http-index[Directory index]"\
  "(--nohttp-index --http-index)--no-http-index[Directory index]"\
  "(--no-http-index --http-index)--nohttp-index[Directory index]"\
  "--rc-host[TCP command input]"\
  "--cli-host[CLI input]"\
  "--telnet-host[Host]"\
  "--telnet-port[Port]"\
  "--telnet-password[Password]"\
  "--lua-sd[(null)]"\
  "--lua-longname[(null)]"\
  "--sout-vorbis-quality[Encoding quality]"\
  "--sout-vorbis-max-bitrate[Maximum encoding bitrate]"\
  "--sout-vorbis-min-bitrate[Minimum encoding bitrate]"\
  "(--nosout-vorbis-cbr --no-sout-vorbis-cbr)--sout-vorbis-cbr[CBR encoding]"\
  "(--nosout-vorbis-cbr --sout-vorbis-cbr)--no-sout-vorbis-cbr[CBR encoding]"\
  "(--no-sout-vorbis-cbr --sout-vorbis-cbr)--nosout-vorbis-cbr[CBR encoding]"\
  "--es-fps[Frames per Second]"\
  "--wall-cols[Number of columns]"\
  "--wall-rows[Number of rows]"\
  "--wall-active[Active windows]"\
  "--wall-element-aspect[Element aspect ratio]"\
  "(--nodvb-probe --no-dvb-probe)--dvb-probe[Probe DVB card for capabilities]"\
  "(--nodvb-probe --dvb-probe)--no-dvb-probe[Probe DVB card for capabilities]"\
  "(--no-dvb-probe --dvb-probe)--nodvb-probe[Probe DVB card for capabilities]"\
  "--dvb-satellite[Satellite scanning config]"\
  "(--nomkv-use-ordered-chapters --no-mkv-use-ordered-chapters)--mkv-use-ordered-chapters[Respect ordered chapters]"\
  "(--nomkv-use-ordered-chapters --mkv-use-ordered-chapters)--no-mkv-use-ordered-chapters[Respect ordered chapters]"\
  "(--no-mkv-use-ordered-chapters --mkv-use-ordered-chapters)--nomkv-use-ordered-chapters[Respect ordered chapters]"\
  "(--nomkv-use-chapter-codec --no-mkv-use-chapter-codec)--mkv-use-chapter-codec[Chapter codecs]"\
  "(--nomkv-use-chapter-codec --mkv-use-chapter-codec)--no-mkv-use-chapter-codec[Chapter codecs]"\
  "(--no-mkv-use-chapter-codec --mkv-use-chapter-codec)--nomkv-use-chapter-codec[Chapter codecs]"\
  "(--nomkv-preload-local-dir --no-mkv-preload-local-dir)--mkv-preload-local-dir[Preload MKV files in the same directory]"\
  "(--nomkv-preload-local-dir --mkv-preload-local-dir)--no-mkv-preload-local-dir[Preload MKV files in the same directory]"\
  "(--no-mkv-preload-local-dir --mkv-preload-local-dir)--nomkv-preload-local-dir[Preload MKV files in the same directory]"\
  "(--nomkv-seek-percent --no-mkv-seek-percent)--mkv-seek-percent[Seek based on percent not time]"\
  "(--nomkv-seek-percent --mkv-seek-percent)--no-mkv-seek-percent[Seek based on percent not time]"\
  "(--no-mkv-seek-percent --mkv-seek-percent)--nomkv-seek-percent[Seek based on percent not time]"\
  "(--nomkv-use-dummy --no-mkv-use-dummy)--mkv-use-dummy[Dummy Elements]"\
  "(--nomkv-use-dummy --mkv-use-dummy)--no-mkv-use-dummy[Dummy Elements]"\
  "(--no-mkv-use-dummy --mkv-use-dummy)--nomkv-use-dummy[Dummy Elements]"\
  "--ftp-user[FTP user name]"\
  "--ftp-pwd[FTP password]"\
  "--ftp-account[FTP account]"\
  "--vc1-fps[Frames per Second]"\
  "--vdr-chapter-offset[Chapter offset in ms]"\
  "--vdr-fps[Frame rate]"\
  "(--nojack-auto-connect --no-jack-auto-connect)--jack-auto-connect[Automatically connect to writable clients]"\
  "(--nojack-auto-connect --jack-auto-connect)--no-jack-auto-connect[Automatically connect to writable clients]"\
  "(--no-jack-auto-connect --jack-auto-connect)--nojack-auto-connect[Automatically connect to writable clients]"\
  "--jack-connect-regex[Connect to clients matching]"\
  "--jack-gain[Software gain]"\
  "--rtcp-port[RTCP (local) port]"\
  "--srtp-key[SRTP key (hexadecimal)]"\
  "--srtp-salt[SRTP salt (hexadecimal)]"\
  "--rtp-max-src[Maximum RTP sources]"\
  "--rtp-timeout[RTP source timeout (sec)]"\
  "--rtp-max-dropout[Maximum RTP sequence number dropout]"\
  "--rtp-max-misorder[Maximum RTP sequence number misordering]"\
  "--rtp-dynamic-pt[RTP payload format assumed for dynamic payloads]:RTP payload format assumed for dynamic payloads:((theora\:\"Theora Encoded Video\" ))"\
  "--v4l2-dev[Video capture device]:Video capture device node.:_files"\
  "--v4l2-vbidev[VBI capture device]:VBI capture device:_files"\
  "--v4l2-standard[Standard]:Standard:((ATSC_16_VSB\:\"ATSC 16-VSB\" ATSC_8_VSB\:\"ATSC 8-VSB\" SECAM_LC\:\"SECAM L/C\" SECAM_L\:\"SECAM L\" SECAM_K1\:\"SECAM K1\" SECAM_K\:\"SECAM K\" SECAM_H\:\"SECAM H\" SECAM_G\:\"SECAM G\" SECAM_D\:\"SECAM D\" SECAM_B\:\"SECAM B\" NTSC_M_KR\:\"NTSC M South Korea\" NTSC_443\:\"NTSC 443\" NTSC_M_JP\:\"NTSC M Japan\" NTSC_M\:\"NTSC M\" PAL_60\:\"PAL 60\" PAL_Nc\:\"PAL N Argentina\" PAL_N\:\"PAL N\" PAL_M\:\"PAL M\" PAL_K\:\"PAL K\" PAL_D1\:\"PAL D1\" PAL_D\:\"PAL D\" PAL_I\:\"PAL I\" PAL_H\:\"PAL H\" PAL_G\:\"PAL G\" PAL_B1\:\"PAL B1\" PAL_B\:\"PAL B\" MN\:\"PAL/NTSC M/N\" BG\:\"PAL/SECAM B/G\" DK\:\"PAL/SECAM D/K\" GH\:\"PAL/SECAM G/H\" L\:\"PAL/SECAM L\" H\:\"PAL/SECAM H\" G\:\"PAL/SECAM G\" B\:\"PAL/SECAM B\" ATSC\:\"ATSC\" 625_50\:\"625 lines / 50 Hz\" 525_60\:\"525 lines / 60 Hz\" MTS\:\"Multichannel television sound (MTS)\" SECAM_DK\:\"SECAM D/K\" SECAM\:\"SECAM\" NTSC\:\"NTSC\" PAL_DK\:\"PAL D/K\" PAL_BG\:\"PAL B/G\" PAL\:\"PAL\" ALL\:\"All\" \:\"Undefined\" ))"\
  "--v4l2-chroma[Video input chroma format]"\
  "--v4l2-input[Input]"\
  "--v4l2-audio-input[Audio input]"\
  "--v4l2-width[Width]"\
  "--v4l2-height[Height]"\
  "--v4l2-aspect-ratio[Picture aspect-ratio n;m]"\
  "--v4l2-fps[Frame rate]"\
  "--v4l2-radio-dev[Radio device]:Radio tuner device node.:_files"\
  "--v4l2-tuner-frequency[Frequency]"\
  "--v4l2-tuner-audio-mode[Audio mode]:Tuner audio mono/stereo and track selection.:((4\:\"Dual mono\" 2\:\"Secondary language or program\" 3\:\"Primary language\" 1\:\"Stereo\" 0\:\"Mono\" ))"\
  "(--nov4l2-controls-reset --no-v4l2-controls-reset)--v4l2-controls-reset[Reset controls]"\
  "(--nov4l2-controls-reset --v4l2-controls-reset)--no-v4l2-controls-reset[Reset controls]"\
  "(--no-v4l2-controls-reset --v4l2-controls-reset)--nov4l2-controls-reset[Reset controls]"\
  "--v4l2-brightness[Brightness]"\
  "--v4l2-brightness-auto[Automatic brightness]:Automatically adjust the picture brightness.:((1\:\"On\" 0\:\"Off\" -1\:\"Unspecified\" ))"\
  "--v4l2-contrast[Contrast]"\
  "--v4l2-saturation[Saturation]"\
  "--v4l2-hue[Hue]"\
  "--v4l2-hue-auto[Automatic hue]:Automatically adjust the picture hue.:((1\:\"On\" 0\:\"Off\" -1\:\"Unspecified\" ))"\
  "--v4l2-white-balance-temperature[White balance temperature (K)]"\
  "--v4l2-auto-white-balance[Automatic white balance]:Automatically adjust the picture white balance.:((1\:\"On\" 0\:\"Off\" -1\:\"Unspecified\" ))"\
  "--v4l2-red-balance[Red balance]"\
  "--v4l2-blue-balance[Blue balance]"\
  "--v4l2-gamma[Gamma]"\
  "--v4l2-autogain[Automatic gain]:Automatically set the video gain.:((1\:\"On\" 0\:\"Off\" -1\:\"Unspecified\" ))"\
  "--v4l2-gain[Gain]"\
  "--v4l2-sharpness[Sharpness]"\
  "--v4l2-chroma-gain[Chroma gain]"\
  "--v4l2-chroma-gain-auto[Automatic chroma gain]"\
  "--v4l2-power-line-frequency[Power line frequency]:Power line frequency anti-flicker filter.:((3\:\"Automatic\" 2\:\"60 Hz\" 1\:\"50 Hz\" 0\:\"Off\" -1\:\"Unspecified\" ))"\
  "--v4l2-backlight-compensation[Backlight compensation]"\
  "--v4l2-band-stop-filter[Band-stop filter]"\
  "(--nov4l2-hflip --no-v4l2-hflip)--v4l2-hflip[Horizontal flip]"\
  "(--nov4l2-hflip --v4l2-hflip)--no-v4l2-hflip[Horizontal flip]"\
  "(--no-v4l2-hflip --v4l2-hflip)--nov4l2-hflip[Horizontal flip]"\
  "(--nov4l2-vflip --no-v4l2-vflip)--v4l2-vflip[Vertical flip]"\
  "(--nov4l2-vflip --v4l2-vflip)--no-v4l2-vflip[Vertical flip]"\
  "(--no-v4l2-vflip --v4l2-vflip)--nov4l2-vflip[Vertical flip]"\
  "--v4l2-rotate[Rotate (degrees)]"\
  "--v4l2-color-killer[Color killer]:Enable the color killer, i.e. switch to black & white picture whenever the signal is weak.:((1\:\"On\" 0\:\"Off\" -1\:\"Unspecified\" ))"\
  "--v4l2-color-effect[Color effect]:Select a color effect.:((9\:\"Vivid\" 8\:\"Skin whiten\" 7\:\"Grass green\" 6\:\"Sky blue\" 5\:\"Sketch\" 4\:\"Emboss\" 3\:\"Negative\" 2\:\"Sepia\" 1\:\"Black & white\" 0\:\"None\" -1\:\"Unspecified\" ))"\
  "--v4l2-audio-volume[Audio volume]"\
  "--v4l2-audio-balance[Audio balance]"\
  "(--nov4l2-audio-mute --no-v4l2-audio-mute)--v4l2-audio-mute[Mute]"\
  "(--nov4l2-audio-mute --v4l2-audio-mute)--no-v4l2-audio-mute[Mute]"\
  "(--no-v4l2-audio-mute --v4l2-audio-mute)--nov4l2-audio-mute[Mute]"\
  "--v4l2-audio-bass[Bass level]"\
  "--v4l2-audio-treble[Treble level]"\
  "(--nov4l2-audio-loudness --no-v4l2-audio-loudness)--v4l2-audio-loudness[Loudness mode]"\
  "(--nov4l2-audio-loudness --v4l2-audio-loudness)--no-v4l2-audio-loudness[Loudness mode]"\
  "(--no-v4l2-audio-loudness --v4l2-audio-loudness)--nov4l2-audio-loudness[Loudness mode]"\
  "--v4l2-set-ctrls[v4l2 driver controls]"\
  "(--nops-trust-timestamps --no-ps-trust-timestamps)--ps-trust-timestamps[Trust MPEG timestamps]"\
  "(--nops-trust-timestamps --ps-trust-timestamps)--no-ps-trust-timestamps[Trust MPEG timestamps]"\
  "(--no-ps-trust-timestamps --ps-trust-timestamps)--nops-trust-timestamps[Trust MPEG timestamps]"\
  "--sout-speex-mode[Mode]:Enforce the mode of the encoder.:((2\:\"Ultra-wideband (32kHz)\" 1\:\"Wide-band (16kHz)\" 0\:\"Narrow-band (8kHz)\" ))"\
  "--sout-speex-complexity[Encoding complexity]"\
  "(--nosout-speex-cbr --no-sout-speex-cbr)--sout-speex-cbr[CBR encoding]"\
  "(--nosout-speex-cbr --sout-speex-cbr)--no-sout-speex-cbr[CBR encoding]"\
  "(--no-sout-speex-cbr --sout-speex-cbr)--nosout-speex-cbr[CBR encoding]"\
  "--sout-speex-quality[Encoding quality]"\
  "--sout-speex-max-bitrate[Maximal bitrate]"\
  "(--nosout-speex-vad --no-sout-speex-vad)--sout-speex-vad[Voice activity detection]"\
  "(--nosout-speex-vad --sout-speex-vad)--no-sout-speex-vad[Voice activity detection]"\
  "(--no-sout-speex-vad --sout-speex-vad)--nosout-speex-vad[Voice activity detection]"\
  "(--nosout-speex-dtx --no-sout-speex-dtx)--sout-speex-dtx[Discontinuous Transmission]"\
  "(--nosout-speex-dtx --sout-speex-dtx)--no-sout-speex-dtx[Discontinuous Transmission]"\
  "(--no-sout-speex-dtx --sout-speex-dtx)--nosout-speex-dtx[Discontinuous Transmission]"\
  "(--noqt-minimal-view --no-qt-minimal-view)--qt-minimal-view[Start in minimal view (without menus)]"\
  "(--noqt-minimal-view --qt-minimal-view)--no-qt-minimal-view[Start in minimal view (without menus)]"\
  "(--no-qt-minimal-view --qt-minimal-view)--noqt-minimal-view[Start in minimal view (without menus)]"\
  "(--noqt-system-tray --no-qt-system-tray)--qt-system-tray[Systray icon]"\
  "(--noqt-system-tray --qt-system-tray)--no-qt-system-tray[Systray icon]"\
  "(--no-qt-system-tray --qt-system-tray)--noqt-system-tray[Systray icon]"\
  "--qt-notification[Show notification popup on track change]:Show a notification popup with the artist and track name when the current playlist item changes, when VLC is minimized or hidden.:((2\:\"Always\" 1\:\"When minimized\" 0\:\"Never\" ))"\
  "(--noqt-start-minimized --no-qt-start-minimized)--qt-start-minimized[Start VLC with only a systray icon]"\
  "(--noqt-start-minimized --qt-start-minimized)--no-qt-start-minimized[Start VLC with only a systray icon]"\
  "(--no-qt-start-minimized --qt-start-minimized)--noqt-start-minimized[Start VLC with only a systray icon]"\
  "(--noqt-pause-minimized --no-qt-pause-minimized)--qt-pause-minimized[Pause the video playback when minimized]"\
  "(--noqt-pause-minimized --qt-pause-minimized)--no-qt-pause-minimized[Pause the video playback when minimized]"\
  "(--no-qt-pause-minimized --qt-pause-minimized)--noqt-pause-minimized[Pause the video playback when minimized]"\
  "--qt-opacity[Windows opacity between 0.1 and 1]"\
  "--qt-fs-opacity[Fullscreen controller opacity between 0.1 and 1]"\
  "(--noqt-video-autoresize --no-qt-video-autoresize)--qt-video-autoresize[Resize interface to the native video size]"\
  "(--noqt-video-autoresize --qt-video-autoresize)--no-qt-video-autoresize[Resize interface to the native video size]"\
  "(--no-qt-video-autoresize --qt-video-autoresize)--noqt-video-autoresize[Resize interface to the native video size]"\
  "(--noqt-name-in-title --no-qt-name-in-title)--qt-name-in-title[Show playing item name in window title]"\
  "(--noqt-name-in-title --qt-name-in-title)--no-qt-name-in-title[Show playing item name in window title]"\
  "(--no-qt-name-in-title --qt-name-in-title)--noqt-name-in-title[Show playing item name in window title]"\
  "(--noqt-fs-controller --no-qt-fs-controller)--qt-fs-controller[Show a controller in fullscreen mode]"\
  "(--noqt-fs-controller --qt-fs-controller)--no-qt-fs-controller[Show a controller in fullscreen mode]"\
  "(--no-qt-fs-controller --qt-fs-controller)--noqt-fs-controller[Show a controller in fullscreen mode]"\
  "(--noqt-recentplay --no-qt-recentplay)--qt-recentplay[Save the recently played items in the menu]"\
  "(--noqt-recentplay --qt-recentplay)--no-qt-recentplay[Save the recently played items in the menu]"\
  "(--no-qt-recentplay --qt-recentplay)--noqt-recentplay[Save the recently played items in the menu]"\
  "--qt-recentplay-filter[List of words separated by | to filter]"\
  "--qt-continue[Continue playback?]:Continue playback?:((2\:\"Always\" 1\:\"Ask\" 0\:\"Never\" ))"\
  "(--noqt-embedded-open --no-qt-embedded-open)--qt-embedded-open[Embed the file browser in open dialog]"\
  "(--noqt-embedded-open --qt-embedded-open)--no-qt-embedded-open[Embed the file browser in open dialog]"\
  "(--no-qt-embedded-open --qt-embedded-open)--noqt-embedded-open[Embed the file browser in open dialog]"\
  "(--noqt-advanced-pref --no-qt-advanced-pref)--qt-advanced-pref[Show advanced preferences over simple ones]"\
  "(--noqt-advanced-pref --qt-advanced-pref)--no-qt-advanced-pref[Show advanced preferences over simple ones]"\
  "(--no-qt-advanced-pref --qt-advanced-pref)--noqt-advanced-pref[Show advanced preferences over simple ones]"\
  "(--noqt-error-dialogs --no-qt-error-dialogs)--qt-error-dialogs[Show unimportant error and warnings dialogs]"\
  "(--noqt-error-dialogs --qt-error-dialogs)--no-qt-error-dialogs[Show unimportant error and warnings dialogs]"\
  "(--no-qt-error-dialogs --qt-error-dialogs)--noqt-error-dialogs[Show unimportant error and warnings dialogs]"\
  "--qt-slider-colours[Define the colors of the volume slider ]"\
  "(--noqt-privacy-ask --no-qt-privacy-ask)--qt-privacy-ask[Ask for network policy at start]"\
  "(--noqt-privacy-ask --qt-privacy-ask)--no-qt-privacy-ask[Ask for network policy at start]"\
  "(--no-qt-privacy-ask --qt-privacy-ask)--noqt-privacy-ask[Ask for network policy at start]"\
  "--qt-fullscreen-screennumber[Define which screen fullscreen goes]"\
  "(--noqt-autoload-extensions --no-qt-autoload-extensions)--qt-autoload-extensions[Load extensions on startup]"\
  "(--noqt-autoload-extensions --qt-autoload-extensions)--no-qt-autoload-extensions[Load extensions on startup]"\
  "(--no-qt-autoload-extensions --qt-autoload-extensions)--noqt-autoload-extensions[Load extensions on startup]"\
  "(--noqt-bgcone --no-qt-bgcone)--qt-bgcone[Display background cone or art]"\
  "(--noqt-bgcone --qt-bgcone)--no-qt-bgcone[Display background cone or art]"\
  "(--no-qt-bgcone --qt-bgcone)--noqt-bgcone[Display background cone or art]"\
  "(--noqt-bgcone-expands --no-qt-bgcone-expands)--qt-bgcone-expands[Expanding background cone or art.]"\
  "(--noqt-bgcone-expands --qt-bgcone-expands)--no-qt-bgcone-expands[Expanding background cone or art.]"\
  "(--no-qt-bgcone-expands --qt-bgcone-expands)--noqt-bgcone-expands[Expanding background cone or art.]"\
  "(--noqt-icon-change --no-qt-icon-change)--qt-icon-change[Allow automatic icon changes]"\
  "(--noqt-icon-change --qt-icon-change)--no-qt-icon-change[Allow automatic icon changes]"\
  "(--no-qt-icon-change --qt-icon-change)--noqt-icon-change[Allow automatic icon changes]"\
  "--qt-max-volume[Maximum Volume displayed]"\
  "--qt-fs-sensitivity[Fullscreen controller mouse sensitivity]"\
  "--skins2-last[Skin to use]:Path to the skin to use.:_files"\
  "--skins2-config[Config of last used skin]"\
  "(--noskins2-transparency --no-skins2-transparency)--skins2-transparency[Enable transparency effects]"\
  "(--noskins2-transparency --skins2-transparency)--no-skins2-transparency[Enable transparency effects]"\
  "(--no-skins2-transparency --skins2-transparency)--noskins2-transparency[Enable transparency effects]"\
  "(--noskinned-playlist --no-skinned-playlist)--skinned-playlist[Use a skinned playlist]"\
  "(--noskinned-playlist --skinned-playlist)--no-skinned-playlist[Use a skinned playlist]"\
  "(--no-skinned-playlist --skinned-playlist)--noskinned-playlist[Use a skinned playlist]"\
  "(--noskinned-video --no-skinned-video)--skinned-video[Display video in a skinned window if any]"\
  "(--noskinned-video --skinned-video)--no-skinned-video[Display video in a skinned window if any]"\
  "(--no-skinned-video --skinned-video)--noskinned-video[Display video in a skinned window if any]"\
  "--browse-dir[Filebrowser starting point]:This option allows you to specify the directory the ncurses filebrowser will show you initially.:_files -/"\
  "--freetype-font[Font]"\
  "--freetype-monofont[Monospace Font]"\
  "--freetype-fontsize[Font size in pixels]"\
  "--freetype-rel-fontsize[Relative font size]:This is the relative default size of the fonts that will be rendered on the video. If absolute font size is set, relative size will be overridden.:((6\:\"Larger\" 12\:\"Large\" 16\:\"Normal\" 18\:\"Small\" 20\:\"Smaller\" ))"\
  "--freetype-opacity[Text opacity]"\
  "--freetype-color[Text default color]"\
  "(--nofreetype-bold --no-freetype-bold)--freetype-bold[Force bold]"\
  "(--nofreetype-bold --freetype-bold)--no-freetype-bold[Force bold]"\
  "(--no-freetype-bold --freetype-bold)--nofreetype-bold[Force bold]"\
  "--freetype-background-opacity[Background opacity]"\
  "--freetype-background-color[Background color]"\
  "--freetype-outline-opacity[Outline opacity]"\
  "--freetype-outline-color[Outline color]"\
  "--freetype-outline-thickness[Outline thickness]:Outline thickness:((6\:\"Thick\" 4\:\"Normal\" 2\:\"Thin\" 0\:\"None\" ))"\
  "--freetype-shadow-opacity[Shadow opacity]"\
  "--freetype-shadow-color[Shadow color]"\
  "--freetype-shadow-angle[Shadow angle]"\
  "--freetype-shadow-distance[Shadow distance]"\
  "(--nofreetype-yuvp --no-freetype-yuvp)--freetype-yuvp[Use YUVP renderer]"\
  "(--nofreetype-yuvp --freetype-yuvp)--no-freetype-yuvp[Use YUVP renderer]"\
  "(--no-freetype-yuvp --freetype-yuvp)--nofreetype-yuvp[Use YUVP renderer]"\
  "--svg-template-file[SVG template file]"\
  "--gestures-threshold[Motion threshold (10-100)]"\
  "--gestures-button[Trigger button]:Trigger button for mouse gestures.:((right\:\"Right\" middle\:\"Middle\" left\:\"Left\" ))"\
  "--lirc-file[Change the lirc configuration file]"\
  "(--norc-show-pos --no-rc-show-pos)--rc-show-pos[Show stream position]"\
  "(--norc-show-pos --rc-show-pos)--no-rc-show-pos[Show stream position]"\
  "(--no-rc-show-pos --rc-show-pos)--norc-show-pos[Show stream position]"\
  "(--norc-fake-tty --no-rc-fake-tty)--rc-fake-tty[Fake TTY]"\
  "(--norc-fake-tty --rc-fake-tty)--no-rc-fake-tty[Fake TTY]"\
  "(--no-rc-fake-tty --rc-fake-tty)--norc-fake-tty[Fake TTY]"\
  "--rc-unix[UNIX socket command input]"\
  "--rc-host[TCP command input]"\
  "(--nonetsync-master --no-netsync-master)--netsync-master[Network master clock]"\
  "(--nonetsync-master --netsync-master)--no-netsync-master[Network master clock]"\
  "(--no-netsync-master --netsync-master)--nonetsync-master[Network master clock]"\
  "--netsync-master-ip[Master server ip address]"\
  "--netsync-timeout[UDP timeout (in ms)]"\
  "(--noaudio --no-audio)--audio[Enable audio]"\
  "(--noaudio --audio)--no-audio[Enable audio]"\
  "(--no-audio --audio)--noaudio[Enable audio]"\
  "--gain[Audio gain]"\
  "--volume-step[Audio output volume step]"\
  "(--novolume-save --no-volume-save)--volume-save[Remember the audio volume]"\
  "(--novolume-save --volume-save)--no-volume-save[Remember the audio volume]"\
  "(--no-volume-save --volume-save)--novolume-save[Remember the audio volume]"\
  "(--nospdif --no-spdif)--spdif[Use S/PDIF when available]"\
  "(--nospdif --spdif)--no-spdif[Use S/PDIF when available]"\
  "(--no-spdif --spdif)--nospdif[Use S/PDIF when available]"\
  "--force-dolby-surround[Force detection of Dolby Surround]:Force detection of Dolby Surround:((2\:\"Off\" 1\:\"On\" 0\:\"Auto\" ))"\
  "--stereo-mode[Stereo audio output mode]:Stereo audio output mode:((5\:\"Dolby Surround\" 4\:\"Right\" 3\:\"Left\" 2\:\"Reverse stereo\" 1\:\"Stereo\" 0\:\"Unset\" ))"\
  "--audio-desync[Audio desynchronization compensation]"\
  "--audio-resampler[Audio resampler]:This selects which plugin to use for audio resampling.:(samplerate ugly_resampler speex_resampler float_mixer)"\
  "--audio-replay-gain-mode[Replay gain mode]:Select the replay gain mode:((album\:\"Album\" track\:\"Track\" none\:\"None\" ))"\
  "--audio-replay-gain-preamp[Replay preamp]"\
  "--audio-replay-gain-default[Default replay gain]"\
  "(--noaudio-replay-gain-peak-protection --no-audio-replay-gain-peak-protection)--audio-replay-gain-peak-protection[Peak protection]"\
  "(--noaudio-replay-gain-peak-protection --audio-replay-gain-peak-protection)--no-audio-replay-gain-peak-protection[Peak protection]"\
  "(--no-audio-replay-gain-peak-protection --audio-replay-gain-peak-protection)--noaudio-replay-gain-peak-protection[Peak protection]"\
  "(--noaudio-time-stretch --no-audio-time-stretch)--audio-time-stretch[Enable time stretching audio]"\
  "(--noaudio-time-stretch --audio-time-stretch)--no-audio-time-stretch[Enable time stretching audio]"\
  "(--no-audio-time-stretch --audio-time-stretch)--noaudio-time-stretch[Enable time stretching audio]"\
  "(-A)--aout=[Audio output module]:This is the audio output method used by VLC. The default behavior is to automatically select the best method available.:(pulse amem afile alsa adummy jack samplerate)"\
  "(--aout)-A[Audio output module]:This is the audio output method used by VLC. The default behavior is to automatically select the best method available.:(pulse amem afile alsa adummy jack samplerate)"\
  "--audio-filter[Audio filters]"\
  "--audio-visual[Audio visualizations]:Audio visualizations:(glspectrum visual vod_rtsp)"\
  "(--novideo --no-video)--video[Enable video]"\
  "(--novideo --video)--no-video[Enable video]"\
  "(--no-video --video)--novideo[Enable video]"\
  "(--nograyscale --no-grayscale)--grayscale[Grayscale video output]"\
  "(--nograyscale --grayscale)--no-grayscale[Grayscale video output]"\
  "(--no-grayscale --grayscale)--nograyscale[Grayscale video output]"\
  "(-f--nofullscreen --no-fullscreen)--fullscreen[Fullscreen video output]"\
  "(--fullscreen--nofullscreen --no-fullscreen)-f[Fullscreen video output]"\
  "(-f--nofullscreen --fullscreen)--no-fullscreen[Fullscreen video output]"\
  "(--no-fullscreen--nofullscreen --fullscreen)-f[Fullscreen video output]"\
  "(-f--no-fullscreen --fullscreen)--nofullscreen[Fullscreen video output]"\
  "(--nofullscreen--no-fullscreen --fullscreen)-f[Fullscreen video output]"\
  "(--noembedded-video --no-embedded-video)--embedded-video[Embedded video]"\
  "(--noembedded-video --embedded-video)--no-embedded-video[Embedded video]"\
  "(--no-embedded-video --embedded-video)--noembedded-video[Embedded video]"\
  "(--noxlib --no-xlib)--xlib[]"\
  "(--noxlib --xlib)--no-xlib[]"\
  "(--no-xlib --xlib)--noxlib[]"\
  "(--nodrop-late-frames --no-drop-late-frames)--drop-late-frames[Drop late frames]"\
  "(--nodrop-late-frames --drop-late-frames)--no-drop-late-frames[Drop late frames]"\
  "(--no-drop-late-frames --drop-late-frames)--nodrop-late-frames[Drop late frames]"\
  "(--noskip-frames --no-skip-frames)--skip-frames[Skip frames]"\
  "(--noskip-frames --skip-frames)--no-skip-frames[Skip frames]"\
  "(--no-skip-frames --skip-frames)--noskip-frames[Skip frames]"\
  "(--noquiet-synchro --no-quiet-synchro)--quiet-synchro[Quiet synchro]"\
  "(--noquiet-synchro --quiet-synchro)--no-quiet-synchro[Quiet synchro]"\
  "(--no-quiet-synchro --quiet-synchro)--noquiet-synchro[Quiet synchro]"\
  "(--nokeyboard-events --no-keyboard-events)--keyboard-events[Key press events]"\
  "(--nokeyboard-events --keyboard-events)--no-keyboard-events[Key press events]"\
  "(--no-keyboard-events --keyboard-events)--nokeyboard-events[Key press events]"\
  "(--nomouse-events --no-mouse-events)--mouse-events[Mouse events]"\
  "(--nomouse-events --mouse-events)--no-mouse-events[Mouse events]"\
  "(--no-mouse-events --mouse-events)--nomouse-events[Mouse events]"\
  "(--nooverlay --no-overlay)--overlay[Overlay video output]"\
  "(--nooverlay --overlay)--no-overlay[Overlay video output]"\
  "(--no-overlay --overlay)--nooverlay[Overlay video output]"\
  "(--novideo-on-top --no-video-on-top)--video-on-top[Always on top]"\
  "(--novideo-on-top --video-on-top)--no-video-on-top[Always on top]"\
  "(--no-video-on-top --video-on-top)--novideo-on-top[Always on top]"\
  "(--novideo-wallpaper --no-video-wallpaper)--video-wallpaper[Enable wallpaper mode ]"\
  "(--novideo-wallpaper --video-wallpaper)--no-video-wallpaper[Enable wallpaper mode ]"\
  "(--no-video-wallpaper --video-wallpaper)--novideo-wallpaper[Enable wallpaper mode ]"\
  "(--nodisable-screensaver --no-disable-screensaver)--disable-screensaver[Disable screensaver]"\
  "(--nodisable-screensaver --disable-screensaver)--no-disable-screensaver[Disable screensaver]"\
  "(--no-disable-screensaver --disable-screensaver)--nodisable-screensaver[Disable screensaver]"\
  "(--novideo-title-show --no-video-title-show)--video-title-show[Show media title on video]"\
  "(--novideo-title-show --video-title-show)--no-video-title-show[Show media title on video]"\
  "(--no-video-title-show --video-title-show)--novideo-title-show[Show media title on video]"\
  "--video-title-timeout[Show video title for x milliseconds]"\
  "--video-title-position[Position of video title]:Position of video title:((10\:\"Bottom-Right\" 9\:\"Bottom-Left\" 6\:\"Top-Right\" 5\:\"Top-Left\" 8\:\"Bottom\" 4\:\"Top\" 2\:\"Right\" 1\:\"Left\" 0\:\"Center\" ))"\
  "--mouse-hide-timeout[Hide cursor and fullscreen controller after x milliseconds]"\
  "--snapshot-path[Video snapshot directory (or filename)]:Directory where the video snapshots will be stored.:_files -/"\
  "--snapshot-prefix[Video snapshot file prefix]"\
  "--snapshot-format[Video snapshot format]:Image format which will be used to store the video snapshots:((tiff\:\"tiff\" jpg\:\"jpg\" png\:\"png\" ))"\
  "(--nosnapshot-preview --no-snapshot-preview)--snapshot-preview[Display video snapshot preview]"\
  "(--nosnapshot-preview --snapshot-preview)--no-snapshot-preview[Display video snapshot preview]"\
  "(--no-snapshot-preview --snapshot-preview)--nosnapshot-preview[Display video snapshot preview]"\
  "(--nosnapshot-sequential --no-snapshot-sequential)--snapshot-sequential[Use sequential numbers instead of timestamps]"\
  "(--nosnapshot-sequential --snapshot-sequential)--no-snapshot-sequential[Use sequential numbers instead of timestamps]"\
  "(--no-snapshot-sequential --snapshot-sequential)--nosnapshot-sequential[Use sequential numbers instead of timestamps]"\
  "--snapshot-width[Video snapshot width]"\
  "--snapshot-height[Video snapshot height]"\
  "--width[Video width]"\
  "--height[Video height]"\
  "--video-x[Video X coordinate]"\
  "--video-y[Video Y coordinate]"\
  "--crop[Video cropping]"\
  "--custom-crop-ratios[Custom crop ratios list]"\
  "--aspect-ratio[Source aspect ratio]"\
  "(--noautoscale --no-autoscale)--autoscale[Video Auto Scaling]"\
  "(--noautoscale --autoscale)--no-autoscale[Video Auto Scaling]"\
  "(--no-autoscale --autoscale)--noautoscale[Video Auto Scaling]"\
  "--scale[Video scaling factor]"\
  "--monitor-par[Monitor pixel aspect ratio]"\
  "--custom-aspect-ratios[Custom aspect ratios list]"\
  "(--nohdtv-fix --no-hdtv-fix)--hdtv-fix[Fix HDTV height]"\
  "(--nohdtv-fix --hdtv-fix)--no-hdtv-fix[Fix HDTV height]"\
  "(--no-hdtv-fix --hdtv-fix)--nohdtv-fix[Fix HDTV height]"\
  "(--novideo-deco --no-video-deco)--video-deco[Window decorations]"\
  "(--novideo-deco --video-deco)--no-video-deco[Window decorations]"\
  "(--no-video-deco --video-deco)--novideo-deco[Window decorations]"\
  "--video-title[Video title]"\
  "--align[Video alignment]:Video alignment:((10\:\"Bottom-Right\" 9\:\"Bottom-Left\" 6\:\"Top-Right\" 5\:\"Top-Left\" 8\:\"Bottom\" 4\:\"Top\" 2\:\"Right\" 1\:\"Left\" 0\:\"Center\" ))"\
  "--zoom[Zoom video]"\
  "--deinterlace[Deinterlace]:Deinterlace:((1\:\"On\" -1\:\"Automatic\" 0\:\"Off\" ))"\
  "--deinterlace-mode[Deinterlace mode]:Deinterlace method to use for video processing.:((ivtc\:\"Film NTSC (IVTC)\" phosphor\:\"Phosphor\" yadif2x\:\"Yadif (2x)\" yadif\:\"Yadif\" x\:\"X\" linear\:\"Linear\" bob\:\"Bob\" mean\:\"Mean\" blend\:\"Blend\" discard\:\"Discard\" ))"\
  "(-V)--vout=[Video output module]:This is the the video output method used by VLC. The default behavior is to automatically select the best method available.:(vdpau_display xcb_x11 caca gles2 gles1 vout_sdl xcb_xv fb directfb yuv xcb_glx gl vmem aa vdummy vdummy xcb_window)"\
  "(--vout)-V[Video output module]:This is the the video output method used by VLC. The default behavior is to automatically select the best method available.:(vdpau_display xcb_x11 caca gles2 gles1 vout_sdl xcb_xv fb directfb yuv xcb_glx gl vmem aa vdummy vdummy xcb_window)"\
  "--video-filter[Video filter module]:This adds post-processing filters to enhance the picture quality, for instance deinterlacing, or distort the video.:_values -s , video-filter '*vdpau_chroma' '*canvas' '*hqdn3d' '*blendbench' '*gradient' '*colorthres' '*bluescreen' '*dynamicoverlay' '*gradfun' '*rotate' '*scene' '*erase' '*grain' '*adjust' '*atmo' '*postproc' '*deinterlace' '*croppadd' '*puzzle' '*antiflicker' '*ball' '*mirror' '*clone' '*panoramix' '*wall' '*core'"\
  "--video-splitter[Video splitter module]"\
  "(--nospu --no-spu)--spu[Enable sub-pictures]"\
  "(--nospu --spu)--no-spu[Enable sub-pictures]"\
  "(--no-spu --spu)--nospu[Enable sub-pictures]"\
  "(--noosd --no-osd)--osd[On Screen Display]"\
  "(--noosd --osd)--no-osd[On Screen Display]"\
  "(--no-osd --osd)--noosd[On Screen Display]"\
  "--text-renderer[Text rendering module]:VLC normally uses Freetype for rendering, but this allows you to use svg for instance.:(freetype svg tdummy gnutls)"\
  "--sub-file[Use subtitle file]:Load this subtitle file. To be used when autodetect cannot detect your subtitle file.:_files"\
  "(--nosub-autodetect-file --no-sub-autodetect-file)--sub-autodetect-file[Autodetect subtitle files]"\
  "(--nosub-autodetect-file --sub-autodetect-file)--no-sub-autodetect-file[Autodetect subtitle files]"\
  "(--no-sub-autodetect-file --sub-autodetect-file)--nosub-autodetect-file[Autodetect subtitle files]"\
  "--sub-autodetect-fuzzy[Subtitle autodetection fuzziness]"\
  "--sub-autodetect-path[Subtitle autodetection paths]"\
  "--sub-margin[Force subtitle position]"\
  "--sub-source[Subpictures source module]"\
  "--sub-filter[Subpictures filter module]"\
  "--program[Program]"\
  "--programs[Programs]"\
  "--audio-track[Audio track]"\
  "--sub-track[Subtitle track]"\
  "--audio-language[Audio language]"\
  "--sub-language[Subtitle language]"\
  "--menu-language[Menu language]"\
  "--audio-track-id[Audio track ID]"\
  "--sub-track-id[Subtitle track ID]"\
  "--preferred-resolution[Preferred video resolution]:Preferred video resolution:((240\:\"Very Low Definition (240 lines)\" 360\:\"Low Definition (360 lines)\" 576\:\"Standard Definition (576 or 480 lines)\" 720\:\"HD (720p)\" 1080\:\"Full HD (1080p)\" -1\:\"Best available\" ))"\
  "--input-repeat[Input repetitions]"\
  "--start-time[Start time]"\
  "--stop-time[Stop time]"\
  "--run-time[Run time]"\
  "(--noinput-fast-seek --no-input-fast-seek)--input-fast-seek[Fast seek]"\
  "(--noinput-fast-seek --input-fast-seek)--no-input-fast-seek[Fast seek]"\
  "(--no-input-fast-seek --input-fast-seek)--noinput-fast-seek[Fast seek]"\
  "--rate[Playback speed]"\
  "--input-list[Input list]"\
  "--input-slave[Input slave (experimental)]"\
  "--bookmarks[Bookmarks list for a stream]"\
  "--dvd[DVD device]:This is the default DVD device to use.:_files"\
  "--vcd[VCD device]:This is the default VCD device to use.:_files"\
  "--cd-audio[Audio CD device]:This is the default Audio CD device to use.:_files"\
  "--mtu[MTU of the network interface]"\
  "--ipv4-timeout[TCP connection timeout]"\
  "--http-host[HTTP server address]"\
  "--http-port[HTTP server port]"\
  "--https-port[HTTPS server port]"\
  "--rtsp-host[RTSP server address]"\
  "--rtsp-port[RTSP server port]"\
  "--http-cert[HTTP/TLS server certificate]:HTTP/TLS server certificate:_files"\
  "--http-key[HTTP/TLS server private key]:HTTP/TLS server private key:_files"\
  "--http-ca[HTTP/TLS Certificate Authority]:HTTP/TLS Certificate Authority:_files"\
  "--http-crl[HTTP/TLS Certificate Revocation List]:This file contains an optional CRL to prevent remote clients from using revoked certificates in TLS sessions.:_files"\
  "--socks[SOCKS server]"\
  "--socks-user[SOCKS user name]"\
  "--socks-pwd[SOCKS password]"\
  "--meta-title[Title metadata]"\
  "--meta-author[Author metadata]"\
  "--meta-artist[Artist metadata]"\
  "--meta-genre[Genre metadata]"\
  "--meta-copyright[Copyright metadata]"\
  "--meta-description[Description metadata]"\
  "--meta-date[Date metadata]"\
  "--meta-url[URL metadata]"\
  "--file-caching[File caching (ms)]"\
  "--live-caching[Live capture caching (ms)]"\
  "--disc-caching[Disc caching (ms)]"\
  "--network-caching[Network caching (ms)]"\
  "--cr-average[Clock reference average counter]"\
  "--clock-synchro[Clock synchronisation]:It is possible to disable the input clock synchronisation for real-time sources. Use this if you experience jerky playback of network streams.:((1\:\"Enable\" 0\:\"Disable\" -1\:\"Default\" ))"\
  "--clock-jitter[Clock jitter]"\
  "(--nonetwork-synchronisation --no-network-synchronisation)--network-synchronisation[Network synchronisation]"\
  "(--nonetwork-synchronisation --network-synchronisation)--no-network-synchronisation[Network synchronisation]"\
  "(--no-network-synchronisation --network-synchronisation)--nonetwork-synchronisation[Network synchronisation]"\
  "--input-record-path[Record directory or filename]"\
  "(--noinput-record-native --no-input-record-native)--input-record-native[Prefer native stream recording]"\
  "(--noinput-record-native --input-record-native)--no-input-record-native[Prefer native stream recording]"\
  "(--no-input-record-native --input-record-native)--noinput-record-native[Prefer native stream recording]"\
  "--input-timeshift-path[Timeshift directory]"\
  "--input-timeshift-granularity[Timeshift granularity]"\
  "--input-title-format[Change title according to current media]"\
  "--codec[Preferred decoders list]"\
  "--encoder[Preferred encoders list]"\
  "--access[Access module]:This allows you to force an access module. You can use it if the correct access is not automatically detected. You should not set this as a global option unless you really know what you are doing.:(sdp vcd access_mms http tcp access_realrtsp smb avio attachment imem cdda sftp dtv zip vcdx dv1394 filesystem filesystem udp dvb ftp vdr rar access_mtp v4l2 linsys_hdsdi)"\
  "--demux[Demux module]:Demux module:(stats demuxdump aiff vobsub rawdv live555 xa hevc demux_cdg nsc mpc rawaud flacsys nuv image diracsys mp4 ogg real subtitle asf linsys_sdi avi h264 mpgv rawvid caf wav sap ts au dvdnav voc demux_stl mjpeg mod avformat ty playlist playlist playlist playlist playlist playlist playlist playlist playlist playlist playlist playlist playlist playlist playlist playlist smf lua tta es es mkv vc1 sid nsv ps ps pva qt4)"\
  "--stream-filter[Stream filter module]"\
  "--sout[Default stream output chain]"\
  "(--nosout-display --no-sout-display)--sout-display[Display while streaming]"\
  "(--nosout-display --sout-display)--no-sout-display[Display while streaming]"\
  "(--no-sout-display --sout-display)--nosout-display[Display while streaming]"\
  "(--nosout-keep --no-sout-keep)--sout-keep[Keep stream output open]"\
  "(--nosout-keep --sout-keep)--no-sout-keep[Keep stream output open]"\
  "(--no-sout-keep --sout-keep)--nosout-keep[Keep stream output open]"\
  "(--nosout-all --no-sout-all)--sout-all[Enable streaming of all ES]"\
  "(--nosout-all --sout-all)--no-sout-all[Enable streaming of all ES]"\
  "(--no-sout-all --sout-all)--nosout-all[Enable streaming of all ES]"\
  "(--nosout-audio --no-sout-audio)--sout-audio[Enable audio stream output]"\
  "(--nosout-audio --sout-audio)--no-sout-audio[Enable audio stream output]"\
  "(--no-sout-audio --sout-audio)--nosout-audio[Enable audio stream output]"\
  "(--nosout-video --no-sout-video)--sout-video[Enable video stream output]"\
  "(--nosout-video --sout-video)--no-sout-video[Enable video stream output]"\
  "(--no-sout-video --sout-video)--nosout-video[Enable video stream output]"\
  "(--nosout-spu --no-sout-spu)--sout-spu[Enable SPU stream output]"\
  "(--nosout-spu --sout-spu)--no-sout-spu[Enable SPU stream output]"\
  "(--no-sout-spu --sout-spu)--nosout-spu[Enable SPU stream output]"\
  "--sout-mux-caching[Stream output muxer caching (ms)]"\
  "--vlm-conf[VLM configuration file]:Read a VLM configuration file as soon as VLM is started.:_files"\
  "--sap-interval[SAP announcement interval]"\
  "--mux[Mux module]:This is a legacy entry to let you configure mux modules:(mux_wav mux_ps mux_asf mux_dummy mux_avi mux_mp4 mux_ogg mux_ts mux_mpjpeg avformat stream_out_transcode)"\
  "--access_output[Access output module]:This is a legacy entry to let you configure access output modules:(access_output_shout udp access_output_dummy access_output_livehttp access_output_http access_output_file avio ftp mux_wav)"\
  "--ttl[Hop limit (TTL)]"\
  "--miface[Multicast output interface]"\
  "--dscp[DiffServ Code Point]"\
  "--packetizer[Preferred packetizer list]:This allows you to select the order in which VLC will choose its packetizers.:(packetizer_avparser packetizer_copy packetizer_h264 packetizer_vc1 packetizer_mlp packetizer_mpeg4audio packetizer_mpeg4video packetizer_hevc packetizer_dirac packetizer_flac packetizer_mpegvideo theora dts a52 aes3 cvdsub mpeg_audio spudec lpcm vorbis rawvideo svcdsub speex export)"\
  "--vod-server[VoD server module]:You can select which VoD server module you want to use. Set this to 'vod_rtsp' to switch back to the old, legacy module.:(vod_rtsp stream_out_rtp vdpau_display)"\
  "(--noplugins-cache --no-plugins-cache)--plugins-cache[Use a plugins cache]"\
  "(--noplugins-cache --plugins-cache)--no-plugins-cache[Use a plugins cache]"\
  "(--no-plugins-cache --plugins-cache)--noplugins-cache[Use a plugins cache]"\
  "(--nort-priority --no-rt-priority)--rt-priority[Allow real-time priority]"\
  "(--nort-priority --rt-priority)--no-rt-priority[Allow real-time priority]"\
  "(--no-rt-priority --rt-priority)--nort-priority[Allow real-time priority]"\
  "--rt-offset[Adjust VLC priority]"\
  "(--noinhibit --no-inhibit)--inhibit[Inhibit the power management daemon during playback]"\
  "(--noinhibit --inhibit)--no-inhibit[Inhibit the power management daemon during playback]"\
  "(--no-inhibit --inhibit)--noinhibit[Inhibit the power management daemon during playback]"\
  "(-Z--norandom --no-random)--random[Play files randomly forever]"\
  "(--random--norandom --no-random)-Z[Play files randomly forever]"\
  "(-Z--norandom --random)--no-random[Play files randomly forever]"\
  "(--no-random--norandom --random)-Z[Play files randomly forever]"\
  "(-Z--no-random --random)--norandom[Play files randomly forever]"\
  "(--norandom--no-random --random)-Z[Play files randomly forever]"\
  "(-L--noloop --no-loop)--loop[Repeat all]"\
  "(--loop--noloop --no-loop)-L[Repeat all]"\
  "(-L--noloop --loop)--no-loop[Repeat all]"\
  "(--no-loop--noloop --loop)-L[Repeat all]"\
  "(-L--no-loop --loop)--noloop[Repeat all]"\
  "(--noloop--no-loop --loop)-L[Repeat all]"\
  "(-R--norepeat --no-repeat)--repeat[Repeat current item]"\
  "(--repeat--norepeat --no-repeat)-R[Repeat current item]"\
  "(-R--norepeat --repeat)--no-repeat[Repeat current item]"\
  "(--no-repeat--norepeat --repeat)-R[Repeat current item]"\
  "(-R--no-repeat --repeat)--norepeat[Repeat current item]"\
  "(--norepeat--no-repeat --repeat)-R[Repeat current item]"\
  "(--noplay-and-exit --no-play-and-exit)--play-and-exit[Play and exit]"\
  "(--noplay-and-exit --play-and-exit)--no-play-and-exit[Play and exit]"\
  "(--no-play-and-exit --play-and-exit)--noplay-and-exit[Play and exit]"\
  "(--noplay-and-stop --no-play-and-stop)--play-and-stop[Play and stop]"\
  "(--noplay-and-stop --play-and-stop)--no-play-and-stop[Play and stop]"\
  "(--no-play-and-stop --play-and-stop)--noplay-and-stop[Play and stop]"\
  "(--noplay-and-pause --no-play-and-pause)--play-and-pause[Play and pause]"\
  "(--noplay-and-pause --play-and-pause)--no-play-and-pause[Play and pause]"\
  "(--no-play-and-pause --play-and-pause)--noplay-and-pause[Play and pause]"\
  "(--noplaylist-autostart --no-playlist-autostart)--playlist-autostart[Auto start]"\
  "(--noplaylist-autostart --playlist-autostart)--no-playlist-autostart[Auto start]"\
  "(--no-playlist-autostart --playlist-autostart)--noplaylist-autostart[Auto start]"\
  "(--noplaylist-cork --no-playlist-cork)--playlist-cork[Pause on audio communication]"\
  "(--noplaylist-cork --playlist-cork)--no-playlist-cork[Pause on audio communication]"\
  "(--no-playlist-cork --playlist-cork)--noplaylist-cork[Pause on audio communication]"\
  "(--noone-instance --no-one-instance)--one-instance[Allow only one running instance]"\
  "(--noone-instance --one-instance)--no-one-instance[Allow only one running instance]"\
  "(--no-one-instance --one-instance)--noone-instance[Allow only one running instance]"\
  "(--nostarted-from-file --no-started-from-file)--started-from-file[VLC is started from file association]"\
  "(--nostarted-from-file --started-from-file)--no-started-from-file[VLC is started from file association]"\
  "(--no-started-from-file --started-from-file)--nostarted-from-file[VLC is started from file association]"\
  "(--noone-instance-when-started-from-file --no-one-instance-when-started-from-file)--one-instance-when-started-from-file[Use only one instance when started from file manager]"\
  "(--noone-instance-when-started-from-file --one-instance-when-started-from-file)--no-one-instance-when-started-from-file[Use only one instance when started from file manager]"\
  "(--no-one-instance-when-started-from-file --one-instance-when-started-from-file)--noone-instance-when-started-from-file[Use only one instance when started from file manager]"\
  "(--noplaylist-enqueue --no-playlist-enqueue)--playlist-enqueue[Enqueue items into playlist in one instance mode]"\
  "(--noplaylist-enqueue --playlist-enqueue)--no-playlist-enqueue[Enqueue items into playlist in one instance mode]"\
  "(--no-playlist-enqueue --playlist-enqueue)--noplaylist-enqueue[Enqueue items into playlist in one instance mode]"\
  "(--nomedia-library --no-media-library)--media-library[Use media library]"\
  "(--nomedia-library --media-library)--no-media-library[Use media library]"\
  "(--no-media-library --media-library)--nomedia-library[Use media library]"\
  "(--noplaylist-tree --no-playlist-tree)--playlist-tree[Display playlist tree]"\
  "(--noplaylist-tree --playlist-tree)--no-playlist-tree[Display playlist tree]"\
  "(--no-playlist-tree --playlist-tree)--noplaylist-tree[Display playlist tree]"\
  "--open[Default stream]"\
  "(--noauto-preparse --no-auto-preparse)--auto-preparse[Automatically preparse files]"\
  "(--noauto-preparse --auto-preparse)--no-auto-preparse[Automatically preparse files]"\
  "(--no-auto-preparse --auto-preparse)--noauto-preparse[Automatically preparse files]"\
  "(--nometadata-network-access --no-metadata-network-access)--metadata-network-access[Allow metadata network access]"\
  "(--nometadata-network-access --metadata-network-access)--no-metadata-network-access[Allow metadata network access]"\
  "(--no-metadata-network-access --metadata-network-access)--nometadata-network-access[Allow metadata network access]"\
  "(-S)--services-discovery[Services discovery modules]"\
  "(--services-discovery)-S[Services discovery modules]"\
  "(-v)--verbose[Verbosity (0,1,2)]"\
  "(--verbose)-v[Verbosity (0,1,2)]"\
  "(-q--noquiet --no-quiet)--quiet[Be quiet]"\
  "(--quiet--noquiet --no-quiet)-q[Be quiet]"\
  "(-q--noquiet --quiet)--no-quiet[Be quiet]"\
  "(--no-quiet--noquiet --quiet)-q[Be quiet]"\
  "(-q--no-quiet --quiet)--noquiet[Be quiet]"\
  "(--noquiet--no-quiet --quiet)-q[Be quiet]"\
  "(-d--nodaemon --no-daemon)--daemon[Run as daemon process]"\
  "(--daemon--nodaemon --no-daemon)-d[Run as daemon process]"\
  "(-d--nodaemon --daemon)--no-daemon[Run as daemon process]"\
  "(--no-daemon--nodaemon --daemon)-d[Run as daemon process]"\
  "(-d--no-daemon --daemon)--nodaemon[Run as daemon process]"\
  "(--nodaemon--no-daemon --daemon)-d[Run as daemon process]"\
  "--pidfile[Write process id to file]"\
  "(--nofile-logging --no-file-logging)--file-logging[Log to file]"\
  "(--nofile-logging --file-logging)--no-file-logging[Log to file]"\
  "(--no-file-logging --file-logging)--nofile-logging[Log to file]"\
  "(--nosyslog --no-syslog)--syslog[Log to syslog]"\
  "(--nosyslog --syslog)--no-syslog[Log to syslog]"\
  "(--no-syslog --syslog)--nosyslog[Log to syslog]"\
  "(--nocolor --no-color)--color[Color messages]"\
  "(--nocolor --color)--no-color[Color messages]"\
  "(--no-color --color)--nocolor[Color messages]"\
  "(--noadvanced --no-advanced)--advanced[Show advanced options]"\
  "(--noadvanced --advanced)--no-advanced[Show advanced options]"\
  "(--no-advanced --advanced)--noadvanced[Show advanced options]"\
  "(--nointeract --no-interact)--interact[Interface interaction]"\
  "(--nointeract --interact)--no-interact[Interface interaction]"\
  "(--no-interact --interact)--nointeract[Interface interaction]"\
  "(--nostats --no-stats)--stats[Locally collect statistics]"\
  "(--nostats --stats)--no-stats[Locally collect statistics]"\
  "(--no-stats --stats)--nostats[Locally collect statistics]"\
  "(-I)--intf=[Interface module]:This is the main interface used by VLC. The default behavior is to automatically select the best module available.:(lua qt4 skins2 oldrc core audioscrobbler)"\
  "(--intf)-I[Interface module]:This is the main interface used by VLC. The default behavior is to automatically select the best module available.:(lua qt4 skins2 oldrc core audioscrobbler)"\
  "--extraintf[Extra interface modules]:Extra interface modules:_values -s , extraintf '*lua' '*qt4' '*skins2' '*oldrc' '*core'"\
  "--control[Control interfaces]:You can select control interfaces for VLC.:_values -s , control '*audioscrobbler' '*gestures' '*core'"\
  "--hotkeys-mousewheel-mode[MouseWheel up-down axis Control]:MouseWheel up-down axis Control:((1\:\"Position Control\" 0\:\"Volume Control\" 2\:\"Ignore\" ))"\
  "--global-key-toggle-fullscreen[Fullscreen]"\
  "--key-toggle-fullscreen[Fullscreen]"\
  "--global-key-leave-fullscreen[Exit fullscreen]"\
  "--key-leave-fullscreen[Exit fullscreen]"\
  "--global-key-play-pause[Play/Pause]"\
  "--key-play-pause[Play/Pause]"\
  "--global-key-pause[Pause only]"\
  "--key-pause[Pause only]"\
  "--global-key-play[Play only]"\
  "--key-play[Play only]"\
  "--global-key-faster[Faster]"\
  "--key-faster[Faster]"\
  "--global-key-slower[Slower]"\
  "--key-slower[Slower]"\
  "--global-key-rate-normal[Normal rate]"\
  "--key-rate-normal[Normal rate]"\
  "--global-key-rate-faster-fine[Faster (fine)]"\
  "--key-rate-faster-fine[Faster (fine)]"\
  "--global-key-rate-slower-fine[Slower (fine)]"\
  "--key-rate-slower-fine[Slower (fine)]"\
  "--global-key-next[Next]"\
  "--key-next[Next]"\
  "--global-key-prev[Previous]"\
  "--key-prev[Previous]"\
  "--global-key-stop[Stop]"\
  "--key-stop[Stop]"\
  "--global-key-position[Position]"\
  "--key-position[Position]"\
  "--global-key-jump-extrashort[Very short backwards jump]"\
  "--key-jump-extrashort[Very short backwards jump]"\
  "--global-key-jump+extrashort[Very short forward jump]"\
  "--key-jump+extrashort[Very short forward jump]"\
  "--global-key-jump-short[Short backwards jump]"\
  "--key-jump-short[Short backwards jump]"\
  "--global-key-jump+short[Short forward jump]"\
  "--key-jump+short[Short forward jump]"\
  "--global-key-jump-medium[Medium backwards jump]"\
  "--key-jump-medium[Medium backwards jump]"\
  "--global-key-jump+medium[Medium forward jump]"\
  "--key-jump+medium[Medium forward jump]"\
  "--global-key-jump-long[Long backwards jump]"\
  "--key-jump-long[Long backwards jump]"\
  "--global-key-jump+long[Long forward jump]"\
  "--key-jump+long[Long forward jump]"\
  "--global-key-frame-next[Next frame]"\
  "--key-frame-next[Next frame]"\
  "--global-key-nav-activate[Activate]"\
  "--key-nav-activate[Activate]"\
  "--global-key-nav-up[Navigate up]"\
  "--key-nav-up[Navigate up]"\
  "--global-key-nav-down[Navigate down]"\
  "--key-nav-down[Navigate down]"\
  "--global-key-nav-left[Navigate left]"\
  "--key-nav-left[Navigate left]"\
  "--global-key-nav-right[Navigate right]"\
  "--key-nav-right[Navigate right]"\
  "--global-key-disc-menu[Go to the DVD menu]"\
  "--key-disc-menu[Go to the DVD menu]"\
  "--global-key-title-prev[Select previous DVD title]"\
  "--key-title-prev[Select previous DVD title]"\
  "--global-key-title-next[Select next DVD title]"\
  "--key-title-next[Select next DVD title]"\
  "--global-key-chapter-prev[Select prev DVD chapter]"\
  "--key-chapter-prev[Select prev DVD chapter]"\
  "--global-key-chapter-next[Select next DVD chapter]"\
  "--key-chapter-next[Select next DVD chapter]"\
  "--global-key-quit[Quit]"\
  "--key-quit[Quit]"\
  "--global-key-vol-up[Volume up]"\
  "--key-vol-up[Volume up]"\
  "--global-key-vol-down[Volume down]"\
  "--key-vol-down[Volume down]"\
  "--global-key-vol-mute[Mute]"\
  "--key-vol-mute[Mute]"\
  "--global-key-subdelay-up[Subtitle delay up]"\
  "--key-subdelay-up[Subtitle delay up]"\
  "--global-key-subdelay-down[Subtitle delay down]"\
  "--key-subdelay-down[Subtitle delay down]"\
  "--global-key-subsync-markaudio[Subtitle sync / bookmark audio timestamp]"\
  "--key-subsync-markaudio[Subtitle sync / bookmark audio timestamp]"\
  "--global-key-subsync-marksub[Subtitle sync / bookmark subtitle timestamp]"\
  "--key-subsync-marksub[Subtitle sync / bookmark subtitle timestamp]"\
  "--global-key-subsync-apply[Subtitle sync / synchronize audio & subtitle timestamps]"\
  "--key-subsync-apply[Subtitle sync / synchronize audio & subtitle timestamps]"\
  "--global-key-subsync-reset[Subtitle sync / reset audio & subtitle synchronization]"\
  "--key-subsync-reset[Subtitle sync / reset audio & subtitle synchronization]"\
  "--global-key-subpos-up[Subtitle position up]"\
  "--key-subpos-up[Subtitle position up]"\
  "--global-key-subpos-down[Subtitle position down]"\
  "--key-subpos-down[Subtitle position down]"\
  "--global-key-audiodelay-up[Audio delay up]"\
  "--key-audiodelay-up[Audio delay up]"\
  "--global-key-audiodelay-down[Audio delay down]"\
  "--key-audiodelay-down[Audio delay down]"\
  "--global-key-audio-track[Cycle audio track]"\
  "--key-audio-track[Cycle audio track]"\
  "--global-key-audiodevice-cycle[Cycle through audio devices]"\
  "--key-audiodevice-cycle[Cycle through audio devices]"\
  "--global-key-subtitle-track[Cycle subtitle track]"\
  "--key-subtitle-track[Cycle subtitle track]"\
  "--global-key-subtitle-toggle[Toggle subtitles]"\
  "--key-subtitle-toggle[Toggle subtitles]"\
  "--global-key-program-sid-next[Cycle next program Service ID]"\
  "--key-program-sid-next[Cycle next program Service ID]"\
  "--global-key-program-sid-prev[Cycle previous program Service ID]"\
  "--key-program-sid-prev[Cycle previous program Service ID]"\
  "--global-key-aspect-ratio[Cycle source aspect ratio]"\
  "--key-aspect-ratio[Cycle source aspect ratio]"\
  "--global-key-crop[Cycle video crop]"\
  "--key-crop[Cycle video crop]"\
  "--global-key-toggle-autoscale[Toggle autoscaling]"\
  "--key-toggle-autoscale[Toggle autoscaling]"\
  "--global-key-incr-scalefactor[Increase scale factor]"\
  "--key-incr-scalefactor[Increase scale factor]"\
  "--global-key-decr-scalefactor[Decrease scale factor]"\
  "--key-decr-scalefactor[Decrease scale factor]"\
  "--global-key-deinterlace[Toggle deinterlacing]"\
  "--key-deinterlace[Toggle deinterlacing]"\
  "--global-key-deinterlace-mode[Cycle deinterlace modes]"\
  "--key-deinterlace-mode[Cycle deinterlace modes]"\
  "--global-key-intf-show[Show controller in fullscreen]"\
  "--key-intf-show[Show controller in fullscreen]"\
  "--global-key-intf-boss[Boss key]"\
  "--key-intf-boss[Boss key]"\
  "--global-key-intf-popup-menu[Context menu]"\
  "--key-intf-popup-menu[Context menu]"\
  "--global-key-snapshot[Take video snapshot]"\
  "--key-snapshot[Take video snapshot]"\
  "--global-key-record[Record]"\
  "--key-record[Record]"\
  "--global-key-zoom[Zoom]"\
  "--key-zoom[Zoom]"\
  "--global-key-unzoom[Un-Zoom]"\
  "--key-unzoom[Un-Zoom]"\
  "--global-key-wallpaper[Toggle wallpaper mode in video output]"\
  "--key-wallpaper[Toggle wallpaper mode in video output]"\
  "--global-key-crop-top[Crop one pixel from the top of the video]"\
  "--key-crop-top[Crop one pixel from the top of the video]"\
  "--global-key-uncrop-top[Uncrop one pixel from the top of the video]"\
  "--key-uncrop-top[Uncrop one pixel from the top of the video]"\
  "--global-key-crop-left[Crop one pixel from the left of the video]"\
  "--key-crop-left[Crop one pixel from the left of the video]"\
  "--global-key-uncrop-left[Uncrop one pixel from the left of the video]"\
  "--key-uncrop-left[Uncrop one pixel from the left of the video]"\
  "--global-key-crop-bottom[Crop one pixel from the bottom of the video]"\
  "--key-crop-bottom[Crop one pixel from the bottom of the video]"\
  "--global-key-uncrop-bottom[Uncrop one pixel from the bottom of the video]"\
  "--key-uncrop-bottom[Uncrop one pixel from the bottom of the video]"\
  "--global-key-crop-right[Crop one pixel from the right of the video]"\
  "--key-crop-right[Crop one pixel from the right of the video]"\
  "--global-key-uncrop-right[Uncrop one pixel from the right of the video]"\
  "--key-uncrop-right[Uncrop one pixel from the right of the video]"\
  "--global-key-random[Random]"\
  "--key-random[Random]"\
  "--global-key-loop[Normal/Loop/Repeat]"\
  "--key-loop[Normal/Loop/Repeat]"\
  "--global-key-zoom-quarter[1;4 Quarter]"\
  "--key-zoom-quarter[1;4 Quarter]"\
  "--global-key-zoom-half[1;2 Half]"\
  "--key-zoom-half[1;2 Half]"\
  "--global-key-zoom-original[1;1 Original]"\
  "--key-zoom-original[1;1 Original]"\
  "--global-key-zoom-double[2;1 Double]"\
  "--key-zoom-double[2;1 Double]"\
  "--extrashort-jump-size[Very short jump length]"\
  "--short-jump-size[Short jump length]"\
  "--medium-jump-size[Medium jump length]"\
  "--long-jump-size[Long jump length]"\
  "--global-key-set-bookmark1[Set playlist bookmark 1]"\
  "--key-set-bookmark1[Set playlist bookmark 1]"\
  "--global-key-set-bookmark2[Set playlist bookmark 2]"\
  "--key-set-bookmark2[Set playlist bookmark 2]"\
  "--global-key-set-bookmark3[Set playlist bookmark 3]"\
  "--key-set-bookmark3[Set playlist bookmark 3]"\
  "--global-key-set-bookmark4[Set playlist bookmark 4]"\
  "--key-set-bookmark4[Set playlist bookmark 4]"\
  "--global-key-set-bookmark5[Set playlist bookmark 5]"\
  "--key-set-bookmark5[Set playlist bookmark 5]"\
  "--global-key-set-bookmark6[Set playlist bookmark 6]"\
  "--key-set-bookmark6[Set playlist bookmark 6]"\
  "--global-key-set-bookmark7[Set playlist bookmark 7]"\
  "--key-set-bookmark7[Set playlist bookmark 7]"\
  "--global-key-set-bookmark8[Set playlist bookmark 8]"\
  "--key-set-bookmark8[Set playlist bookmark 8]"\
  "--global-key-set-bookmark9[Set playlist bookmark 9]"\
  "--key-set-bookmark9[Set playlist bookmark 9]"\
  "--global-key-set-bookmark10[Set playlist bookmark 10]"\
  "--key-set-bookmark10[Set playlist bookmark 10]"\
  "--global-key-play-bookmark1[Play playlist bookmark 1]"\
  "--key-play-bookmark1[Play playlist bookmark 1]"\
  "--global-key-play-bookmark2[Play playlist bookmark 2]"\
  "--key-play-bookmark2[Play playlist bookmark 2]"\
  "--global-key-play-bookmark3[Play playlist bookmark 3]"\
  "--key-play-bookmark3[Play playlist bookmark 3]"\
  "--global-key-play-bookmark4[Play playlist bookmark 4]"\
  "--key-play-bookmark4[Play playlist bookmark 4]"\
  "--global-key-play-bookmark5[Play playlist bookmark 5]"\
  "--key-play-bookmark5[Play playlist bookmark 5]"\
  "--global-key-play-bookmark6[Play playlist bookmark 6]"\
  "--key-play-bookmark6[Play playlist bookmark 6]"\
  "--global-key-play-bookmark7[Play playlist bookmark 7]"\
  "--key-play-bookmark7[Play playlist bookmark 7]"\
  "--global-key-play-bookmark8[Play playlist bookmark 8]"\
  "--key-play-bookmark8[Play playlist bookmark 8]"\
  "--global-key-play-bookmark9[Play playlist bookmark 9]"\
  "--key-play-bookmark9[Play playlist bookmark 9]"\
  "--global-key-play-bookmark10[Play playlist bookmark 10]"\
  "--key-play-bookmark10[Play playlist bookmark 10]"\
  "--global-key-clear-playlist[Clear the playlist]"\
  "--key-clear-playlist[Clear the playlist]"\
  "--bookmark1[Playlist bookmark 1]"\
  "--bookmark2[Playlist bookmark 2]"\
  "--bookmark3[Playlist bookmark 3]"\
  "--bookmark4[Playlist bookmark 4]"\
  "--bookmark5[Playlist bookmark 5]"\
  "--bookmark6[Playlist bookmark 6]"\
  "--bookmark7[Playlist bookmark 7]"\
  "--bookmark8[Playlist bookmark 8]"\
  "--bookmark9[Playlist bookmark 9]"\
  "--bookmark10[Playlist bookmark 10]"\
  "(-h--nohelp --no-help)--help[print help for VLC (can be combined with --advanced and --help-verbose)]"\
  "(--help--nohelp --no-help)-h[print help for VLC (can be combined with --advanced and --help-verbose)]"\
  "(-h--nohelp --help)--no-help[print help for VLC (can be combined with --advanced and --help-verbose)]"\
  "(--no-help--nohelp --help)-h[print help for VLC (can be combined with --advanced and --help-verbose)]"\
  "(-h--no-help --help)--nohelp[print help for VLC (can be combined with --advanced and --help-verbose)]"\
  "(--nohelp--no-help --help)-h[print help for VLC (can be combined with --advanced and --help-verbose)]"\
  "(-H--nofull-help --no-full-help)--full-help[Exhaustive help for VLC and its modules]"\
  "(--full-help--nofull-help --no-full-help)-H[Exhaustive help for VLC and its modules]"\
  "(-H--nofull-help --full-help)--no-full-help[Exhaustive help for VLC and its modules]"\
  "(--no-full-help--nofull-help --full-help)-H[Exhaustive help for VLC and its modules]"\
  "(-H--no-full-help --full-help)--nofull-help[Exhaustive help for VLC and its modules]"\
  "(--nofull-help--no-full-help --full-help)-H[Exhaustive help for VLC and its modules]"\
  "(--nolonghelp --no-longhelp)--longhelp[print help for VLC and all its modules (can be combined with --advanced and --help-verbose)]"\
  "(--nolonghelp --longhelp)--no-longhelp[print help for VLC and all its modules (can be combined with --advanced and --help-verbose)]"\
  "(--no-longhelp --longhelp)--nolonghelp[print help for VLC and all its modules (can be combined with --advanced and --help-verbose)]"\
  "(--nohelp-verbose --no-help-verbose)--help-verbose[ask for extra verbosity when displaying help]"\
  "(--nohelp-verbose --help-verbose)--no-help-verbose[ask for extra verbosity when displaying help]"\
  "(--no-help-verbose --help-verbose)--nohelp-verbose[ask for extra verbosity when displaying help]"\
  "(-l--nolist --no-list)--list[print a list of available modules]"\
  "(--list--nolist --no-list)-l[print a list of available modules]"\
  "(-l--nolist --list)--no-list[print a list of available modules]"\
  "(--no-list--nolist --list)-l[print a list of available modules]"\
  "(-l--no-list --list)--nolist[print a list of available modules]"\
  "(--nolist--no-list --list)-l[print a list of available modules]"\
  "(--nolist-verbose --no-list-verbose)--list-verbose[print a list of available modules with extra detail]"\
  "(--nolist-verbose --list-verbose)--no-list-verbose[print a list of available modules with extra detail]"\
  "(--no-list-verbose --list-verbose)--nolist-verbose[print a list of available modules with extra detail]"\
  "(-p)--module[print help on a specific module (can be combined with --advanced and --help-verbose). Prefix the module name with = for strict matches.]"\
  "(--module)-p[print help on a specific module (can be combined with --advanced and --help-verbose). Prefix the module name with = for strict matches.]"\
  "(--noignore-config --no-ignore-config)--ignore-config[no configuration option will be loaded nor saved to config file]"\
  "(--noignore-config --ignore-config)--no-ignore-config[no configuration option will be loaded nor saved to config file]"\
  "(--no-ignore-config --ignore-config)--noignore-config[no configuration option will be loaded nor saved to config file]"\
  "(--noreset-config --no-reset-config)--reset-config[reset the current config to the default values]"\
  "(--noreset-config --reset-config)--no-reset-config[reset the current config to the default values]"\
  "(--no-reset-config --reset-config)--noreset-config[reset the current config to the default values]"\
  "(--noreset-plugins-cache --no-reset-plugins-cache)--reset-plugins-cache[resets the current plugins cache]"\
  "(--noreset-plugins-cache --reset-plugins-cache)--no-reset-plugins-cache[resets the current plugins cache]"\
  "(--no-reset-plugins-cache --reset-plugins-cache)--noreset-plugins-cache[resets the current plugins cache]"\
  "(--noversion --no-version)--version[print version information]"\
  "(--noversion --version)--no-version[print version information]"\
  "(--no-version --version)--noversion[print version information]"\
  "--config[use alternate config file]"\
  "(--module)-p[print help on module]:print help on module:($vlc_modules)"\
  "(-p)--module[print help on module]:print help on module:($vlc_modules)"\
  "(--help)-h[print help]"\
  "(-h)--help[print help]"\
  "(--longhelp)-H[print detailed help]"\
  "(-H)--longhelp[print detailed help]"\
  "(--list)-l[print a list of available modules]"\
  "(-l)--list[print a list of available modules]"\
  "--reset-config[reset the current config to the default values]"\
  "--config[use alternate config file]"\
  "--reset-plugins-cache[resets the current plugins cache]"\
  "--version[print version information]"\
  "*:Playlist item:->mrl" && ret=0

case $state in
  mrl)
    _alternative 'files:file:_files' 'urls:URL:_urls' && ret=0
  ;;
esac

return ret