added: conversion status
This commit is contained in:
parent
3f6c331500
commit
9703bc619b
1 changed files with 5 additions and 1 deletions
|
@ -81,5 +81,9 @@ $ffmpeg->convertVideo($orig_file);
|
|||
|
||||
unlink($orig_file);
|
||||
}
|
||||
|
||||
if($ffmpeg->isConversionSuccessful()){
|
||||
$log->writeLine("Conversion Result", "Successful");
|
||||
}else{
|
||||
$log->writeLine("Conversion Result", "Failure");
|
||||
}
|
||||
$log->writeLog();
|
||||
|
|
Loading…
Add table
Reference in a new issue