From 7dafdbc8dbdf1790e7c57e383efbf7410ee285cf Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 28 Jun 2020 02:18:58 +0100 Subject: Add basic mpv config --- .config/mpv/mpv.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/mpv/mpv.conf (limited to '.config') diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..03eeb35 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,10 @@ + +# Use hardware decoding +hwdec=auto + +# Use 720p highest video for streams +ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best + +# always loop gifs +[extension.gif] +loop-file=inf -- cgit v1.2.3