Quellcode durchsuchen

Merge pull request #1 from Jachhj-sc/patch-2

add documentation preview_ffmpeg_path
tags/v26.0.0beta1
William vor 1 Jahr
Ursprung
Commit
138814f964
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 8 neuen und 1 gelöschten Zeilen
  1. 8
    1
      config/config.sample.php

+ 8
- 1
config/config.sample.php Datei anzeigen

@@ -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.

Laden…
Abbrechen
Speichern