<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thanks Etienne, I didn't know about this feature of mplayer. I
    assume this would work across platforms which is great. I'll give it
    a try.<br>
    Jim<br>
    <br>
    <div class="moz-cite-prefix">On 2015-10-07 02:31 PM, Etienne Landon
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAHOo3P7VnjtWA8GUE74Sd4jJ8hEbe1SsABVQwLFqkQFpwQXerA@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>
          <div>You could use the -udp-slave option with mplayer, and
            send the timecode from puredata. Just used that to
            synchronise 6 video players and it works pretty well. There
            was no sound played by mplayer in my case but there's no
            reason it wouldn't work.<br>
          </div>
          The timecode you have to send is just the position in seconds,
          in bytes. For instance if you make a counter, bang it with a
          metro at 40ms so you have 25fps counter, then divide by 25 and
          send through moocow any2bytes and udpsend.<br>
        </div>
        If you want to see the timecode mplayer needs, launch one as
        udp-master and connect it to pure data through udpreceive.<br>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">2015-10-07 9:28 GMT+02:00 Max <span
            dir="ltr"><<a moz-do-not-send="true"
              href="mailto:abonnements@revolwear.com" target="_blank">abonnements@revolwear.com</a>></span>:<br>
          <blockquote class="gmail_quote">A while back I've tried to
            document different methods, mostly they are<br>
            suitable for short clips.<br>
            <a moz-do-not-send="true"
              href="https://github.com/mxa/AudioVideoPatches"
              rel="noreferrer" target="_blank">https://github.com/mxa/AudioVideoPatches</a><br>
            If you have something to contribute there, it's welcome.<br>
            <span class="HOEnZb"><br>
              m.<br>
            </span>
            <div class="HOEnZb">
              <div class="h5"><br>
                <br>
                On 2015년 10월 07일 16:23, Jim Ruxton wrote:<br>
                > I am currently using the shell object to run
                mplayer to play video<br>
                > files  that have sound  . It works however I don't
                have much control<br>
                > over the video playback. Just wondering what
                methods other people use?<br>
                > Would I need to strip the soundtrack from the video
                and synchronize them<br>
                > to use Gem?<br>
                > Thanks.<br>
                > Jim<br>
                ><br>
                ><br>
                > _______________________________________________<br>
                > <a moz-do-not-send="true"
                  href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a>
                mailing list<br>
                > UNSUBSCRIBE and account-management -><br>
                > <a moz-do-not-send="true"
                  href="http://lists.puredata.info/listinfo/pd-list"
                  rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
                <br>
                <br>
                _______________________________________________<br>
                <a moz-do-not-send="true"
                  href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a>
                mailing list<br>
                UNSUBSCRIBE and account-management -> <a
                  moz-do-not-send="true"
                  href="http://lists.puredata.info/listinfo/pd-list"
                  rel="noreferrer" target="_blank"><a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a></a><br>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>