<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 11, 2016 at 1:59 PM, Michael Wisniewski <span dir="ltr"><<a href="mailto:mikewiz38@gmail.com" target="_blank">mikewiz38@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi! I'm starting to go crazy over here. :) I'm trying to debug a userjob that's a shell script to transcode the video using ffmpeg. Unfortunately, the job is failing on mythtranscode. Looking at the backend logs, I can see it's getting executed with:<div><br></div><div>Mar 11 13:41:33,snoopy,3,23,mythbackend:, mythbackend[32236]: E UserJob_1846 jobqueue.cpp:2444 (DoUserJobThread) JobQueue: User Job '/mnt/mythtv/scripts/mythtv-transcode-x264-high.sh "/mnt/mythtv/default/1189_20160311193900.mpg" "/mnt/mythtv/default/2 (WBBMDT) - 20160311133900.mkv" "1189" "20160311133900"' failed.<br></div><div><br></div><div>When I run mythtranscode by hand with:</div><div><br></div><div>$ mythtranscode --chanid 1189 --starttime 20160311133900 --mpeg2<br></div><div><br></div><div>It errors out with this:</div><div><br></div><div>2016-03-11 13:47:12.815803 E Couldn't find recording for chanid 1189 @ 2016-03-11T13:39:00Z<br></div><div><br></div><div>However, if I run mythtranscode with the date in a different format like this:</div><div><br></div><div>$ mythtranscode --chanid 1189 --starttime "2016-03-11 19:39:00" --mpeg2<br></div><div><br></div><div>It works fine. So unfortunately, the %STARTTIME% in the job is putting the date in as just the numbers while mythtranscode likes the date in the full format. </div><div><br></div><div>Is there something that I'm doing wrong since it seems to be failing? Thanks!</div></div>
</blockquote></div><br></div><div class="gmail_extra">Please ignore this...sorry about it. I have a habit of getting it fixed right after posting in a forum. :)</div><div class="gmail_extra"><br></div><div class="gmail_extra">For others that are interested, you have to use %STARTTIMEUTC% instead of %STARTTIME% in the user job.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>