1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
Daniel Neto 2025-02-25 13:49:53 -03:00
parent 5146c8c548
commit 080ed0506b

View file

@ -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 = '')