Skip to content

Commit

Permalink
Remove AV1 support
Browse files Browse the repository at this point in the history
For some reason, AV1 video seems to be missing the Netflix dubbing credits
  • Loading branch information
shirt-dev committed Sep 29, 2022
1 parent a7bb37d commit a4bc5f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions cadmium-playercore-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@ function get_profile_list() {
"vp9-profile0-L31-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([
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Netflix International",
"description": "Displays all available Netflix audio and subtitle tracks.",
"version": "2.0.14",
"version": "2.0.15",
"author": "shirt",
"browser_action": {
"default_icon": "img/icon128.png",
Expand Down
2 changes: 1 addition & 1 deletion pages/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<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/AV1 codecs (Chrome/Firefox)</label>
<input type="checkbox" id="disableVP9"><label for="disableVP9">Disable VP9 codec (Chrome/Firefox)</label>
<br>
<input type="checkbox" id="useDDPlus"><label for="useDDPlus">Use Dolby Digital Plus (Chromium Edge)</label>
<br>
Expand Down

0 comments on commit a4bc5f9

Please sign in to comment.