Hi,
I know that it's possible to embed a video in a presentation coupling the media9 package and the beamer class.
I want to know what will be the output of the LaTeX compilation. Will it be a PDF with an embedded Video?
Thanks,
Fab.
Document Classes ⇒ Result of embedded Video in Presentation File
-
- Posts: 30
- Joined: Tue Nov 13, 2012 4:18 pm
Result of embedded Video in Presentation File
Hi.
Yes, it will be a pdf file with a video in it.
Try this code after putting a video in your folder.
Yes, it will be a pdf file with a video in it.
Try this code after putting a video in your folder.
Code: Select all
\documentclass{beamer}
\usepackage{hyperref}
\usepackage{flashmovie}
\begin{document}
\flashmovie[width=12cm,height=8cm,engine=flv-player,auto=1]{video.flv}
\end{document}