tweak(regex): Refine x265 pattern to improve delimiter handling

This commit is contained in:
gehrleib 2025-02-16 15:03:16 -05:00
parent b2813d97b9
commit 98d596100f
1 changed files with 1 additions and 1 deletions

View File

@ -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