Using the rather plain:
\documentclass{beamer}
\usepackage{graphicx}
\usepackage{multimedia}
\begin{document}
\begin{frame}
\movie{\includegraphics{first_image.png}}{movie.mp4}
\end{frame}
\end{document}
I get the first image of the movie in my presentation as a "poster" (cf. beamer doc), which is great. And I can click it in order to launch the movie. But it immediately gets back to the poster (so the first image) once finished, which is not what I want.
What is the simplest way to have the last_image.png displayed as a "poster" once the movie ends?
media9was the latest multimedia package to go with. But I cannot get its output read by Evince nor Okular, and there are quite few Acrobat & co in my lab.. Any open alternative ? – iago-lito Apr 01 '16 at 07:04media9relies. – AlexG Apr 01 '16 at 07:13