diff options
| author | 大和でなり <16044253+Daenarii@users.noreply.github.com> | 2018-03-15 15:03:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-15 15:03:19 +0800 |
| commit | 04bfac3382ed360de2068c58ee76456aff4117d2 (patch) | |
| tree | 52b30686eea1598dad15acbf3a396cab22adafc3 /.scripts | |
| parent | 26d2b1f476784b20e95d78389789759cf58e83fa (diff) | |
| parent | 10fe2dc04c0555831cf222e9d084ed78da62eb13 (diff) | |
| download | eibhear-04bfac3382ed360de2068c58ee76456aff4117d2.tar.gz eibhear-04bfac3382ed360de2068c58ee76456aff4117d2.tar.zst eibhear-04bfac3382ed360de2068c58ee76456aff4117d2.zip | |
Merge pull request #1 from LukeSmithxyz/master
I don't know how git works
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/screencast_pulse.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.scripts/screencast_pulse.sh b/.scripts/screencast_pulse.sh index 8491606..871a5b9 100755 --- a/.scripts/screencast_pulse.sh +++ b/.scripts/screencast_pulse.sh @@ -17,6 +17,7 @@ ffmpeg -y \ -framerate 60 \ -s $(xdpyinfo | grep dimensions | awk '{print $2;}') \ -i :0.0 \ +-thread_queue_size 2048 \ -f alsa -i default \ -r 30 \ -c:v libx264 -r 30 -c:a flac $filename |
