Merge branch 'master' of https://github.com/jorgevasquezp/my_scripts
	
		
	
				
					
				
			
						commit
						003f6f2f48
					
				| @ -1,3 +1,8 @@ | |||||||
| wacom_id=10 | #casa | ||||||
| xsetwacom --set $wacom_id button 2 3 | #wacom_id=10 | ||||||
| xsetwacom --set $wacom_id button 3 2 | #makine | ||||||
|  | wacom_id="Wacom Intuos Pro M Pen stylus" | ||||||
|  | xsetwacom --set "$wacom_id" button 2 3 | ||||||
|  | xsetwacom --set "$wacom_id" button 3 2 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | |||||||
| @ -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 | ||||||
					Loading…
					
					
				
		Reference in new issue