stop wasting cpu/mem-resources on idling services:
#!/bin/sh
while sleep 1s; do
set +e| ffmpeg \ | |
| -i dance_addition.mp4 \ | |
| -i dance_and.mp4 \ | |
| -i dance_average.mp4 \ | |
| -i dance_blend.mp4 \ | |
| -i dance_burn.mp4 \ | |
| -i dance_darken.mp4 \ | |
| -i dance_difference.mp4 \ | |
| -i dance_divide.mp4 \ | |
| -i dance_dodge.mp4 \ |
| #!/usr/bin/env bash | |
| remoteuser="$1" | |
| remotehost="$2" | |
| remotedir="$3" | |
| localdir="$4" | |
| syncstatusfile=".lastsync" | |
| if [[ ! -d "$4" ]]; then |
| --[[ | |
| line fonts v0.1 - thykka 2021 | |
| ==usage== | |
| printl( | |
| text, | |
| x, y, | |
| color, | |
| font_size, |