diff --git a/README.md b/README.md index d28fc4e6..ceb20998 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ navigate to a demo inside one of our products, for example [player/4k](./player/ ## Creating a demo In order to create a new demo, you need to create a new folder (with new demo name) in either the -[demos/encoding](./demos/analytics), [demos/encoding](./demos/encoding) or [demos/player](./demos/player) folder, +[demos/analytics](./demos/analytics), [demos/encoding](./demos/encoding) or [demos/player](./demos/player) folder, depending on the category of the demo, with the following contents: - `info.yaml` (required) - Demo configuration diff --git a/encoding/av1-break-even-calculator/README.md b/encoding/av1-break-even-calculator/README.md new file mode 100644 index 00000000..55be378c --- /dev/null +++ b/encoding/av1-break-even-calculator/README.md @@ -0,0 +1,11 @@ +# AV1 break-even point calculation + +Calculate the break-even point of AV1 versus H.264 and H.265 encoding for our customers. + +### Tags + + - av1 + - break-even point + - encoding + - h264 + - h265 \ No newline at end of file diff --git a/encoding/av1-break-even-calculator/icon.svg b/encoding/av1-break-even-calculator/icon.svg new file mode 100755 index 00000000..287a940c --- /dev/null +++ b/encoding/av1-break-even-calculator/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/encoding/av1-break-even-calculator/index.html b/encoding/av1-break-even-calculator/index.html new file mode 100644 index 00000000..5d17e092 --- /dev/null +++ b/encoding/av1-break-even-calculator/index.html @@ -0,0 +1,180 @@ +
+ The purpose of this calculator is to estimate the AV1 break-even point: + How many views does it take to make up for the cost of using AV1 in addition to H.264 or H.265? +
+ ++ Note: These are price point values that may be different for different customers. +
+ + ++ Starting from these numbers of views, supplementing encodings with AV1 becomes more + profitable than the respective codec alone. +
+ ++ These are the multipliers and factors used in our calculation. + They are based on the + Bitmovin Encoding Minute Calculation Methodology. +
+Multipliers | + + +||
---|---|---|
SD | +HD | +UHD | +
1 | +2 | +4 | +
PerTitle | +3-Pass | +|
1.1 | +2 | +|
H264 | +H265 | +AV1 | +
1 | +2 | +10 | +
AV1 efficiency improvement over H.264 | +AV1 efficiency improvement over H.265 | +|
50% | +30% | +
Bitmovin iOS SDK | Bitmovin Android SDK
+