record script uses display variable

This commit is contained in:
Luke Smith 2019-06-17 16:37:29 -04:00
parent 2e33d77b15
commit e59785687f
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -32,7 +32,7 @@ screencast() { \
-f x11grab \
-framerate 60 \
-s $(xdpyinfo | grep dimensions | awk '{print $2;}') \
-i :0.0 \
-i $DISPLAY \
-f alsa -i default \
-r 30 \
-c:v libx264rgb -crf 0 -preset ultrafast -c:a flac \
@ -44,7 +44,7 @@ screencast() { \
video() { ffmpeg \
-f x11grab \
-s $(xdpyinfo | grep dimensions | awk '{print $2;}') \
-i :0.0 \
-i $DISPLAY \
-c:v libx264 -qp 0 -r 30 \
"$HOME/video-$(date '+%y%m%d-%H%M-%S').mkv" &
echo $! > /tmp/recordingpid