1

I want to be able to select all the frames which contain a common file basename in animategraphics without having to specify which frame to start/ end with.

Something like:

\begin{figure}[ht!] 
        \captionsetup[subfigure]{labelformat = empty}
            \begin{subfigure}{1\textwidth} 
            \centering
                 \animategraphics[label=myAnim,loop,every=100,autoplay,width=\textwidth]{4}{directory/common_filename_image_}{:} % ":" to select all
                    \caption{movie}
                \end{subfigure}
    \end {figure}
Stefan Pinnow
  • 29,535

0 Answers0