Update config/config.sample.php

add better description

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: William <william.hak57@gmail.com>
This commit is contained in:
William 2023-01-18 20:13:34 +01:00 committed by GitHub
parent 138814f964
commit 81ec99ae33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1194,7 +1194,7 @@ $CONFIG = [
/**
* custom path for ffmpeg binary
*
* Defaults to ``''`` (empty string)
* Defaults to ``null`` and falls back to searching ``avconv`` and ``ffmpeg`` in the configured ``PATH`` environment
*/
'preview_ffmpeg_path' => '/usr/bin/ffmpeg',