mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
360d70e29e
commit
d89471174f
9 changed files with 68 additions and 47 deletions
|
@ -310,7 +310,7 @@ $ffmpegCommand = addKeywordToFFmpegCommand($ffmpegCommand, $keyword);
|
|||
file_put_contents($logFile, $ffmpegCommand.PHP_EOL.PHP_EOL);
|
||||
|
||||
$ffmpegCommand .= " > {$logFile} 2>&1";
|
||||
_error_log("Executing FFMPEG Command [$keyword]: $ffmpegCommand");
|
||||
_error_log("Executing FFMPEG Command [$keyword]: $ffmpegCommand ".json_encode(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)));
|
||||
|
||||
try {
|
||||
$pid = execAsync($ffmpegCommand, $keyword);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue