App-ShellCompleter-mpv
view release on metacpan or search on metacpan
devdata/mpv.list-options.0.6.2 view on Meta::CPAN
--sws-ls Float (-100 to 100) (default: 0.000000)
--sws-scaler Choices: fast-bilinear bilinear bicubic x point area bicublin gauss sinc lanczos spline (default: bicubic)
--term-osd Choices: force auto no (default: auto)
--term-osd-bar Flag (default: no)
--term-osd-bar-chars String (default: [-+-])
--term-playing-msg String (default: )
--term-status-msg String (default: )
--terminal Flag (default: yes) [global]
--title String (default: mpv - ${media-title})
--tls-ca-file String (default: ) [file]
--tls-verify Flag (default: no)
--tv-adevice String (default: )
--tv-alsa Flag (default: no)
--tv-amode Integer (0 to 3) (default: -1)
--tv-audio Flag (default: yes)
--tv-audioid Integer (0 to 9) (default: 0)
--tv-audiorate Integer (default: 44100)
--tv-automute Integer (0 to 255) (default: 0)
--tv-balance Integer (0 to 65535) (default: -1)
--tv-bass Integer (0 to 65535) (default: -1)
--tv-brightness Integer (-100 to 100) (default: 0)
lib/App/ShellCompleter/mpv.pm view on Meta::CPAN
'sws-ls=f' => _gcfloat(-100,100), # Float (-100 to 100) (default: 0.000000)
'sws-scaler=s' => [qw/fast-bilinear bilinear bicubic x point area bicublin gauss sinc lanczos spline/], # Choices: fast-bilinear bilinear bicubic x point area bicublin gauss sinc lanczos spline (default: bicubic)
'term-osd=s' => [qw/force auto no/], # Choices: force auto no (default: auto)
'term-osd-bar!' => undef, # Flag (default: no)
'term-osd-bar-chars=s' => undef, # String (default: [-+-])
'term-playing-msg=s' => undef, # String (default: )
'term-status-msg=s' => undef, # String (default: )
'terminal!' => undef, # Flag (default: yes) [global]
'title=s' => undef, # String (default: mpv - ${media-title})
'tls-ca-file=s' => undef, # String (default: ) [file]
'tls-verify!' => undef, # Flag (default: no)
'tv-adevice=s' => undef, # String (default: )
'tv-alsa!' => undef, # Flag (default: no)
'tv-amode=i' => _gcint(0,3), # Integer (0 to 3) (default: -1)
'tv-audio!' => undef, # Flag (default: yes)
'tv-audioid=i' => _gcint(0,9), # Integer (0 to 9) (default: 0)
'tv-audiorate=i' => undef, # Integer (default: 44100)
'tv-automute=i' => _gcint(0,255), # Integer (0 to 255) (default: 0)
'tv-balance=i' => _gcint(0,65535), # Integer (0 to 65535) (default: -1)
'tv-bass=i' => _gcint(0,65535), # Integer (0 to 65535) (default: -1)
'tv-brightness=i' => _gcint(-100,100), # Integer (-100 to 100) (default: 0)
( run in 0.724 second using v1.01-cache-2.11-cpan-73692580452 )