mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-05-05 16:40:34 +00:00
Remove AV1 support
For some reason, AV1 video seems to be missing the Netflix dubbing credits
This commit is contained in:
parent
a7bb37d62f
commit
a4bc5f94cd
3 changed files with 2 additions and 10 deletions
|
@ -94,14 +94,6 @@ function get_profile_list() {
|
||||||
"vp9-profile0-L31-dash-cenc",
|
"vp9-profile0-L31-dash-cenc",
|
||||||
"vp9-profile0-L40-dash-cenc",
|
"vp9-profile0-L40-dash-cenc",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (getBrowser() == "Chrome") {
|
|
||||||
custom_profiles = custom_profiles.concat([
|
|
||||||
"av1-main-L30-dash-cbcs-prk",
|
|
||||||
"av1-main-L31-dash-cbcs-prk",
|
|
||||||
"av1-main-L40-dash-cbcs-prk",
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
custom_profiles = custom_profiles.concat([
|
custom_profiles = custom_profiles.concat([
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Netflix International",
|
"name": "Netflix International",
|
||||||
"description": "Displays all available Netflix audio and subtitle tracks.",
|
"description": "Displays all available Netflix audio and subtitle tracks.",
|
||||||
"version": "2.0.14",
|
"version": "2.0.15",
|
||||||
"author": "shirt",
|
"author": "shirt",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "img/icon128.png",
|
"default_icon": "img/icon128.png",
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<br>
|
<br>
|
||||||
<input type="checkbox" id="setMaxBitrate"><label for="setMaxBitrate">Automatically select best bitrate available</label>
|
<input type="checkbox" id="setMaxBitrate"><label for="setMaxBitrate">Automatically select best bitrate available</label>
|
||||||
<br>
|
<br>
|
||||||
<input type="checkbox" id="disableVP9"><label for="disableVP9">Disable VP9/AV1 codecs (Chrome/Firefox)</label>
|
<input type="checkbox" id="disableVP9"><label for="disableVP9">Disable VP9 codec (Chrome/Firefox)</label>
|
||||||
<br>
|
<br>
|
||||||
<input type="checkbox" id="useDDPlus"><label for="useDDPlus">Use Dolby Digital Plus (Chromium Edge)</label>
|
<input type="checkbox" id="useDDPlus"><label for="useDDPlus">Use Dolby Digital Plus (Chromium Edge)</label>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Add table
Reference in a new issue