Missed an alsa reference

This commit is contained in:
Vlad Doster 2020-07-25 09:06:07 -05:00 committed by GitHub
parent b38c25fab0
commit 7c15a44891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ screencast() { \
-framerate 60 \
-s "$(xdpyinfo | grep dimensions | awk '{print $2;}')" \
-i "$DISPLAY" \
-f alsa -i default \
-f pulseaudio -i default \
-r 30 \
-c:v h264 -crf 0 -preset ultrafast -c:a aac \
"$HOME/screencast-$(date '+%y%m%d-%H%M-%S').mp4" &