X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=multimedia%2Fmpv%2Fmpv.conf;h=96ebf6d680f24e60769f941120e67f4b580e994c;hb=e0781e9769805ba0afeeb24876f3f93689eab7f1;hp=d8d9329860184aa1f17ea80cff6343805b6523d5;hpb=a5773963246064c27c927a4d3c56a85ba9cf7d19;p=config%2Fdotfiles.git diff --git a/multimedia/mpv/mpv.conf b/multimedia/mpv/mpv.conf index d8d9329..96ebf6d 100644 --- a/multimedia/mpv/mpv.conf +++ b/multimedia/mpv/mpv.conf @@ -16,6 +16,9 @@ # along with this file. If not, see . +# Use hardware decoding if possible +hwdec=auto + # Use ALSA as audio driver. ao=alsa # Set default value of internal mixer (0-100). Since 0.18.1 mpv has no access @@ -64,4 +67,11 @@ osd-status-msg="${time-pos} / ${duration} (${percent-pos}%)${?demuxer-cache-dura # Don't display attached pictures in sound files. audio-display=no +# Increase cache size +demuxer-max-bytes=300MiB + +# Load and cache next title in playlist before the current file is ending. +# Very useful when watching series. +prefetch-playlist=yes + # vim: ft=mplayerconf