Files
Studio-42-elFinder/php
nao-pon 367cdeb82d [ui:cwd] fix #1433 create a thumbnail of the video file with ffmpeg
Added volume root options
```php
// Video to Image converters ['TYPE or MIME' => ['func' => function($file){ /* Converts $file to Image */ return true; }, 'maxlen' => (int)TransferLength]]
'imgConverter'    => array(),
// Max length of transfer to image converter
'tmbVideoConvLen' => 10000000,
// Captre point seccond
'tmbVideoConvSec' => 6,
// Resource path of fallback icon images defailt: php/resouces
'resourcePath'    => '',
```

It can specify a specific number of seconds part in the file name.

e.g.
xxx^[sec].[extention] -> video^3.mp4
2016-06-01 23:36:55 +09:00
..
2016-04-06 15:02:54 +02:00
2016-05-27 11:53:24 +09:00
2016-03-03 00:39:43 +09:00