mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-16 16:07:43 +00:00
generate documentation from config.sample.php
This commit is contained in:
@ -2256,6 +2256,20 @@ custom path for ffmpeg binary
|
||||
Defaults to ``null`` and falls back to searching ``avconv`` and ``ffmpeg``
|
||||
in the configured ``PATH`` environment
|
||||
|
||||
preview_ffprobe_path
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
::
|
||||
|
||||
'preview_ffprobe_path' => '/usr/bin/ffprobe',
|
||||
|
||||
custom path for ffprobe binary
|
||||
|
||||
Defaults to ``null`` and falls back to using the same path as ffmpeg.
|
||||
ffprobe is typically packaged with ffmpeg and is required for
|
||||
enhanced preview generation for HDR videos.
|
||||
|
||||
preview_imaginary_url
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
Reference in New Issue
Block a user