summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam <william.hak57@gmail.com>2023-01-18 19:35:52 +0100
committerGitHub <noreply@github.com>2023-01-18 19:35:52 +0100
commit138814f964a1875e0be93c633f9d73dc533dfbba (patch)
tree7452e5bc86bbdf6a73fef954860ab60e92626e91
parent57a3a17db796b90c3c9c8844aefbf0fba305d0ed (diff)
parent2c4afdcdd1e0be19557923ad8759693252b6db0e (diff)
downloadnextcloud-server-138814f964a1875e0be93c633f9d73dc533dfbba.tar.gz
nextcloud-server-138814f964a1875e0be93c633f9d73dc533dfbba.zip
Merge pull request #1 from Jachhj-sc/patch-2
add documentation preview_ffmpeg_path
-rw-r--r--config/config.sample.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 0267ae51c91..b9ed39d97a7 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1190,7 +1190,14 @@ $CONFIG = [
'preview_office_cl_parameters' =>
' --headless --nologo --nofirststartwizard --invisible --norestore '.
'--convert-to png --outdir ',
-
+
+/**
+ * custom path for ffmpeg binary
+ *
+ * Defaults to ``''`` (empty string)
+ */
+'preview_ffmpeg_path' => '/usr/bin/ffmpeg',
+
/**
* Set the URL of the Imaginary service to send image previews to.
* Also requires the ``OC\Preview\Imaginary`` provider to be enabled.