chezmoi_dotfiles/dot_config/mpv/mpv.conf

28 lines
769 B
Plaintext

# Forcing a video codec for performance
vo=xv
# Display English subtitles if available
slang=en
# Enable hardware decoding if available. Often, this does not work with all
# video outputs, but should work well with default settings on most systems.
# If performance or energy usage is an issue, forcing the vdpau or vaapi VOs
# may or may not help.
hwdec=auto
# All default settings should be set above profiles
[internet-radio]
cache-pause-wait=30
cache-pause-initial=yes
# A profile to set framedrop for streaming. I have frequent a/v desync issues on my x200t when streaming videos.
[vstream]
framedrop=vo
video-sync=audio
# a profile that can be enabled with --profile=big-cache
[big-cache]
cache=yes
demuxer-max-bytes=123400KiB
demuxer-readahead-secs=20