mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00: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
17 lines
258 B
YAML
17 lines
258 B
YAML
name: x264
|
|
description: Matches 'x264' regex pattern.
|
|
tags:
|
|
- Codec
|
|
conditions:
|
|
- name: x264
|
|
negate: false
|
|
pattern: x264
|
|
required: true
|
|
type: release_title
|
|
- name: Not WEB-DL
|
|
type: source
|
|
required: false
|
|
negate: true
|
|
source: web_dl
|
|
tests: []
|