mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-06-22 00:36:43 +00:00
Add new MPL profiles, add option to disable HPL
This commit is contained in:
parent
0c6844c4bb
commit
96856b02e0
9 changed files with 94 additions and 64 deletions
|
@ -6,6 +6,7 @@
|
|||
<style>
|
||||
body {
|
||||
min-width: 300px;
|
||||
font-family: Sans-Serif;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -17,11 +18,13 @@
|
|||
<br>
|
||||
<input type="checkbox" id="setMaxBitrate"><label for="setMaxBitrate">Automatically select best bitrate available</label>
|
||||
<br>
|
||||
<input type="checkbox" id="disableVP9"><label for="disableVP9">Disable VP9 codec (Chrome/Firefox)</label>
|
||||
<input type="checkbox" id="disableVP9"><label for="disableVP9">Disable VP9 codec</label>
|
||||
<br>
|
||||
<input type="checkbox" id="disableAV1"><label for="disableAV1">Disable AV1 codec (Chrome/Firefox)</label>
|
||||
<input type="checkbox" id="disableAV1"><label for="disableAV1">Disable AV1 codec</label>
|
||||
<br>
|
||||
<input type="checkbox" id="useDDPlus"><label for="useDDPlus">Use Dolby Digital Plus (Chromium Edge)</label>
|
||||
<input type="checkbox" id="disableHPL"><label for="disableHPL">Disable H264 HPL profile</label>
|
||||
<br>
|
||||
<input type="checkbox" id="useDDPlus"><label for="useDDPlus">Use Dolby Digital Plus (Edge)</label>
|
||||
<br>
|
||||
<label for="preferredLocale">Preferred audio language</label>
|
||||
<input list="locales" id="preferredLocale" maxlength="5">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue