After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 645608 - movies in pdf is not supported yet (POPPLER_ANNOT_SCREEN)
movies in pdf is not supported yet (POPPLER_ANNOT_SCREEN)
Status: RESOLVED DUPLICATE of bug 573748
Product: evince
Classification: Core
Component: PDF
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-23 18:49 UTC by Thomas Spura
Modified: 2011-03-24 00:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Spura 2011-03-23 18:49:37 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
Comment 1 Thomas Spura 2011-03-23 18:50:48 UTC
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
Comment 2 José Aliste 2011-03-24 00:07:26 UTC

*** This bug has been marked as a duplicate of bug 573748 ***