aboutsummaryrefslogtreecommitdiff
path: root/mpv
diff options
context:
space:
mode:
Diffstat (limited to 'mpv')
-rw-r--r--mpv/mpv.conf39
1 files changed, 5 insertions, 34 deletions
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"