fix Past duration too large

This commit is contained in:
RaitaroHikami 2018-02-16 20:10:54 +02:00 committed by GitHub
parent dbb9313bc7
commit 6dfcba6845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \