
\movie を使用して Beamer プレゼンテーションにビデオを含めたいのですが、スライドが開いたときに自動的に開始する必要があります。自動開始オプションがありますが、機能しません。Windows で pymress の PDF を読んでいますが、\includemedia を使用できません。使用しているコードは次のとおりです。
\begin{tikzpicture}[remember picture, overlay]
\node [anchor=south, inner sep=22pt] at (current page.south) {
\movie[
width=0.47\linewidth,
height=0.31\linewidth,
autostart,
poster,
showcontrols
]{}{file.mp4}
};
\end{tikzpicture}
ご協力をよろしくお願いいたします。