From f05ac42fbe597c7c29d7847e48112922db686c7f Mon Sep 17 00:00:00 2001 From: Peter <41374977+peter-tanner@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:14:34 +0800 Subject: [PATCH] OBS input overlay settings --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06d1e11..0506f83 100644 --- a/README.md +++ b/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" -``` \ No newline at end of file +``` + +## 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; +} +```