Skip to content

Commit

Permalink
Merge pull request #117 from bitmovin/feature/EN-13461-update-av1-factor
Browse files Browse the repository at this point in the history
EN-13461 Update AV1 factor from 10 to 4
  • Loading branch information
rohrlaf authored Apr 9, 2024
2 parents f4fab31 + 9c71be2 commit 2e4faa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion encoding/av1-break-even-calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h3 class="my-3">Calculation multipliers</h3>
<tr>
<td>1</td>
<td>2</td>
<td>10</td>
<td>4</td>
</tr>
<tr class="table-secondary">
<th colspan="3">Efficiency improvements</th>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $(function() {
const multiplierStreamHd = 2;
const multiplierStreamSd = 1;
const multiplierTech3Pass = 2; // Multipass
const multiplierCodecAv1 = 10;
const multiplierCodecAv1 = 4;

// streams/renditions
const ingressCostPerGb = 0.00;
Expand Down

0 comments on commit 2e4faa6

Please sign in to comment.