mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Update
This commit is contained in:
parent
5146c8c548
commit
080ed0506b
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ function convertVideoFileWithFFMPEG($fromFileLocation, $toFileLocation, $logFile
|
|||
exec($command, $output, $return);
|
||||
|
||||
_error_log("convertVideoFileWithFFMPEG: Command executed with return code {$return}");
|
||||
return ['return' => $return, 'output' => $output, 'command' => $command];
|
||||
return ['return' => $return, 'output' => $output, 'command' => $command, 'toFileLocation' => $toFileLocation];
|
||||
}
|
||||
|
||||
function convertVideoFileWithFFMPEGAsyncOrRemote($fromFileLocation, $toFileLocation, $keyword, $callback = '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue