mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
36fd0bb883
commit
ea39ee8735
1 changed files with 12 additions and 7 deletions
|
@ -435,6 +435,10 @@ class AI extends PluginAbstract
|
|||
$msg = '';
|
||||
$isValid = false;
|
||||
if ($arrayRegular['isValid'] && $arrayLower['isValid']) {
|
||||
$f = convertVideoFileWithFFMPEGIsLockedInfo($arrayRegular['paths']['path']);
|
||||
if (!$f['isUnlocked']) {
|
||||
$msg = "The original audio is processing";
|
||||
}else{
|
||||
$f = convertVideoFileWithFFMPEGIsLockedInfo($arrayLower['paths']['path']);
|
||||
if (!$f['isUnlocked']) {
|
||||
$msg = "The audio is processing";
|
||||
|
@ -446,6 +450,7 @@ class AI extends PluginAbstract
|
|||
$msg = "durationInSeconds are not the same regular={$arrayRegular['durationInSeconds']} lower={$arrayLower['durationInSeconds']}";
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (!$arrayRegular['isValid']) {
|
||||
$msg = 'Regular MP3 is invalid';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue