Merge pull request #23 from RaitaroH/master
fix Past duration too large
This commit is contained in:
commit
f1366ff22b
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue