App-ShellCompleter-mpv

 view release on metacpan or  search on metacpan

devdata/mpv.list-options.0.6.2  view on Meta::CPAN

 --colormatrix                    Choices: auto BT.601 BT.709 SMPTE-240M BT.2020-NCL BT.2020-CL YCgCo (default: auto)
 --colormatrix-input-range        Choices: auto limited full (default: auto)
 --colormatrix-output-range       Choices: auto limited full (default: auto)
 --colormatrix-primaries          Choices: auto BT.601-525 BT.601-625 BT.709 BT.2020 (default: auto)
 --config                         Flag (default: yes) [global] [nocfg]
 --config-dir                     String (default: ) [global] [nocfg]
 --contrast                       Integer (-100 to 100) (default: 1000)
 --cookies                        Flag (default: no)
 --cookies-file                   String (default: ) [file]
 --correct-pts                    Flag (default: yes)
 --cursor-autohide                Choices: no always (or an integer) (0 to 30000) (default: 1000)
 --cursor-autohide-fs-only        Flag (default: no)
 --deinterlace                    Choices: auto no yes  (default: auto)
 --demuxer                        String (default: )
 --demuxer-lavf-allow-mimetype    Flag (default: yes)
 --demuxer-lavf-analyzeduration   Float (0 to 3600) (default: 0.000000)
 --demuxer-lavf-buffersize        Integer (1 to 10485760) (default: 32768)
 --demuxer-lavf-cryptokey         String (default: )
 --demuxer-lavf-format            String (default: )
 --demuxer-lavf-genpts-mode       Choices: lavf no (default: no)
 --demuxer-lavf-o                 Key/value list (default: )
 --demuxer-lavf-probescore        Integer (0 to 100) (default: 0)

devdata/mpv.list-options.0.6.2  view on Meta::CPAN

 --hwdec                          Choices: no auto vdpau vda vaapi vaapi-copy (default: no)
 --hwdec-codecs                   String (default: h264,vc1,wmv3)
 --idle                           Flag (default: no) [global]
 --include                        String (default: ) [file]
 --index                          Choices: default recreate (default: default)
 --initial-audio-sync             Flag (default: yes)
 --input-ar-delay                 Integer (default: 200) [global]
 --input-ar-rate                  Integer (default: 40) [global]
 --input-cmdlist                  Print [global] [nocfg]
 --input-conf                     String (default: ) [global]
 --input-cursor                   Flag (default: yes) [global]
 --input-default-bindings         Flag (default: yes) [global]
 --input-doubleclick-time         Integer (0 to 1000) (default: 300)
 --input-file                     String (default: ) [global]
 --input-joystick                 Flag (default: no) [global]
 --input-js-dev                   String (default: ) [global]
 --input-key-fifo-size            Integer (2 to 65000) (default: 7) [global]
 --input-keylist                  Print [global] [nocfg]
 --input-lirc                     Flag (default: yes) [global]
 --input-lirc-conf                String (default: ) [global]
 --input-right-alt-gr             Flag (default: yes) [global]

lib/App/ShellCompleter/mpv.pm  view on Meta::CPAN

    'colormatrix=s' => [qw/auto BT.601 BT.709 SMPTE-240M BT.2020-NCL BT.2020-CL YCgCo/],           # Choices: auto BT.601 BT.709 SMPTE-240M BT.2020-NCL BT.2020-CL YCgCo (default: auto)
    'colormatrix-input-range=s' => [qw/auto limited full/], # Choices: auto limited full (default: auto)
    'colormatrix-output-range=s' => [qw/auto limited full/], # Choices: auto limited full (default: auto)
    'colormatrix-primaries=s' => [qw/auto BT.601-525 BT.601-625 BT.709 BT.2020/], # Choices: auto BT.601-525 BT.601-625 BT.709 BT.2020 (default: auto)
    'config!' => undef,                 # Flag (default: yes) [global] [nocfg]
    'config-dir=s' => $compdir,            # String (default: ) [global] [nocfg]
    'contrast=i' => _gcint(-100,100),              # Integer (-100 to 100) (default: 1000)
    'cookies!' => undef,                # Flag (default: no)
    'cookies-file=s' => $compfile,          # String (default: ) [file]
    'correct-pts!' => undef,            # Flag (default: yes)
    'cursor-autohide=s' => sub {       # Choices: no always (or an integer) (0 to 30000) (default: 1000)
        my %args = @_;
        my $word = $args{word};
        combine_answers(
            complete_array_elem(array=>[qw/no always/], word=>$word),
            complete_int(min=>0, max=>30000, word=>$word),
        );
    },
    'cursor-autohide-fs-only!' => undef, # Flag (default: no)
    'deinterlace=s' => [qw/auto no yes/],           # Choices: auto no yes  (default: auto)
    'demuxer=s' => undef,               #  String (default: )
    'demuxer-lavf-allow-mimetype!' => undef, # Flag (default: yes)
    'demuxer-lavf-analyzeduration=f' => _gcfloat(0,3600), # Float (0 to 3600) (default: 0.000000)
    'demuxer-lavf-buffersize=i' => _gcint(1,10485760), # Integer (1 to 10485760) (default: 32768)
    'demuxer-lavf-cryptokey=s' => undef, # String (default: )
    'demuxer-lavf-format=s' => undef,   # String (default: )
    'demuxer-lavf-genpts-mode=s' => [qw/lavf no/], # Choices: lavf no (default: no)
    'demuxer-lavf-o=s' => undef,        # Key/value list (default: )
    'demuxer-lavf-probescore=i' => _gcint(0,100), # Integer (0 to 100) (default: 0)

lib/App/ShellCompleter/mpv.pm  view on Meta::CPAN

    'hwdec=s' => [qw/no auto vdpau vda vaapi vaapi-copy/], #                           Choices: no auto vdpau vda vaapi vaapi-copy (default: no)
    'hwdec-codecs=s' => undef, #                    String (default: h264,vc1,wmv3)
    'idle!' => undef, #                            Flag (default: no) [global]
    'include=s' => $compfile, #                         String (default: ) [file]
    'index=s' => [qw/default recreate/], #                           Choices: default recreate (default: default)
    'initial-audio-sync!' => undef, #              Flag (default: yes)
    'input-ar-delay=i' => undef, #                  Integer (default: 200) [global]
    'input-ar-rate=i' => undef, #                   Integer (default: 40) [global]
    'input-cmdlist' => undef, #                   Print [global] [nocfg]
    'input-conf=s' => undef, #                      String (default: ) [global]
    'input-cursor!' => undef, #                    Flag (default: yes) [global]
    'input-default-bindings!' => undef, #          Flag (default: yes) [global]
    'input-doubleclick-time=i' => _gcint(0,1000), #          Integer (0 to 1000) (default: 300)
    'input-file=s' => undef, #                      String (default: ) [global]
    'input-joystick!' => undef, #                  Flag (default: no) [global]
    'input-js-dev=s' => undef, #                    String (default: ) [global]
    'input-key-fifo-size=i' => _gcint(2,65000), #             Integer (2 to 65000) (default: 7) [global]
    'input-keylist' => undef, #                   Print [global] [nocfg]
    'input-lirc!' => undef, #                      Flag (default: yes) [global]
    'input-lirc-conf=s' => undef, #                 String (default: ) [global]
    'input-right-alt-gr!' => undef, #              Flag (default: yes) [global]



( run in 0.267 second using v1.01-cache-2.11-cpan-4d50c553e7e )