From 4b5083e3ca573bc4e57e253b7e4229d63cb4ccc9 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 8 Nov 2013 12:27:53 +0100 Subject: [PATCH] Fixed the rebellous space, replaced with a tab --- lib/private/preview/movies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/preview/movies.php b/lib/private/preview/movies.php index 5c6a156d351..3ba3bdf120e 100644 --- a/lib/private/preview/movies.php +++ b/lib/private/preview/movies.php @@ -49,7 +49,7 @@ if (!\OC_Util::runningOnWindows()) { if (self::$avconvBinary) { $cmd = self::$avconvBinary . ' -an -y -ss 1'. - ' -i ' . escapeshellarg($absPath) . + ' -i ' . escapeshellarg($absPath) . ' -f mjpeg -vframes 1 ' . escapeshellarg($tmpPath) . ' > /dev/null 2>&1'; }