From 690ed1048dc0c3d7e995f59de18f3b3653ec7ca1 Mon Sep 17 00:00:00 2001 From: Tyler Date: Fri, 4 Jun 2021 02:14:41 -0700 Subject: updated configs --- mpv/mpv.conf | 39 +++++---------------------------------- 1 file changed, 5 insertions(+), 34 deletions(-) (limited to 'mpv') diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 7c8a68f..8f5edbd 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -1,35 +1,9 @@ -################## -# video settings # -################## -#The default profile which sets some recommended settings -#profile=gpu-hq -#force-window=yes - -#The called API -#Use "opengl" if you have compatibility issues -#vo=gpu -#gpu-api=opengl -#fbo-format=rgba16f - -#Decoding API for 8bit h264 (or whatever your CPU supports) content -#Only should be used when you get many frame drops +# High Quality +profile=gpu-hq #hwdec=auto - -#Don't close the player after finishing the video -keep-open=yes - -#The last position of your video is saved when quitting mpv -save-position-on-quit=yes - -#Start mpv with a % smaller resolution of your screen -#autofit=50% - -#Force seeking (if seeking doesn't work) -force-seekable=yes -# OSC -osc=no -osd-bar=no -border=no +scale=ewa_lanczossharp +dscale=mitchell +cscale=spline36 ################## # audio/subtitles settings # @@ -60,6 +34,3 @@ screenshot-png-compression=1 screenshot-jpeg-quality=95 #Output directory screenshot-directory="~/pics/screenshots" - -#Name format you want to save the pictures -screenshot-template="%f-%wH.%wM.%wS.%wT-#%#00n" -- cgit v1.2.3-13-gbd6f