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