feat(guide): Starr - Add Custom Format `VC-1` (#2123)
parent
69c74f2896
commit
d136f313e3
@ -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…
Reference in new issue