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:
parent
49d63be494
commit
badd733e88
6 changed files with 136 additions and 100 deletions
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: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue