Add AV1 codec

This commit is contained in:
shirt 2022-04-26 21:18:20 -04:00
parent 101b56e9a0
commit 2a06fa2286
Signed by: shirt
GPG key ID: 961246C6493C8DF9
3 changed files with 7 additions and 2 deletions

View file

@ -79,6 +79,9 @@ function get_profile_list() {
"vp9-profile0-L30-dash-cenc",
"vp9-profile0-L31-dash-cenc",
"vp9-profile0-L40-dash-cenc",
"av1-main-L30-dash-cbcs-prk",
"av1-main-L31-dash-cbcs-prk",
"av1-main-L40-dash-cbcs-prk",
]);
}
@ -96,8 +99,10 @@ function get_profile_list() {
// Always add subtitles
custom_profiles = custom_profiles.concat([
"dfxp-ls-sdh",
"simplesdh",
"nflx-cmisc",
"imsc1.1",
"BIF240",
"BIF320",
]);

View file

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Netflix International",
"description": "Displays all available Netflix audio and subtitle tracks.",
"version": "2.0.12",
"version": "2.0.13",
"author": "shirt",
"browser_action": {
"default_icon": "img/icon128.png",

View file

@ -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 codec (Chrome / Firefox)</label>
<input type="checkbox" id="disableVP9"><label for="disableVP9">Disable VP9/AV1 codecs (Chrome/Firefox)</label>
<br>
<input type="checkbox" id="useDDPlus"><label for="useDDPlus">Use Dolby Digital Plus (Chromium Edge)</label>
<br>