GNOME Bugzilla – Bug 645608
movies in pdf is not supported yet (POPPLER_ANNOT_SCREEN)
Last modified: 2011-03-24 00:07:26 UTC
I used this snipped to create the pdf: $ cat mov.tex \documentclass[12pt,landscape]{article} \usepackage{geometry} \geometry{verbose,letterpaper} \usepackage{movie15} \usepackage{hyperref} \begin{document} Whispering-gallery mode in a quarter circle: \begin{figure}[ht] \includemovie[ poster, text={\small(Loading nbody.mp4)} ]{6cm}{6cm}{nbody.mp4} \end{figure} \end{document} which uses this movie file: $ file nbody.mp4 nbody.mp4: ISO Media, MPEG v4 system, version 2 After running pdflatex a few times, I tried to open the pdf with evince: $ evince mov.pdf ** (evince:3599): WARNING **: Unimplemented annotation: POPPLER_ANNOT_SCREEN, please post a bug report in Evince bugzilla (http://bugzilla.gnome.org) with a testcase. -> test pdf attached
Forgot to add the evince version: # rpm -qa | grep evince evince-libs-2.91.90-1.fc15.x86_64 evince-djvu-2.91.90-1.fc15.x86_64 evince-2.91.90-1.fc15.x86_64
*** This bug has been marked as a duplicate of bug 573748 ***