mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-05-07 01:43:16 +02:00
feat(format): Add formats for x26(45)
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
name: x264
|
||||||
|
description: Matches 'x264' regex pattern.
|
||||||
|
tags:
|
||||||
|
- Codec
|
||||||
|
conditions:
|
||||||
|
- name: x264
|
||||||
|
negate: false
|
||||||
|
pattern: x264
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
name: x265
|
||||||
|
description: Matches 'x265' regex pattern.
|
||||||
|
tags:
|
||||||
|
- Codec
|
||||||
|
conditions:
|
||||||
|
- name: x265
|
||||||
|
negate: false
|
||||||
|
pattern: x265
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
Reference in New Issue
Block a user