I'm embedding multimedia videos in my beamer document using multimedia package with the following code.
\movie[height = 0.6\textwidth, width = 0.8\textwidth, poster, showcontrols] {}{Video.mp4}
It works fine except it adds black background on right-left or/and top-bottom for some videos. I wonder how to remove this background and also how to expand the videos for full frame in size. Any help will be highly appreciated. Thanks
Edited
Minimum Working Example with attached video.
\documentclass[]{beamer}
\usetheme{Warsaw}
\usepackage[]{graphicx}
\usepackage[]{color}
\usepackage{geometry}
\usepackage{multimedia}
\begin{document}
\begin{frame}{Umpire Decision Review System}
\begin{block}{Umpire Decision Review System}
\begin{center}
\movie[height = 0.6\textwidth, width = 0.8\textwidth, poster, showcontrols] {}{DRS2.mp4}
\end{center}
\end{block}
\end{frame}
\end{document}
Edited 2
Video has been uploaded.

height=.6\textwidth. Is not it contradictable? – Symbol 1 Aug 17 '15 at 03:20\movieto the same as the video file? I mean, the width:height ratio is 4:3 for the\movie, but the video file is clearly 16:9 or thereabouts (judging by the screenshot). – Torbjørn T. Sep 28 '15 at 08:55