mirror of
https://github.com/dmasur/database.git
synced 2026-02-02 23:34:24 +01:00
- Reduce BHDStudio Score, now inline with lower tier WEB (Netflix, Hulu, etc) - Remove BeyondHD from Encode tier list - Add custom format for h265, negate h265 releases in 1080p Encode - x264 Custom Format now negates WEBs
12 lines
174 B
YAML
12 lines
174 B
YAML
name: h265
|
|
description: Matches 'h265' regex pattern.
|
|
tags:
|
|
- Codec
|
|
conditions:
|
|
- name: h265
|
|
negate: false
|
|
pattern: h265
|
|
required: true
|
|
type: release_title
|
|
tests: []
|