[okular] [Bug 397948] Animation stops working in presentation mode

Mike Jones bugzilla_noreply at kde.org
Fri Sep 18 18:05:59 BST 2020


https://bugs.kde.org/show_bug.cgi?id=397948

Mike Jones <dr.mike.jones at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dr.mike.jones at gmail.com

--- Comment #20 from Mike Jones <dr.mike.jones at gmail.com> ---
I think the following may be related. If not, my apologies, let me know and
I'll submit as a separate bug.

Using Okular 1.3.3 on kubuntu 18.04 and compiling a beamer presentation with
two multimedia files (mp4). In full screen mode, the first works; the second
plays in a tiny box.

I created two videos and a screenshot, using (in my case):

ffmpeg -f x11grab -y -r 30 -s 1192x770 -i :0.0+149,72 File1.mp4
ffmpeg -f x11grab -y -r 30 -s 1192x770 -i :0.0+149,72 File2.mp4
import -window root -crop 1180x722+149+72 Screen.png

I created the a latex file:

cat <<'EOF' > main.pdf
\documentclass[11pt]{beamer}
\usetheme{Warsaw}
\usepackage{multimedia}

\begin{document}

\begin{frame}{File1}
\begin{center}
\movie{\includegraphics[width=5cm]{Screen.png}}{File1.mp4}
\end{center}
\end{frame}

\begin{frame}{File2}
\begin{center}
\movie{\includegraphics[width=5cm]{Screen.png}}{File2.mp4}
\end{center}
\end{frame}

\end{document}
EOF

I created the pdf using pdflatex and opened the resulting pdf in okular.

With okular in a window both videos play correctly; in full screen mode
however, the first media file plays fine, the second displays in a fraction
(top left) of the viewport.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list