diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-22 16:52:57 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-22 16:52:57 +0100 |
commit | dc9cb2bdde37ed97095ad98ad1856c8d4e4f1669 (patch) | |
tree | 77153c983ae03ae9e7d43f35084b93e2c63dc255 /.local/bin/recscreen | |
parent | update (diff) | |
download | dotfiles-bsd-dc9cb2bdde37ed97095ad98ad1856c8d4e4f1669.tar.gz dotfiles-bsd-dc9cb2bdde37ed97095ad98ad1856c8d4e4f1669.tar.bz2 dotfiles-bsd-dc9cb2bdde37ed97095ad98ad1856c8d4e4f1669.tar.xz dotfiles-bsd-dc9cb2bdde37ed97095ad98ad1856c8d4e4f1669.tar.zst dotfiles-bsd-dc9cb2bdde37ed97095ad98ad1856c8d4e4f1669.zip |
Cool
Diffstat (limited to '.local/bin/recscreen')
-rwxr-xr-x | .local/bin/recscreen | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.local/bin/recscreen b/.local/bin/recscreen deleted file mode 100755 index d5079eb..0000000 --- a/.local/bin/recscreen +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/local/bin/dash - -ffmpeg -y \ - -f x11grab -video_size 1920x1080 -framerate 24 -i $DISPLAY \ - -f pulse -ac 2 -ar 44100 -i oss_input.dsp0 \ - -f pulse -ac 2 -ar 44100 -i oss_output.dsp0.monitor \ - -filter_complex ' - anlmdn=s=1, - highpass=f=140, lowpass=f=16000, - equalizer=f=350:t=h:w=200:g=-5.5, - equalizer=f=600:t=h:w=200:g=0.5, equalizer=f=1000:t=h:w=100:g=-5.5, - equalizer=f=2500:t=h:w=1000:g=1.5, - deesser=i=0.5:m=0.5:f=0.5, - acompressor=threshold=0.1:ratio=8:attack=150:release=40:knee=1, - amix=inputs=2 - ' \ - -vcodec libx264 -g 24 -b:v 1M \ - -acodec aac -b:a 320k -ar 44100 -ac 2 \ - -pix_fmt yuv420p \ - screen_$(date "+%Y-%m-%d_%Hh%M").mkv - -# vim: filetype=sh |