[Tex/LaTex] Animating multiple .eps files (>2000) using \animategraphics

animateanimationseps

I am trying to animate a set of .eps files (>2000 images) which will give me a nice animation, but when I include it in my latex document using the MWE it is not giving me anything, but some errors. But when I use the same with .png files it works, can anyone help me with this. (The file name are as (picture-1.eps,…,picture2000.eps) and these figures are obtained from matlab for an experiment)

\documentclass{article}

\usepackage{graphicx}

\usepackage{animate}

\begin{document}

 \begin{figure}[H]

\animategraphics[loop,autoplay,width=\textwidth,height=.5\textheight]{12}{picture-}{1}{2000}

\end{figure}

\end{document}

Best Answer

As darthbith mentioned, convert the images in .eps to pdf/png and load it into pdflatex for displaying the graphics.