I’m trying to insert a flv video in a latex document. I’ve tried the following :
\begin{figure}[h!]
\centering
\includegraphics[scale=1]{animation/animation1.flv}
\caption{My animation}
\label{Anim1}
\end{figure}
But it’s not working at all ! Does anyone know how to do this ? I would avoid to convert the video because I don’t know what kind of codec the reader would have.
Use
media9.sty, available from CTAN. You might need to slightly modify the.styto tell it that.flvis also a movie file.Well, if you care about the setup of the reader, you can’t even assume that the video embedded in the pdf to work. It’s not well supported except Adobe Reader. Even Adobe Reader on Linux doesn’t support it.
So, do ask the reader which PC environment s/he uses, and prepare and test the file accordingly.