mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-13 01:07:08 +00:00
create(format): New CF: x265 (Missing)
- Match 1080p x265 Bluray encodes marked as h265 (not possible to have a lossless encode)
This commit is contained in:
26
custom_formats/x265 (Missing).yml
Normal file
26
custom_formats/x265 (Missing).yml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
name: x265 (Missing)
|
||||||
|
description: 'Attempts to match 1080p x265 encodes that are mislabeled as h265. '
|
||||||
|
tags:
|
||||||
|
- x265
|
||||||
|
conditions:
|
||||||
|
- name: 1080p
|
||||||
|
type: resolution
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
resolution: 1080p
|
||||||
|
- name: Bluray
|
||||||
|
type: source
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
source: bluray
|
||||||
|
- name: Not x265
|
||||||
|
type: release_title
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
pattern: x265
|
||||||
|
- name: h265
|
||||||
|
type: release_title
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
pattern: h265
|
||||||
|
tests: []
|
||||||
Reference in New Issue
Block a user