summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-scripts/myth2fuze
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-05-25 00:30:24 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-05-25 00:30:24 (GMT)
commit6d4113caa1c68202b815319fb2102896672a93f3 (patch)
treeaed02cc2b36431ec2de53fd033846aa26644c7d5 /abs/core-testing/linhes-scripts/myth2fuze
parent5868fb599f46247817bef70041022c0e6670df0d (diff)
downloadlinhes_pkgbuild-6d4113caa1c68202b815319fb2102896672a93f3.zip
linhes_pkgbuild-6d4113caa1c68202b815319fb2102896672a93f3.tar.gz
linhes_pkgbuild-6d4113caa1c68202b815319fb2102896672a93f3.tar.bz2
linhes-scripts: fix paths in myth2fuze
Diffstat (limited to 'abs/core-testing/linhes-scripts/myth2fuze')
-rwxr-xr-xabs/core-testing/linhes-scripts/myth2fuze4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/linhes-scripts/myth2fuze b/abs/core-testing/linhes-scripts/myth2fuze
index 948ef1e..9e8fc3c 100755
--- a/abs/core-testing/linhes-scripts/myth2fuze
+++ b/abs/core-testing/linhes-scripts/myth2fuze
@@ -35,7 +35,7 @@ for APP in {fuzemux,mencoder,ffmpeg,mythcommflag,mythtranscode,mysql}; do
done
# where the converted video is stored
-OUT_DIR=/myth/md0/video/fuze
+OUT_DIR=/myth/video/fuze
# Ensure output directory exists
if [ ! -d ${OUT_DIR} ] ; then
@@ -50,7 +50,7 @@ SQLCMD="mysql -u ${DBUSERNAME} --password=${DBPASSWORD} -h ${BACKEND_HOSTNAME} m
# create temp filename so multiple instances won't conflict
TMPNAME=toFUZE-$$
-TMPDIR=/myth/md0/tmp
+TMPDIR=/myth/tmp
TMPFILE=${TMPDIR}/${TMPNAME}.avi
TMPCUTFILE=${TMPDIR}/${TMPNAME}.mpg
MENINPUTFILE=${1}