]> source.dussan.org Git - nextcloud-server.git/commitdiff
add documentation preview_ffmpeg_path
authorWilliam <william.hak57@gmail.com>
Wed, 18 Jan 2023 18:26:48 +0000 (19:26 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2023 18:26:48 +0000 (19:26 +0100)
add preview_ffmpeg_path documentation.
document custom path for ffmpeg so it can be used by the previewprovider to create video previews with the snap package of nextcloud.

Signed-off-by: William <william.hak57@gmail.com>
config/config.sample.php

index 0267ae51c9160c4efb7d282c361f933ddd266815..b9ed39d97a718e46a5650eb6d099ee7fd4e2ac83 100644 (file)
@@ -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.