feat(format): New 'codec' CF
- Matches Remux as a codec, not a source. Either h265 or h264. - Need a better descriptor for this
This commit is contained in:
parent
b6c20e1098
commit
dcae792b08
|
|
@ -0,0 +1,11 @@
|
|||
name: Remux
|
||||
description: Matches Remux as a codec, not a source. Either h265 or h264.
|
||||
tags:
|
||||
- Codec
|
||||
conditions:
|
||||
- name: Remux
|
||||
type: release_title
|
||||
required: true
|
||||
negate: false
|
||||
pattern: Remux
|
||||
tests: []
|
||||
Loading…
Reference in New Issue