diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-07 12:58:16 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-07 12:58:16 -0500 |
commit | 2dc5c2142bf0f2a8045f7d31306074d2d5afa98d (patch) | |
tree | 5598bd1ef883c3722c92023e0fc1f3dfcbe160a6 | |
parent | bc96bcefdfd74ab64bb87b091ace785fe8c266d9 (diff) | |
parent | f47f2de76691128c187e759eb7cd1a6f7aa058a9 (diff) | |
download | emacsconf-wiki-2dc5c2142bf0f2a8045f7d31306074d2d5afa98d.tar.xz emacsconf-wiki-2dc5c2142bf0f2a8045f7d31306074d2d5afa98d.zip |
Merge branch 'master' of git://git.emacsconf.org/emacsconf-wiki
-rw-r--r-- | 2022/organizers-notebook/index.org | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index 6b581702..37c41120 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -1121,12 +1121,28 @@ If that doesn't work, edit the news file directly with: If that doesn't work, use the VNC session to switch to an Emacs window and type your message in. + **** Kill the VNC server: ssh emacsconf-$TRACK@res.emacsconf.org "vncserver -kill" | ~/bin/track-obs | start OBS with the track's profile and scene collection | | ~/bin/track-mpv file.webm | play the file using the track's sink | + +**** Making OBS scenes + +Making OBS scenes is pretty straightforward as you can move the +different blocks on your scene in the preview window. However, it’s +important to make sure that your video-captures and your overlays are +snapping properly to the edges of the view-port. To do this, make sure +to right-click on the block inside the preview window, and try the +different fitting options (fit by width, height, etc.) until you find +one that works best. + +We’ll probably be streaming at 720p, but since we’re also considering +a 1080p update, try to create your overlays in a format or a resolution +that would support resizing. + *** Other notes There are sockets in the home directory for MPV control if you want to keep that process. echo '{ "command": ["loadfile", "test2.webm"] }' | socat - ~/mpv-socket-emacsconf-dev |