This commit is contained in:
Jorge Vásquez Pérez
2017-07-27 14:21:33 -07:00
2 changed files with 14 additions and 3 deletions
+8 -3
View File
@@ -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
+6
View File
@@ -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