mirror of
https://github.com/peter-tanner/config.git
synced 2024-11-30 09:30:15 +08:00
OBS input overlay settings
This commit is contained in:
parent
0819b7bcc9
commit
f05ac42fbe
17
README.md
17
README.md
|
@ -278,4 +278,19 @@ yt-dlp \
|
|||
--exec 'echo "\n\033[1;32mFINISHED DOWNLOAD!"; du -sh {}; echo "\033[0m"' \
|
||||
$@
|
||||
} 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;
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user