<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 02/08/2012 16:02, Carl Lindqvist a
      écrit :<br>
    </div>
    <blockquote
cite="mid:CAJ6A8t+PjcDgkwLv65F68xi8x-4TuS9ij=87HZVXSsd-CPUCfg@mail.gmail.com"
      type="cite">My research on this subject says you probably need the
      ffmbc fork for this. I have tried it, but never managed to get
      timecode in my files :( Documentation was pretty much non existant
      if I remember correctly. Maybe this has changed now.
      <div>
        <br>
      </div>
      <div>Let me know how it goes!</div>
      <div><br>
      </div>
      <div>Regards</div>
      <div>Carl</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Libav-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
    </blockquote>
    <br>
    So actually I found it's not too hard to add an initial timecode to
    the mov file:<br>
    <br>
            av_dict_set( &st->metadata, "timecode",
    "hh:mm:ss:ff", 0 );<br>
    <br>
    where "hh:mm:ss:ff" is the initial timecode.<br>
    When you open the mov in quicktime and display the timecode you get
    the correct value.<br>
    <br>
    But yeah I would definitly love to see the ffmbc anyway fork but I
    can't find the source code :( ...<br>
    <br>
    Gilles<br>
  </body>
</html>