Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,15 @@
*/
'preview_ffmpeg_path' => '/usr/bin/ffmpeg',

/**
* 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_ffprobe_path' => '/usr/bin/ffprobe',

/**
* Set the URL of the Imaginary service to send image previews to.
* Also requires the ``OC\Preview\Imaginary`` provider to be enabled in the
Expand Down
Loading