Browse Source

reflect in readme, that we support .mp4 files as well now

pull/40/head
czaks 9 years ago
parent
commit
1136cc0e44
  1. 7
      inc/lib/webm/README.md

7
inc/lib/webm/README.md

@ -30,6 +30,13 @@ If you have an [FFmpeg](https://www.ffmpeg.org/) binary on your server and you w
$config['webm']['ffmpeg_path'] = '/path/to/ffmeg';
$config['webm']['ffprobe_path'] = '/path/to/ffprobe';
MP4 support
-----------
MP4 support is available only if you use FFmpeg thumbnailing (see above).
$config['allowed_ext_files'][] = 'mp4';
License
-------

Loading…
Cancel
Save