conversion corrected
This commit is contained in:
parent
f73a5c7deb
commit
4d33863e8e
1 changed files with 2 additions and 2 deletions
|
@ -65,9 +65,9 @@ class FFMpeg{
|
|||
$this->setOptions($this->defaultOptions);
|
||||
}
|
||||
if($log) $this->log = $log;
|
||||
|
||||
$str = "/".date("Y")."/".date("m")."/".date("d")."/";
|
||||
$this->log->writeLine("in class", "ffmpeg");
|
||||
$this->logDir = BASEDIR . "/files/logs/";
|
||||
$this->logDir = BASEDIR . "/files/logs/".$str;
|
||||
}
|
||||
|
||||
public function convertVideo($inputFile = false, $options = array(), $isHd = false){
|
||||
|
|
Loading…
Add table
Reference in a new issue