From b3ac16afa7d1282760df128407e603cee42cf03b Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 29 Apr 2025 03:14:16 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 76439b10f..46dd2626b 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^