Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/next/external/packages/bsp/mpv/mpv_sunxi.conf
Views: 3960
#1# MPV configuration file for Orange Pi2#3# Warning:4#5# The commented example options usually do _not_ set the default values. Call6# mpv with --list-options to see the default values for most options. There is7# no builtin or example mpv.conf with all the defaults.8#9#10# Configuration files are read system-wide from /etc/mpv/mpv.conf11# and per-user from ~/.config/mpv/mpv.conf, where per-user settings override12# system-wide settings, all of which are overridden by the command line.13#14# Configuration file settings and the command line options use the same15# underlying mechanisms. Most options can be put into the configuration file16# by dropping the preceding '--'. See the man page for a complete list of17# options.18#19# Lines starting with '#' are comments and are ignored.20#21# See the CONFIGURATION FILES section in the man page22# for a detailed description of the syntax.23#24# Profiles should be placed at the bottom of the configuration file to ensure25# that settings wanted as defaults are not restricted to specific profiles.2627##################28# video settings #29##################3031# Start in fullscreen mode by default.32#fs=yes3334# force starting with centered window35#geometry=50%:50%3637# don't allow a new window to have a size larger than 90% of the screen size38#autofit-larger=90%x90%3940# Do not close the window on exit.41#keep-open=yes4243# Do not wait with showing the video window until it has loaded. (This will44# resize the window once video is loaded. Also always shows a window with45# audio.)46#force-window=immediate4748# Disable the On Screen Controller (OSC).49#osc=no5051# Keep the player window on top of all other windows.52#ontop=yes5354# Specify default video driver (see --vo=help for a list).55# This one selects high quality video scaling etc. - can cause problems with56# some drivers and GPUs.57vo=vdpau5859# Force video to lock on the display's refresh rate, and change video and audio60# speed to some degree to ensure synchronous playback - can cause problems61# with some drivers and desktop environments.62#video-sync=display-resample6364# Enable hardware decoding if available. Often, this does not work with all65# video outputs, but should work well with default settings on most systems.66# If performance or energy usage is an issue, forcing the vdpau or vaapi VOs67# may or may not help.68hwdec=vdpau69hwdec-codecs=all7071##################72# audio settings #73##################7475# Specify default audio driver (see --ao=help for a list).76#ao=alsa7778# Disable softvol usage, and always use the system mixer if available.79#softvol=no8081# Do not filter audio to keep pitch when changing playback speed.82#audio-pitch-correction=no8384# Output 5.1 audio natively, and upmix/downmix audio with a different format.85#audio-channels=5.186# Disable any automatic remix, _if_ the audio output accepts the audio format.87# of the currently played file. See caveats mentioned in the manpage.88# (This is the default.)89#audio-channels=auto9091##################92# other settings #93##################9495# Pretend to be a web browser. Might fix playback with some streaming sites,96# but also will break with shoutcast streams.97#user-agent="Mozilla/5.0"9899# cache settings100#101# Use 150MB input cache by default. The cache is enabled for network streams only.102#cache-default=153600103#104# Use 150MB input cache for everything, even local files.105#cache=153600106#107# Disable the behavior that the player will pause if the cache goes below a108# certain fill size.109#cache-pause=no110#111# Read ahead about 5 seconds of audio and video packets.112#demuxer-readahead-secs=5.0113#114# Raise readahead from demuxer-readahead-secs to this value if a cache is active.115#cache-secs=50.0116117# Display English subtitles if available.118#slang=en119120# Play Finnish audio if available, fall back to English otherwise.121#alang=fi,en122123# Change subtitle encoding. For Arabic subtitles use 'cp1256'.124# If the file seems to be valid UTF-8, prefer UTF-8.125#sub-codepage=utf8:cp1256126127128# You can also include other configuration files.129#include=/path/to/the/file/you/want/to/include130131132############133# Profiles #134############135136# The options declared as part of profiles override global default settings,137# but only take effect when the profile is active.138139# The following profile can be enabled on the command line with: --profile=invert140141#[invert]142# The profile forces this video filter:143#vf-add=flip144145146