I am making a presentation with beamer and have problems embedding a video. When I use the multimedia package, Adobe Reader crashes, when I use the media9 package, it exceeds the memory capacity.
This is the code with multimedia:
\documentclass[transparent,dvips]{beamer}% if you use latex dvips ps2pdf
\usepackage{multimedia}
\begin{document}
\begin{frame}
\movie[width=10cm,height=8cm]{blabla}{x_unknown.avi}
\end{frame}
\end{document}
This is the code with media9:
\documentclass[transparent,dvips]{beamer}% if you use latex dvips ps2pdf
\usepackage{media9}
\begin{document}
\begin{frame}
\includemedia[
width=10cm,height=8cm,
addresource=x_unknown.FLV,
flashvars={source=x_unknown.FLV}]{blabla}{VPlayer.swf}
\end{frame}
\end{document}
The FLV file is 15.8 MB Has anyone any experience with those problems and know how to fix it?
Thanks.
.aviin question, I think, to give any useful feedback. – Joseph Wright♦ Aug 13 '12 at 16:38