added ssh-encode, for encoding video on remote devices
This commit is contained in:
parent
affc7696f4
commit
678846d378
@ -1,6 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# ssh-encode FILE SSH-ALIAS
|
||||||
FILE=$1
|
FILE=$1
|
||||||
OTHER=$2
|
OTHER=$2
|
||||||
EXTENSION=".new.mp4"
|
EXTENSION=".new.mp4"
|
||||||
|
# probably best this file is on a tmpfs mount as to reduce
|
||||||
|
# rw wear
|
||||||
TEMP="/tmp/"
|
TEMP="/tmp/"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user