Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

Movies in Beamer Presentations

Options
  • 31-01-2011 6:06pm
    #1
    Registered Users Posts: 13,104 ✭✭✭✭


    Boys and girls....

    I'm putting together a presentation with beamer, but I can't get movies to autoplay. Anybody had a similar problem? Here's an example of one of my frame's:
    \begin{frame}{Self-Similar Microbes}
    	Duplication of growth unit produces mycelium.\\
    	\begin{center}
    		\movie[autostart,loop]{\includegraphics[height=0.9\figheight]{MyceliumSim}}{Mycelium.mov}
    	\end{center}
    \end{frame}
    
    Any ideas?

    Ta.


Comments

  • Registered Users Posts: 13,104 ✭✭✭✭djpbarry


    I've cracked this if anyone's interested, using the movie15 package:
    \documentclass{beamer}
    \usepackage{movie15}
    
    \begin{document}
    
    \begin{frame}{Cell Segmentation}
    \includemovie[autoplay,repeat]{\textheight}{0.8\textheight}{Segmentation.mov}
    \end{frame}
    
    \end{document}
    


  • Registered Users Posts: 13,104 ✭✭✭✭djpbarry


    Incidentally, during the course of finding this solution, I unwittingly googled "latex movie" while in work.

    Probably advisable for others not to do the same.


  • Registered Users Posts: 13,104 ✭✭✭✭djpbarry


    I know this is an old thread, but I'm going to give it a bump because I've been looking for a solution to a particular problem and I can't find it anywhere on the interweb, so I thought I'd turn to you guys.

    I produce a lot of presentations with beamer and these often include movies. Up to now, I have been using the movie15 package, as mentioned above, to include media in PDFs produced by LaTeX.

    However, over the last few months, I've been getting a warning from LaTeX that the movie15 package is now obsolete and I should be using media9 instead. But, movie15 has been working fine for me, whereas I cannot get media9 to work at all. Whenever I try and embed a movie/player with media9, I just get a page with a blank white or grey box where my movie should be.

    So, before I go producing minimum working examples and what not, anybody else been using LaTeX to embed movies in PDFs?


Advertisement