summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-02-16 13:18:41 -0500
committerGitHub <noreply@github.com>2018-02-16 13:18:41 -0500
commitf1366ff22b4f6f97b27edecda9ecf434c38ae426 (patch)
tree3d56c4d629af9a1a81230a187ffa47e68f930d27 /.config
parent9a02be2a37093ebc0f904393edfac70e4968f8e9 (diff)
parentc43a2797422db256c17d6236eeb96ec905bd0cbb (diff)
downloadeibhear-f1366ff22b4f6f97b27edecda9ecf434c38ae426.tar.gz
eibhear-f1366ff22b4f6f97b27edecda9ecf434c38ae426.tar.zst
eibhear-f1366ff22b4f6f97b27edecda9ecf434c38ae426.zip
Merge pull request #23 from RaitaroH/master
fix Past duration too large
Diffstat (limited to '.config')
-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 \