]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Ability to turn on/off hardware decoding and faster scalers
authorSergey Matveev <stargrave@stargrave.org>
Thu, 16 Jun 2022 19:39:32 +0000 (22:39 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 16 Jun 2022 19:39:32 +0000 (22:39 +0300)
mpv/.mpv/config

index 8db10182f9b71becff9f95e72413d9a962150a9e..b72c20a1c0921f76a044989e775b6fdd0fa3fe05 100644 (file)
@@ -1,7 +1,6 @@
 vo=gpu
-profile=gpu-hq
-hwdec=vaapi
-hwdec-codecs=h264,hevc,vp8,vp9,mpeg2video,vc1
+scale=ewa_lanczossharp
+cscale=ewa_lanczossharp
 cache=yes
 cache-secs=60
 display-tags=*
@@ -20,3 +19,11 @@ af=lavfi=loudnorm
 
 [NV]
 video=no
+
+[FS]
+scale=mitchell
+cscale=mitchell
+
+[HW]
+hwdec=vaapi
+hwdec-codecs=h264,hevc,vp8,vp9,mpeg2video,vc1