Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McFadden committed Aug 1, 2024
1 parent 72ba63e commit b58d138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions application/models/Transcoder_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,7 @@ private function runTask($videoHandler, $targetPath, $outputFormat) {
while($progressHandler->completed !== true)
{
$result = $progressHandler->probe(true);

if($result["error"]) {
$this->logging->processingInfo("ffmpeg", "video",$result, $targetPath, $this->job->getId());
return FALSE;
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
args:
- DOCKER_SCRATCH_DIR=${DOCKER_SCRATCH_DIR}
- DOCKER_ENVIRONMENT=${ENVIRONMENT}
- ENVIRONMENT=${ENVIRONMENT}
ports:
- "80:80"
volumes:
Expand Down

0 comments on commit b58d138

Please sign in to comment.