I have a Dell Precision 5510 Laptop and I am having improper interlacing (horizontal lines) on the embedded videos in okular. Has anyone faced this problem before?
I am using the multimedia package. Here is a part-segment from my code.
\documentclass{beamer}
%% Preamble
\usepackage{multimedia}
%% in
\begin{document}
\begin{frame}[t]
\frametitle{Introduction}
\movie[height = 0.55\textwidth, width = 1\textwidth, poster, showcontrols]{\includegraphics[height=5cm]{videos/math.png}}{videos/math.mp4}
\end{frame}
\end{document}
Laptop details: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz Intel HD Graphics. OS: Ubuntu 14.04 Okular version: 0.19.3
I am attaching two snapshots, one, where interlacing occurs (check right person)
and the other where the video still does not vanish and comes in the way of the next slide


beamerand\begin{document}on a new line (uncommented)? Without the actual movie you use or at least some data about it, it's hard to tell. On ubuntu 16.04 and okular 0.24.2 I tested some full hd movies I have around and there were no issues. The hardware specs are more than enough, no worries here. – alwaysask Jun 30 '16 at 20:03Now I am stuck with solving the interlacing problem of vlc player!!
– Shishir Jul 01 '16 at 18:09