[Starr] Added CF `VP9`

-# 2023-05-18 08:25
**[New]**
- [Starr] Added CF 'VP9'

**[Updated]**
- None

**[Fixed]**
- None
pull/1311/head
TRaSH 1 year ago
parent 60bbe83de2
commit 96ff1ad6ab

@ -81,6 +81,7 @@ I also made 3 guides related to this one.
| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | |
| | [Line/Mic Dubbed](#linemic-dubbed) | [FastSUB](#fastsub) | |
| | [HFR](#hfr) | | |
| | [VP9](#vp9) | | |
------
@ -1188,6 +1189,25 @@ I also made 3 guides related to this one.
------
### VP9
??? question "VP9 - [CLICK TO EXPAND]"
- This is a new codec and you need modern devices that support it.
- We also had reports of playback/transcoding issues.
- No main group is actually using it (yet).
- It's better to ignore this new codec to prevent compatibility issues.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/vp9.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### SDR
??? question "SDR - [CLICK TO EXPAND]"

@ -86,6 +86,7 @@ I also made 3 guides related to this one.
| | [SDR](#sdr) | [VOSTFR](#vostfr) | |
| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | |
| | [HFR](#hfr) | [FastSUB](#fastsub) | |
| | [VP9](#vp9) | | |
------
@ -1113,6 +1114,25 @@ I also made 3 guides related to this one.
------
### VP9
??? question "VP9 - [CLICK TO EXPAND]"
- This is a new codec and you need modern devices that support it.
- We also had reports of playback/transcoding issues.
- No main group is actually using it (yet).
- It's better to ignore this new codec to prevent compatibility issues.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/vp9.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### SDR
??? question "SDR - [CLICK TO EXPAND]"

@ -0,0 +1,16 @@
{
"trash_id": "ae4cfaa9283a4f2150ac3da08e388723",
"name": "VP9",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "VP9",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bVP9\\b"
}
}
]
}

@ -0,0 +1,16 @@
{
"trash_id": "90501962793d580d011511155c97e4e5",
"name": "VP9",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "VP9",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bVP9\\b"
}
}
]
}
Loading…
Cancel
Save