diff --git a/bash/fix_wacom.sh b/bash/fix_wacom.sh index 4de9003..3feac92 100755 --- a/bash/fix_wacom.sh +++ b/bash/fix_wacom.sh @@ -1,3 +1,8 @@ -wacom_id=10 -xsetwacom --set $wacom_id button 2 3 -xsetwacom --set $wacom_id button 3 2 +#casa +#wacom_id=10 +#makine +wacom_id="Wacom Intuos Pro M Pen stylus" +xsetwacom --set "$wacom_id" button 2 3 +xsetwacom --set "$wacom_id" button 3 2 + + diff --git a/bash/make_anim+.sh b/bash/make_anim+.sh new file mode 100755 index 0000000..f923812 --- /dev/null +++ b/bash/make_anim+.sh @@ -0,0 +1,6 @@ +#!/bin/bash +bg_color=#5d5d5d +size=1920x1080 +for i; +do ffmpeg -f lavfi -i color=c=$bg_color:s=$size -start_number 0001 -i $i%04d.png -filter_complex "[0:v][1:v]overlay=shortest=1,format=yuv420p[out]" -map "[out]" -c:v qtrle -q 0 $i"_Animation+.mov"; +done