If this rather trivial I apologize. How we can embed very quickly a video (mp4) in a beamer slide? From what I have seen I cannot figure out the proper way.
I tried with the multimedia package (following this link) but it din't work. (The slides will be in pdf format. I use Adobe reader XI.)
\documentclass{beamer}
\usepackage{multimedia}
\begin{document}
\begin{frame}{myvideo}
\movie[]{}{video.mp4}
\end{document}
video.mp4? – samcarter_is_at_topanswers.xyz Oct 11 '16 at 15:47\end{frame}? – samcarter_is_at_topanswers.xyz Oct 11 '16 at 15:54mp4is not a supported file type. As alternatives it let me choose files from theavitype. Can you try with such a movie? – samcarter_is_at_topanswers.xyz Oct 11 '16 at 15:57