I'm trying to embed a video in my LaTeX presentation, but it won't work. My code looks something like this
Code: Select all
\documentclass{beamer}
\usepackage[ngerman]{babel}
\usepackage{media9}
\begin{document}
\begin{frame}
\input{film}
\end{frame}
\end{document}
\input
because I got an error telling me that the main memory size was exceeded.'film.tex' has the
\includemedia
command
Code: Select all
\includemedia[activate=onclick,width=0.5\linewidth]{test.avi}
I would really appreciate your help,
Charlotte