add documentation preview_ffmpeg_path

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>
pull/36225/head
William 3 years ago committed by GitHub
parent c5a01695d1
commit 2c4afdcdd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      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.

Loading…
Cancel
Save