From bf2a1c779663fd3eae43fd6c59de8c80b5aa917b Mon Sep 17 00:00:00 2001 From: dominic Date: Tue, 5 Nov 2019 21:39:45 +0000 Subject: [PATCH 1/2] Update 'dm-recording/README.md' --- dm-recording/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dm-recording/README.md b/dm-recording/README.md index 446ab28..87a93a3 100644 --- a/dm-recording/README.md +++ b/dm-recording/README.md @@ -7,6 +7,8 @@ You can either select Fullscreen or Region mode. Fullscreen mode records the ent ## Usage Run `dm-recording`. Everything else is managed and communicated by `dmenu` and `notify-send`. +![video](https://gitea.leafbla.de/dominic/dm-scripts/raw/branch/master/dm-recording/.media/example.mp4) + In order to stop the recording, kill the corresponding process. While not the prettiest solution, `killall ffmpeg` works for non-nested recordings. ## Requirements From 73973161bdcde54bcb0e69600c5506d98ca14691 Mon Sep 17 00:00:00 2001 From: dominic Date: Tue, 5 Nov 2019 21:42:29 +0000 Subject: [PATCH 2/2] Update 'dm-recording/README.md' --- dm-recording/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dm-recording/README.md b/dm-recording/README.md index 87a93a3..0912a2b 100644 --- a/dm-recording/README.md +++ b/dm-recording/README.md @@ -7,7 +7,9 @@ You can either select Fullscreen or Region mode. Fullscreen mode records the ent ## Usage Run `dm-recording`. Everything else is managed and communicated by `dmenu` and `notify-send`. -![video](https://gitea.leafbla.de/dominic/dm-scripts/raw/branch/master/dm-recording/.media/example.mp4) +Please click the following sample image to see a sample video. + +![Click me](https://gitea.leafbla.de/dominic/dm-scripts/raw/branch/master/dm-recording/.media/example.png) In order to stop the recording, kill the corresponding process. While not the prettiest solution, `killall ffmpeg` works for non-nested recordings.