modified : thumbs command added in log writing

This commit is contained in:
Fahad Abbas 2016-11-24 12:08:37 +05:00
parent c8b1b89f93
commit bafe37a0b2

View file

@ -2058,6 +2058,7 @@ class FFMpeg{
}
$count = $count+1;
if (!$regenerateThumbs){
$this->TemplogData .= "\r\n Command : $command ";
$this->TemplogData .= "\r\n File : $file_path ";
}
@ -2074,6 +2075,7 @@ class FFMpeg{
$command = $this->ffMpegPath." -i $input_file -an $dimension -y -f image2 -vframes $num $file_path ";
$output = $this->executeCommand($command);
if (!$regenerateThumbs){
$this->TemplogData .= "\r\n Command : $command ";
$this->TemplogData .= "\r\n File : $file_path ";
}
}