Iinsert FLV video in latex document
Posted
by Kami
on Stack Overflow
See other posts from Stack Overflow
or by Kami
Published on 2010-05-11T14:02:50Z
Indexed on
2010/05/11
14:14 UTC
Read the original article
Hit count: 333
Hi, 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.
© Stack Overflow or respective owner