Graphics, Figures & TablesFacing Video Embedding Problems

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Askari
Posts: 1
Joined: Sun Feb 07, 2016 8:37 am

Facing Video Embedding Problems

Post by Askari »

Please let me know the all options for embedding a video files in my beamer presentation. As I am using media9 and getting the error message like you have disabled the play mode of the video file you have embedded, Recompile (using Texstudio) it with PHONON=True.

But the video playing mode was disabled by you or package creator. Recompile Texstudio with the option PHONON=true.

The code I am using is:

Code: Select all

\begin{frame}{movie}
	\begin{figure}[h!]
		\centering    
		\movie[label=show3loop] 
		{\includegraphics[width=1.0\textwidth]{eye.jpg}}{eye.mp4}
		\caption{caption}
	\end{figure} 
\end{frame}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Facing Video Embedding Problems

Post by Johannes_B »

Welcome, something went wrong and part of your question is mixed in the topic tags. Can you open a new question? This is easier than fixing all the tags here. :-)
Once the new question is around, i will delete this one.

By the way, add a minimal working example to your question, it helps ;-)
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply