[mythtv-users] User job not executing

Jon Larson jtlarson at u.washington.edu
Mon Nov 19 18:17:20 UTC 2007



Anthony Giggins wrote:
> 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
> &
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>   
Have you checked the backend log for clues? It's usually in 
/var/log/mythtv/.

Jon


More information about the mythtv-users mailing list