We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25eaab3 + 4823811 commit 6d30071Copy full SHA for 6d30071
src/PHPVideoToolkit/AudioFormat.php
@@ -270,6 +270,7 @@ public function setAudioBitrate($bitrate)
270
}
271
272
$this->_format['audio_bitrate'] = $bitrate;
273
+ $this->setQualityVsStreamabilityBalanceRatio(NULL);
274
return $this;
275
276
src/PHPVideoToolkit/VideoFormat.php
@@ -605,6 +605,7 @@ public function setVideoBitrate($bitrate)
605
606
607
$this->_format['video_bitrate'] = $bitrate;
608
609
610
611
//throw new Exception('Unrecognised video bitrate "'.$bitrate.'" set in \\PHPVideoToolkit\\'.get_class($this).'::setVideoBitrate');
0 commit comments