Beamer:让电影只播放到特定时间

Beamer:让电影只播放到特定时间

是否可以在 Beamer 中嵌入视频并AutoPlay只保留前 10 秒的内容?

我有一部mp4正在通过包嵌入的电影media9,但阅读后者的 DOC 时我找不到任何关于这种可能性的参考。

现在:

\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}

相关内容