├── ARCHIVE ├── README_V2.md └── mpv_v2 │ ├── input.conf │ ├── mpv (alongside).conf │ ├── mpv.conf │ └── shaders │ ├── FSRCNNX_x2_8-0-4-1.glsl │ ├── KrigBilateral.glsl │ ├── SSimDownscaler.glsl │ ├── SSimSuperRes.glsl │ ├── adaptive-sharpen.glsl │ └── filmgrain.hook ├── HISTORY.md ├── LICENSE ├── README.md └── mpv_v3 ├── configs ├── mpv_amd_or_intel_gpu.conf ├── mpv_file_extensions.conf ├── mpv_nvidia_gpu.conf ├── mpv_osd.conf ├── mpv_shaders.conf ├── mpv_subtitles.conf └── mpv_terminal.conf ├── input.conf ├── mpv.conf └── shaders ├── CAS-scaled.glsl ├── CAS.glsl ├── FSR.glsl ├── KrigBilateral.glsl ├── NVScaler.glsl ├── NVSharpen.glsl ├── SSimDownscaler.glsl └── SSimSuperRes.glsl /ARCHIVE/README_V2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/ARCHIVE/README_V2.md -------------------------------------------------------------------------------- /ARCHIVE/mpv_v2/input.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/ARCHIVE/mpv_v2/input.conf -------------------------------------------------------------------------------- /ARCHIVE/mpv_v2/mpv (alongside).conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/ARCHIVE/mpv_v2/mpv (alongside).conf -------------------------------------------------------------------------------- /ARCHIVE/mpv_v2/mpv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/ARCHIVE/mpv_v2/mpv.conf -------------------------------------------------------------------------------- /ARCHIVE/mpv_v2/shaders/FSRCNNX_x2_8-0-4-1.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/ARCHIVE/mpv_v2/shaders/FSRCNNX_x2_8-0-4-1.glsl -------------------------------------------------------------------------------- /ARCHIVE/mpv_v2/shaders/KrigBilateral.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/ARCHIVE/mpv_v2/shaders/KrigBilateral.glsl -------------------------------------------------------------------------------- /ARCHIVE/mpv_v2/shaders/SSimDownscaler.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/ARCHIVE/mpv_v2/shaders/SSimDownscaler.glsl -------------------------------------------------------------------------------- /ARCHIVE/mpv_v2/shaders/SSimSuperRes.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/ARCHIVE/mpv_v2/shaders/SSimSuperRes.glsl -------------------------------------------------------------------------------- /ARCHIVE/mpv_v2/shaders/adaptive-sharpen.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/ARCHIVE/mpv_v2/shaders/adaptive-sharpen.glsl -------------------------------------------------------------------------------- /ARCHIVE/mpv_v2/shaders/filmgrain.hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/ARCHIVE/mpv_v2/shaders/filmgrain.hook -------------------------------------------------------------------------------- /HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/HISTORY.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/README.md -------------------------------------------------------------------------------- /mpv_v3/configs/mpv_amd_or_intel_gpu.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/configs/mpv_amd_or_intel_gpu.conf -------------------------------------------------------------------------------- /mpv_v3/configs/mpv_file_extensions.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/configs/mpv_file_extensions.conf -------------------------------------------------------------------------------- /mpv_v3/configs/mpv_nvidia_gpu.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/configs/mpv_nvidia_gpu.conf -------------------------------------------------------------------------------- /mpv_v3/configs/mpv_osd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/configs/mpv_osd.conf -------------------------------------------------------------------------------- /mpv_v3/configs/mpv_shaders.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/configs/mpv_shaders.conf -------------------------------------------------------------------------------- /mpv_v3/configs/mpv_subtitles.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/configs/mpv_subtitles.conf -------------------------------------------------------------------------------- /mpv_v3/configs/mpv_terminal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/configs/mpv_terminal.conf -------------------------------------------------------------------------------- /mpv_v3/input.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/input.conf -------------------------------------------------------------------------------- /mpv_v3/mpv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/mpv.conf -------------------------------------------------------------------------------- /mpv_v3/shaders/CAS-scaled.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/shaders/CAS-scaled.glsl -------------------------------------------------------------------------------- /mpv_v3/shaders/CAS.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/shaders/CAS.glsl -------------------------------------------------------------------------------- /mpv_v3/shaders/FSR.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/shaders/FSR.glsl -------------------------------------------------------------------------------- /mpv_v3/shaders/KrigBilateral.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/shaders/KrigBilateral.glsl -------------------------------------------------------------------------------- /mpv_v3/shaders/NVScaler.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/shaders/NVScaler.glsl -------------------------------------------------------------------------------- /mpv_v3/shaders/NVSharpen.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/shaders/NVSharpen.glsl -------------------------------------------------------------------------------- /mpv_v3/shaders/SSimDownscaler.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/shaders/SSimDownscaler.glsl -------------------------------------------------------------------------------- /mpv_v3/shaders/SSimSuperRes.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hl2guide/better-mpv-config/HEAD/mpv_v3/shaders/SSimSuperRes.glsl --------------------------------------------------------------------------------