Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Dec 31, 2024
1 parent 5c67245 commit f1bbf85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/API/standAlone/ffmpeg.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ function addKeywordToFFmpegCommand(string $command, string $keyword): string {
// Kill processes associated with the keyword
if (!empty($keyword)) {
_error_log("Killing process with keyword: $keyword");
killProcessFromKeyword($keyword);
sleep(5);
//killProcessFromKeyword($keyword);
//sleep(5);
}

$ffmpegCommand = addKeywordToFFmpegCommand($ffmpegCommand, $keyword);
Expand Down

0 comments on commit f1bbf85

Please sign in to comment.