added ssh-encode, for encoding video on remote devices
This commit is contained in:
		@@ -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/"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user