Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Akemi/mpv-oled-screensaver
https://github.com/Akemi/mpv-oled-screensaver
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Akemi/mpv-oled-screensaver
- Owner: Akemi
- Created: 2019-01-27T18:02:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T18:31:25.000Z (8 months ago)
- Last Synced: 2024-11-17T20:36:30.579Z (about 2 months ago)
- Language: Lua
- Size: 2.93 KB
- Stars: 9
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mpv - oled-screensaver - To prevent burn-ins on OLED TVs, this script fades-in a black screen after 15 seconds when paused in fullscreen. (Other)
README
## mpv-oled-screensaver
Due to burn-in problems on OLED TVs i decided to script a screensaver for mpv.
After 15 seconds when paused it just fades-in a black screen.## Options
#### startAfter
Time after screensaver is shown in seconds (Default: 10s).#### screensaverColor
Colour of the screensaver in ASS hex BBGGRR (Default: "000000").#### rainbow
Instead of using one colour, use a rainbow colour transition (Default: false).#### rainbowStep
How many colour steps per period (Default: 1).#### rainbowRedrawPrediod
Time between redraws of the rainbow in seconds (Default: 0.03).#### alphaStep
How many steps for the fade-in of the screensaver (Default: 12).#### luminance
The Luminace of the rainbow colours (Default: 255).