OBS input overlay settings

This commit is contained in:
Peter 2024-08-16 19:14:34 +08:00 committed by GitHub
parent 0819b7bcc9
commit f05ac42fbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -279,3 +279,18 @@ yt-dlp \
$@
} 2>&1 | tee "/mnt/d/Videos/Archive/download_logs/yt-dlp_videos_$(date -Iseconds).log"
```
## OBS input overlay plugin
- Install [input overlay plugin](https://github.com/univrsal/input-overlay)
- Enable websockets in OBS, restart, download this [HTML file](https://github.com/univrsal/input-overlay/tree/master/presets/input-history-windows)
- Set to 600 x 1000 w/h, align left
- Stylesheet:
```css
body {
color: skyblue;
font-size: 64px;
font-family: "IBM Plex Sans";
font-weight: bold;
}
```