Introduction
Introduction Statistics Contact Development Disclaimer Help
tSave screencasts to home folder in examples - adamsgaard.dk - my academic webp…
git clone git://src.adamsgaard.dk/adamsgaard.dk
Log
Files
Refs
README
LICENSE
---
commit 8885fa09e3ab8c00a106b1ead75652f56799ddf0
parent 21ba4444566d0ae4e5ad48dab4b2a014d5c296fb
Author: Anders Damsgaard <[email protected]>
Date: Tue, 17 Mar 2020 11:18:56 +0100
Save screencasts to home folder in examples
Diffstat:
M pages/004-screencasts.html | 2 +-
M pages/004-screencasts.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pages/004-screencasts.html b/pages/004-screencasts.html
t@@ -20,7 +20,7 @@ and stopping recording:</p>
lockfile=/tmp/screenrecord.pid
startrecording() {
- out="$HOME/tmp/screenrecord-$(date '+%Y-%m-%d_%H:%M:%S').mkv"
+ out="$HOME/screenrecord-$(date '+%Y-%m-%d_%H:%M:%S').mkv"
ffmpeg -y \
-f x11grab \
-framerate 60 \
diff --git a/pages/004-screencasts.txt b/pages/004-screencasts.txt
t@@ -18,7 +18,7 @@ starting and stopping recording:
lockfile=/tmp/screenrecord.pid
startrecording() {
- out="$HOME/tmp/screenrecord-$(date '+%Y-%m-%d_%H:%M:%S').mkv"
+ out="$HOME/screenrecord-$(date '+%Y-%m-%d_%H:%M:%S').mkv"
ffmpeg -y \
-f x11grab \
-framerate 60 \
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.