<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 9/4/2011 22:48, Jeremy Jones wrote:
    <blockquote
cite="mid:CADCRbW0sYv_7dEg_NdU0apQss4TD_jQWv7cpn6k2vxpBfQ_Jqg@mail.gmail.com"
      type="cite"><br>
      <br>
      <div class="gmail_quote">On Sat, Sep 3, 2011 at 12:22 AM, Raymond
        Wagner <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:raymond@wagnerrp.com">raymond@wagnerrp.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex;">
          <div class="im">On 9/3/2011 01:14, Jeremy Jones wrote:<br>
            &gt;<br>
            &gt; After re-looking at thwarting backend settings, I
            already have it set<br>
            &gt; to run transcoding jobs first. I checked the backend
            logs and the<br>
            &gt; commercial detection is running first anyway, so I
            assume that setting<br>
            &gt; just does not apply if you are transcoding with a user
            job. &nbsp;Is that<br>
            &gt; correct?<br>
            &gt;<br>
            <br>
          </div>
          That setting only functions with the specific commflag and
          transcode<br>
          tasks. &nbsp;If you want it to work with your custom transcoding
          task, you<br>
          must replace the command for mythtranscode in mythtv-setup.<br>
          <div><br>
          </div>
        </blockquote>
      </div>
      <br>
      I notice the command in setup for transcode is simply,
      "Mythtranscode".&nbsp; Do I need put my entire user job command there
      complete with the, " --chanid %CHANID% --starttime %STARTTIME%"
      parameters that follow the command, or will these be passed
      automatically, and only the script file path/name is needed?<br>
    </blockquote>
    <br>
    The value&nbsp; 'mythtranscode' is a special key that tells the jobqueue
    to run that application with all the command line arguments needed
    to make it work.&nbsp; If using anything other than 'mythtranscode', you
    must populate whatever arguments you need.<br>
    <br>
    <blockquote
cite="mid:CADCRbW0sYv_7dEg_NdU0apQss4TD_jQWv7cpn6k2vxpBfQ_Jqg@mail.gmail.com"
      type="cite">Also, as I stated in my original post, I used your,
      "Transcode wrapper stub" from the wiki to build my script.&nbsp; Can
      you tell me what the line, "flush_commskip = True" Does?&nbsp; Am I
      deleting the commercial flags with this?&nbsp; Would changing that to
      false fix my problem, or do I need to leave it as true and swap
      the transcode command like you said above?<br>
    </blockquote>
    <br>
    All that does is flush the stored commercial skip data out of the
    recordedmarkup table.&nbsp; That data is keyed off the frame number, so
    if your transcoding command cuts out frames, resamples, performs
    IVTC or deinterlacing, that data will no longer be valid and should
    be deleted.<br>
    <blockquote
cite="mid:CADCRbW0sYv_7dEg_NdU0apQss4TD_jQWv7cpn6k2vxpBfQ_Jqg@mail.gmail.com"
      type="cite">
    </blockquote>
  </body>
</html>