adamsgaard.dk

my academic webpage
git clone git://src.adamsgaard.dk/adamsgaard.dk
Log | Files | Refs | README | LICENSE Back to index

commit ceb06a4b54b6767490751d3050f7d1834ca4ba1d
parent d37bc1b2ef006b946ae2337b44f5c18a4c9954f8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 23 Mar 2020 08:15:06 +0100

Add link to dwm config

Diffstat:
Mpages/004-screencasts.html | 5+++++
Mpages/004-screencasts.txt | 9+++++++--
2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/pages/004-screencasts.html b/pages/004-screencasts.html @@ -77,6 +77,11 @@ 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 +href="https://src.adamsgaard.dk/dwm">here</a>.</p> + <p>When I am done recording a lecture, I encode and compress the video file to save bandwidth during upload. The following script encodes all input files and reduces file size to roughly 15% without diff --git a/pages/004-screencasts.txt b/pages/004-screencasts.txt @@ -72,6 +72,10 @@ 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. + When I am done recording a lecture, I encode and compress the video file to save bandwidth during upload. The following script encodes all input files and reduces file size to roughly 15% without @@ -109,11 +113,12 @@ encounter when recording on my laptop: synchronize "$f" done -[3]Example screen recording using ffmpeg(1) and video(1) with the +[4]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://adamsgaard.dk/video/screencast.mp4 +[3] https://src.adamsgaard.dk/dwm/ +[4] https://adamsgaard.dk/video/screencast.mp4