<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 15, 2018 at 4:53 AM, David Craig <span dir="ltr"><<a href="mailto:dac@panix.com" target="_blank">dac@panix.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">All-<br>
I’m finally making the push to do my more math-heavy presentations in beamer rather than Keynote.   Now that I’m past the steepest part of the learning curve I’m generally quite happy with how much easier it is, and I’ve found ways to reproduce most of my favorite visual presentation tropes in beamer.<br>
<br>
HOWEVER, I am still struggling to include media in my presentations smoothly, specifically, things like animated gifs, and movies in various formats/containers (X.mov, X.mpg, X.mp4).   I’ve googled around, but the options I have found most frequently recommended (deprecated or not) — multimedia, movie15, media9 — just don’t work very well and are very particular about file formats.  Things that QuickTime player can play fine and/or the Finder can QuickLook often don’t work (even when the package documentation says it should for that format).<br>
<br>
So, I’m seeking best-practice advice from Mac users on including movie media in beamer presentations.   If there’s a specific format that will reliably work in beamer with a particular package, I’m willing to make the conversions.   I’m just intent on some degree of reliability for the next few years at least.<br>
<br>
Thanks,<br>
David Craig<br></blockquote><div><br></div><div>Use media9 which supersedes movie15. Read package documentation</div><div><br></div><div>Movie should  be with x264 codec. Use ffmpeg </div><div><br></div><div><div class="gmail-page" title="Page 113">
                        <div class="gmail-section" style="background-color:rgb(255,255,255)">
                                <div class="gmail-layoutArea">
                                        <div class="gmail-column">
                                                <p><span style="font-size:11pt;font-family:CMSS10">% ffmpeg -i foo.mov -vcodec libx264 foo.mp4
</span></p>
                                        </div>
                                </div>
                        </div>
                </div>
        
<br></div><div>or Handbrake (<a href="https://handbrake.fr/">https://handbrake.fr/</a>) to convert <br></div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br></blockquote></div>-- <br><div class="gmail_signature"><div dir="ltr"><br>Victor Ivrii</div></div>
</div></div>