tweak(regex): Refine x265 pattern to improve delimiter handling
This commit is contained in:
parent
b2813d97b9
commit
98d596100f
|
|
@ -1,5 +1,5 @@
|
|||
name: x265
|
||||
pattern: ^(?!.*(?i:remux))(?=.*([x]\s?(\.?265)\b|HEVC|\bDS4K\b)).*$
|
||||
pattern: ^(?!.*(?i:remux))(?=.*\b([x][\-\.\s]?265|HEVC|DS4K)\b).*
|
||||
description: 'An open source encoder that produces H.265 videos. '
|
||||
tags:
|
||||
- Encoder
|
||||
|
|
|
|||
Loading…
Reference in New Issue