mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 00:07:01 +00:00
fix(profile): Various Improvements to 1080p Encode
- 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
This commit is contained in:
11
custom_formats/h265.yml
Normal file
11
custom_formats/h265.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: h265
|
||||
description: Matches 'h265' regex pattern.
|
||||
tags:
|
||||
- Codec
|
||||
conditions:
|
||||
- name: h265
|
||||
negate: false
|
||||
pattern: h265
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
Reference in New Issue
Block a user