summaryrefslogtreecommitdiffstats
path: root/.config/Scripts/screencast_pulse.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/Scripts/screencast_pulse.sh')
-rwxr-xr-x.config/Scripts/screencast_pulse.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/Scripts/screencast_pulse.sh b/.config/Scripts/screencast_pulse.sh
index bb1b5b5..8491606 100755
--- a/.config/Scripts/screencast_pulse.sh
+++ b/.config/Scripts/screencast_pulse.sh
@@ -14,9 +14,11 @@ filename="$HOME/screencast$n.mkv"
ffmpeg -y \
-f x11grab \
+-framerate 60 \
-s $(xdpyinfo | grep dimensions | awk '{print $2;}') \
-i :0.0 \
-f alsa -i default \
+-r 30 \
-c:v libx264 -r 30 -c:a flac $filename
#-c:v ffvhuff -r 30 -c:a flac $filename
#-f pulse -ac 1 -ar 44100 -i default \