0

The following are related tutorial and articles:

  1. Embedding videos and animations
  2. https://www.youtube.com/watch?v=yJPyl9AKhmE

I want to insert a movie in my slide with the following codes:

\documentclass{beamer}
\mode<presentation>
{
  \usetheme{default}      
  \usecolortheme{default} 
  \usefonttheme{default} 
  \setbeamertemplate{navigation symbols}{}
  \setbeamertemplate{caption}[numbered]
} 
\setbeamertemplate{frametitle}[default][center]
\usepackage[english]{babel}
\usepackage[3D]{movie15}
\usepackage[utf8x]{inputenc}

\begin{document} \begin{frame}{Movie} \begin{columns} \begin{column}{4.2cm} \begin{block}{A} \includemovie[autoplay,repeat]% {4cm}{3cm}{goose.mp4} \end{block} \end{column} \end{columns} \end{frame} \end{document}

I put the video in the same file of the this latex document.
My video file is: MP4 Video (.mp4)

However, it only shows the following:

enter image description here

Well, I can open this video; however, I cannot open it in my pdf file.
How to fix it?

0 Answers0