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! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Movies in Beamer Presentations

  • 31-01-2011 6:06pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 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, Registered Users 2 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, Registered Users 2 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