diff --git a/lib/private/preview/movies.php b/lib/private/preview/movies.php index 276209a876..3cbbaa9d3b 100644 --- a/lib/private/preview/movies.php +++ b/lib/private/preview/movies.php @@ -52,7 +52,7 @@ if (!\OC_Util::runningOnWindows()) { if (self::$avconvBinary) { $cmd = self::$avconvBinary . ' -an -y -ss 5'. ' -i ' . escapeshellarg($absPath) . - ' -f mjpeg -vframes 1 ' . escapeshellarg($tmpPath) . + ' -f mjpeg -vframes 1 -vsync 1 ' . escapeshellarg($tmpPath) . ' > /dev/null 2>&1'; } else {