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}