Beamer:使電影僅在特定時間播放

Beamer:使電影僅在特定時間播放

是否可以在 Beamer 中嵌入影片並製作它,AutoPlay但只說前 10 秒?

我有一部mp4透過包嵌入的電影media9,但是在閱讀後者的文檔時,我找不到任何關於這種可能性的參考。

現在:

\documentclass[xcolor=dvipsnames]{beamer}
\mode<presentation>{
     \usetheme{Madrid}
     \setbeamertemplate{navigation symbols}{}
} 

\uspackage{media9}
\addmediapath{{../Figures/}}

\begin{document}

\begin{frame}{Background}
    \includemedia[width=0.4\linewidth,
                height=0.3\linewidth,
                activate=pageopen,
                addresource=../Figures/Saturated_Reconstruction.mp4,
                flashvars={source=../Figure/Saturated_Reconstruction.mp4}]{}{VPlayer.swf}
\end{frame} 
\end{document}

相關內容