added ssh-encode, for encoding video on remote devices

This commit is contained in:
Oliver Atkinson 2023-10-05 06:04:14 -06:00
parent affc7696f4
commit 678846d378

View File

@ -1,6 +1,10 @@
#!/bin/bash
# ssh-encode FILE SSH-ALIAS
FILE=$1
OTHER=$2
EXTENSION=".new.mp4"
# probably best this file is on a tmpfs mount as to reduce
# rw wear
TEMP="/tmp/"