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

Commit eb053a6

Browse files
authored
hotfix
1 parent 58f75dc commit eb053a6

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# better-mpv-config
22

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

1212
## What's New
1313

14+
_Version 1.1.10 [UNLRELEASED]_
15+
- Will fix upscaler shaders to only apply to videos lower that 1080p
16+
17+
In the meantime please add this code to `mpv_shaders.conf`:
18+
19+
```
20+
[upscale-lowres-using-GPU-shaders]
21+
profile-desc=Upscales low resolution videos using GPU upscaling shaders.
22+
profile-cond=height < 1080
23+
```
24+
25+
above the line:
26+
27+
```
28+
# Adaptive-directional sharpening algorithm shaders.
29+
```
30+
1431
_Version 1.1.00 (May 23, 2023)_
1532
- Added shaders
1633
- SSimDownscaler by [igv](https://gist.github.com/igv/36508af3ffc84410fe39761d6969be10)

0 commit comments

Comments
 (0)