Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hl2guide authored May 23, 2023
1 parent 58f75dc commit eb053a6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# better-mpv-config

- Version: 1.1.00
- Last Updated (AEST): 2023-05-23 05:42:00PM
- Last Updated (AEST): 2023-05-23 11:26:27PM
- Target Platform: Windows 11 (not tested on Apple or Linux at all)
- Test PC: Old Quad Core Desktop
- CPU: Intel(R) Core(TM) i5-4690 CPU @ 3.50GHz
Expand All @@ -11,6 +11,23 @@

## What's New

_Version 1.1.10 [UNLRELEASED]_
- Will fix upscaler shaders to only apply to videos lower that 1080p

In the meantime please add this code to `mpv_shaders.conf`:

```
[upscale-lowres-using-GPU-shaders]
profile-desc=Upscales low resolution videos using GPU upscaling shaders.
profile-cond=height < 1080
```

above the line:

```
# Adaptive-directional sharpening algorithm shaders.
```

_Version 1.1.00 (May 23, 2023)_
- Added shaders
- SSimDownscaler by [igv](https://gist.github.com/igv/36508af3ffc84410fe39761d6969be10)
Expand Down

0 comments on commit eb053a6

Please sign in to comment.