Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Aug 26, 2024
1 parent 48f14a1 commit 13ccd9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions objects/Format.php
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,6 @@ private static function getDynamicCommandFromFormat($pathFileName, $encoder_queu
$bufsize = 3000; // Default bufsize
$audioBitrate = 128; // Default audioBitrate
}

$autioBitrate = $audioBitrate[$i];
$framerate = (!empty($videoFramerate[$i])) ? " -r {$videoFramerate[$i]} " : "";

eval("\$command .= \" $code\";");
Expand Down

0 comments on commit 13ccd9a

Please sign in to comment.