Something changed between MacTex2012 and MacTex2014 in terms of how PreviewEnvironment and beamer interact.
This MWE used to produce a single page (by pdflatex in MacTex 2012), but now it produces two pages, the second blank.
\documentclass{beamer}
\usepackage[active,tightpage]{preview}
\PreviewEnvironment{center}
\begin{document}
\begin{frame}
\begin{center}
test
\end{center}
\end{frame}
\end{document}
I'm trying to track down why, but perhaps an expert out there can leap to the answer?

frameenvironment if you are cropping to the image anyway. Is it just a question of wanting the background colour to match? – cfr Jun 18 '15 at 15:37standalonean option? It has specific facilities for working withbeamer. – cfr Jun 18 '15 at 15:45