+ imgResize.sh & rotate.sh

This commit is contained in:
committer@tuxwarrior
2026-03-04 11:43:52 -05:00
parent c4bd8a9c94
commit 21c1b3c1a7
4 changed files with 95 additions and 13 deletions

View File

@@ -360,3 +360,14 @@
---
#alias keymap="setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll"
---
# downstream() {
# output="output.mp4"
# # https://stackoverflow.com/questions/3601515/how-to-check-if-a-variable-is-set-in-bash
# if [[ -n $2 ]]; then
# output=$2
# fi
# ffmpeg -i "$1" -c copy -bsf:a aac_adtstoasc "/home/poq/syncDir/0_downloads/${output}"
# }