[mythtv-users] User job not executing

Anthony Giggins seven at seven.dorksville.net
Sun Nov 18 05:22:15 UTC 2007


I created the following user job to test exporting too xvid but I don't
believe its executing, I dont get any errors and it runs from the command
line without any problems any pointers where I should be look would be
great.....

My user job looks like this
/home/mythtv/xvidexport.sh %DIR% %FILE%

#!/bin/sh
VIDEODIR=$1
FILENAME=$2
/usr/bin/nuvexport --mencoder --infile=$VIDEODIR/$FILENAME
--path=/storage/videos/new --height=576 --width=720 --mode=xvid --
deinterlace --nonoise_reduction --cutlist --noconfirm --nice=19 > /dev/null
&



More information about the mythtv-users mailing list