Switched to using mktemp so multiple runs don't conflict.

This commit is contained in:
Graeme Nordgren 2015-09-03 10:45:40 -07:00
parent 2af971eb86
commit 563acdd4e1

2
dve
View file

@ -8,7 +8,7 @@ OPTS="-c:v libx265 -preset fast -x265-params crf=24 -c:a libvorbis -aq 5 -c:s co
SUFFIX="_new.mkv" SUFFIX="_new.mkv"
SERVERS=":" SERVERS=":"
LEN=60 LEN=60
OUTDIR="/tmp/.dve" #ram OUTDIR=`mktemp -d`
VERBOSE="error" VERBOSE="error"
# override defaults in a ~/.dverc file # override defaults in a ~/.dverc file
if [ -f ~/.dverc ]; then if [ -f ~/.dverc ]; then