Source for file VideoUploader.class.php
Documentation is available at VideoUploader.class.php
* @copyright Energine 2006
* Загрузчик и конвертер видео файлов в формат flv
public function __construct(Array $restrictions = array()){
array('ext' => array('flv', 'avi', 'mpeg', 'mpg')),
' -f flv -y -ar 22050 -ab 32 -b 700000 -s cif '.
/*$result = */system($cmd, $returnStatus);
' -vframes 1 -ss 00:00:05'.
$result = parent::upload($dir);
|