commit a61da65f1b2eede2768d340851c6695292c7909b
parent f6af7728fcf842ad22da976b07d3cc67fc704240
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 24 Mar 2020 19:28:29 +0100
Add link to dwm
Diffstat:
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/pages/004-screencasts.html b/pages/004-screencasts.html
@@ -84,9 +84,9 @@ place of the video(1) command above. I have the above script bound
to the keybinding Alt+v so I can quickly show and hide my face while
recording.</p>
-<p>I set dwm(1), my window manager, to open the video feed as a
-floating window on the bottom right of the screen. The full dwm
-configuration can be found <a
+<p>I set <a href="https://dwm.suckless.org">dwm(1)</a>, my window
+manager, to open the video feed as a floating window on the bottom
+right of the screen. The full dwm configuration can be found <a
href="https://src.adamsgaard.dk/dwm">here</a>.</p>
<p>When I am done recording a lecture, I encode and compress the
diff --git a/pages/004-screencasts.txt b/pages/004-screencasts.txt
@@ -78,9 +78,9 @@ On Linux, the command mpv /dev/video0 can take place of the video(1)
command above. I have the above script bound to the keybinding Alt+v
so I can quickly show and hide my face while recording.
-I set dwm(1), my window manager, to open the video feed as a floating
-window on the bottom right of the screen. The full dwm configuration
-can be found [3]here.
+I set [3]dwm(1), my window manager, to open the video feed as a
+floating window on the bottom right of the screen. The full dwm
+configuration can be found [4]here.
When I am done recording a lecture, I encode and compress the video
file to save bandwidth during upload. The following script encodes
@@ -119,12 +119,13 @@ encounter when recording on my laptop:
synchronize "$f"
done
-[4]Example screen recording using ffmpeg(1) and video(1) with the
+[5]Example screen recording using ffmpeg(1) and video(1) with the
above scripts.
References:
[1] https://ffmpeg.org/
[2] https://man.openbsd.org/man1/video.1
-[3] https://src.adamsgaard.dk/dwm/
-[4] https://adamsgaard.dk/video/screencast.mp4
+[3] https://dwm.suckless.org/
+[4] https://src.adamsgaard.dk/dwm/
+[5] https://adamsgaard.dk/video/screencast.mp4