Browse Source

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>
pull/36225/head
William 3 years ago
committed by GitHub
parent
commit
81ec99ae33
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/config.sample.php

2
config/config.sample.php

@ -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',

Loading…
Cancel
Save