<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 09/19/2013 11:39 AM, Jim Stichnoth
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAF5-JozFcHvCCd9hBE84=wV6Zzn+v4pbZWxrwxi8wkR6dkvosQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">On Thu, Sep 19, 2013 at 7:51 AM, Ian Evans <span
          dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:dheianevans@gmail.com" target="_blank">dheianevans@gmail.com</a>&gt;</span>
        wrote:<br>
        <div class="gmail_extra">
          <div class="gmail_quote">
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
              <div dir="ltr">
                <div class="gmail_extra">
                  <div class="gmail_quote">
                    <div>
                      <div class="h5">On Thu, Sep 19, 2013 at 10:01 AM,
                        Jim Stichnoth <span dir="ltr">&lt;<a
                            moz-do-not-send="true"
                            href="mailto:stichnot@gmail.com"
                            target="_blank">stichnot@gmail.com</a>&gt;</span>
                        wrote:<br>
                        <blockquote class="gmail_quote"
                          style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
                          <div dir="ltr">
                            <div>On Wed, Sep 18, 2013 at 11:59 PM, Ian
                              Evans <span dir="ltr">&lt;<a
                                  moz-do-not-send="true"
                                  href="mailto:dheianevans@gmail.com"
                                  target="_blank">dheianevans@gmail.com</a>&gt;</span>
                              wrote:<br>
                              <div class="gmail_extra">
                                <div class="gmail_quote">
                                  <blockquote class="gmail_quote"
                                    style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
                                    <div dir="ltr">
                                      <div class="gmail_extra">
                                        <div class="gmail_quote">
                                          <div>
                                            <div><span
                                                style="color:rgb(34,34,34)">However,
                                                I just updated to .27
                                                and it's able to play
                                                the file past the one
                                                second mark. However,
                                                the file could not be
                                                fast-forwarded or
                                                skipped. Ran
                                                `mythcommflag --file
                                                1019_20130918060000.mp4
                                                --rebuild` under .27.
                                                Still does not work:</span><br>
                                            </div>
                                          </div>
                                          <div>
                                            <br>
                                            Rebuild started at Thu Sep
                                            19 02:51:04 2013<br>
                                            No I-frames found,
                                            rewinding...<br>
                                            Rebuild completed at Thu Sep
                                            19 02:51:20 2013<br>
                                            2013-09-19 02:51:20.165736
                                            E&nbsp; decoding error
                                            <div><br>
                                              eno: Unknown error
                                              541478725 (541478725)<br>
                                              <br>
                                            </div>
                                          </div>
                                          <div>Go back to Recordings and
                                            Mythtv .27 thinks the file
                                            is 0 seconds long. It can
                                            now play it (unlike .26)
                                            however I cannot seek or
                                            fast-forward.<br>
                                          </div>
                                        </div>
                                      </div>
                                    </div>
                                  </blockquote>
                                </div>
                                <br>
                              </div>
                            </div>
                            <div class="gmail_extra">I'm glad you tried
                              this under 0.27, as there's really not
                              much chance of getting a good answer or a
                              fix under an older version.</div>
                            <div class="gmail_extra"><br>
                            </div>
                            <div class="gmail_extra">
                              Could you open a new ticket, and make the
                              recording, or the first ~50MB, available
                              somewhere for download?</div>
                            <span><font color="#888888">
                                <div class="gmail_extra"><br>
                                </div>
                              </font></span></div>
                        </blockquote>
                        <div><br>
                        </div>
                      </div>
                    </div>
                    <div>Thanks. Two quick q's: what's the command line
                      magic to grab the first 50 MB...and is Ubuntu One
                      ok for the upload?<br>
                    </div>
                    <div><br>
                    </div>
                  </div>
                </div>
              </div>
            </blockquote>
            <div>dd if=1019_20130918060000.mp4
              of=1019_20130918060000_short.mp4 bs=1024k count=50</div>
            <div><br>
            </div>
            <div>I don't know anything about Ubuntu One, but if I can
              access it without an account, that's great. &nbsp;Otherwise,
              (given your gmail address) it's easy to upload to Google
              Drive and share the link.</div>
            <div><br>
            </div>
            <div>Jim</div>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    I don't know if this is helpful, but I had a problem when
    transcoding to MKV and running the rebuild, where the duration of
    the show was changed. It was not being set to 0 but it was being set
    shorter than it should be.<br>
    This is my hack to repair it. Something similar may help you.<br>
    <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mythcommflag --rebuild&nbsp; --chanid "$chanid" --starttime
    "$starttime"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; duration=`mediainfo '--Inform=Video;%Duration%'
    "$storagedir/$realfile"`<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [[ "$duration" == "" ]] ; then<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo "Error no duration found for $file"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo "update recordedmarkup set data = '$duration' "
    \<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "where chanid = '$chanid' and starttime =
    '$starttime' and type = '33' and mark = '0';" | \<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $mysqlcmd<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi<br>
    <br>
    Peter<br>
  </body>
</html>