feat(guide): Starr - Add Custom Format `VC-1` (#2123)

pull/2126/head
TRaSH 2 weeks ago committed by GitHub
parent 69c74f2896
commit d136f313e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -96,7 +96,7 @@ We've made 3 guides related to this.
---
| Miscellaneous | French Audio Version | French Source Groups |
| -------------------------------------- | ----------------------------- | ----------------------------------------------- |
|----------------------------------------|-------------------------------|-------------------------------------------------|
| [Bad Dual Groups](#bad-dual-groups) | [Multi-French](#multi-french) | [FR Remux Tier 01](#fr-remux-tier-01) |
| [DV (Disk)](#dv-disk) | [Multi-Audio](#multi-audio) | [FR Remux Tier 02](#fr-remux-tier-02) |
| [DV (WEBDL)](#dv-webdl) | [French Audio](#french-audio) | [FR UHD Bluray Tier 01](#fr-uhd-bluray-tier-01) |
@ -119,6 +119,7 @@ We've made 3 guides related to this.
| [Scene](#scene) | | |
| [SDR (no WEBDL)](#sdr-no-webdl) | | |
| [SDR](#sdr) | | |
| [VC-1](#vc-1) | | |
| [VP9](#vp9) | | |
| [x264](#x264) | | |
| [x265 (no HDR/DV)](#x265-no-hdrdv) | | |
@ -1238,6 +1239,22 @@ We've made 3 guides related to this.
---
### VC-1
??? question "VC-1 - [Click to show/hide]"
{! include-markdown "../../includes/cf-descriptions/vc-1.md" !}
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/vc-1.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup></sub>
---
### VP9
??? question "VP9 - [Click to show/hide]"

@ -93,7 +93,7 @@ We've made 3 guides related to this.
---
| Miscellaneous | French Audio Version | French Source Groups |
| -------------------------------------- | ----------------------------- | --------------------------------------------- |
|----------------------------------------|-------------------------------|-----------------------------------------------|
| [Bad Dual Groups](#bad-dual-groups) | [Multi-French](#multi-french) | [FR Remux Tier 01](#fr-remux-tier-01) |
| [DV (Disk)](#dv-disk) | [Multi-Audio](#multi-audio) | [FR HD Bluray Tier 01](#fr-hd-bluray-tier-01) |
| [DV (WEBDL)](#dv-webdl) | [French Audio](#french-audio) | [FR WEB Tier 01](#fr-web-tier-01) |
@ -114,6 +114,7 @@ We've made 3 guides related to this.
| [SDR (no WEBDL)](#sdr-no-webdl) | | |
| [SDR](#sdr) | | |
| [Season Packs](#season-pack) | | |
| [VC-1](#vc-1) | | |
| [VP9](#vp9) | | |
| [x264](#x264) | | |
| [x265 (no HDR/DV)](#x265-no-hdrdv) | | |
@ -1237,6 +1238,22 @@ We've made 3 guides related to this.
---
### VC-1
??? question "VC-1 - [Click to show/hide]"
{! include-markdown "../../includes/cf-descriptions/vc-1.md" !}
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/vc-1.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup></sub>
---
### VP9
??? question "VP9 - [Click to show/hide]"

@ -0,0 +1,16 @@
{
"trash_id": "11cd1db7165d6a7ad9a83bc97b8b1060",
"name": "VC-1",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "VC-1",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bVC[-_. ]?1\\b"
}
}
]
}

@ -0,0 +1,16 @@
{
"trash_id": "7470a681e6205243983c4410ee4c920f",
"name": "VC-1",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "VC-1",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bVC[-_. ]?1\\b"
}
}
]
}

@ -0,0 +1,9 @@
**VC-1**<br>
[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/VC-1){:target="\_blank" rel="noopener noreferrer"}
VC-1 is a video compression codec primarily developed by Microsoft. It is often associated with older Blu-ray discs and some HD digital video content. While VC-1 was a popular choice in the early days of HD content, it has been largely supplanted by more efficient codecs, such as AVC (H.264) for 1080p Remuxes and HEVC (H.265) for 2160p Remuxes.
When it comes to remuxing, many release groups upgrade older VC-1 encoded content to AVC (If a disc is released as AVC), especially for 1080p Remuxes. This is because AVC is generally more efficient in terms of compression while maintaining better quality at lower bitrates. As a result, content encoded with AVC will typically have improved visual quality and smaller file sizes compared to its VC-1 counterparts.
If you are looking for better quality versions of films or shows that were originally released in VC-1, it's common for modern remuxes to include AVC encoding, making them more compatible with current playback devices and ensuring a better viewing experience.
Loading…
Cancel
Save