generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2025-04-29 03:14:16 +00:00
parent 812e0d0c6c
commit b3ac16afa7

View File

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