I'd like to confirm if is possible or someone think is possible to use \framezoom in Beamer to zoom in an animation (.mov file) specified with \movie. If so, could someone please provide an example.
I have been trying to do the following without any sucess:
Code: Select all
\begin{frame}{Advanced Workflow}
\framezoom<1><2>[border=4.5cm](0cm,0cm)(6cm,4.5cm)
\movie[width=6cm,height=4.5cm,p1]{}{caso-2.mov}
\end{frame}