0

I have a file movie.gif that I converted into movie.mp4.

I'd like to add it to my Beamer presentation.

I tried:

\documentclass[10pt, aspectratio=169]{beamer}
\usefonttheme{serif}

\usepackage{multimedia} \usepackage{media9}

\begin{document}

\includemedia[ label=vid, addresource=movie.mp4, activate=pageopen, width=5cm, height=4cm, flashvars={ source=movie.mp4 &loop=true } ]{}{VPlayer.swf}

\mediabutton[ mediacommand=vid:playPause, ]{\fbox{Play/Pause}} \end{document}

Do you know why this would not work`? Help would be really appreciatedd!

EDIT: I tried several approaches:

\documentclass{beamer}
\usepackage{xmpmulti}
\begin{document}
    \begin{frame}
        \transduration<0-10>{0}
        \multiinclude[<+->][format=png, graphics={width=\textwidth}]{something
    \end{frame}
\end{document}

This produces many slides...

enter image description here

Another approach:

\documentclass{beamer}
\usepackage{animate}

\begin{document} \begin{frame}{Embedded Animation} \animategraphics[loop,controls,width=\linewidth]{10}{something-}{0}{16} \end{frame} \end{document}

enter image description here

Sylvia
  • 485
  • 7

0 Answers0