tweak(regex): Remove HEVC

This commit is contained in:
Seraphys 2025-04-06 11:45:33 -05:00
parent 725c91e398
commit 63d15e18b3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: x265 name: x265
pattern: ^(?!.*(?i:remux))(?=.*([x]\s?(\.?265)\b|HEVC|\bDS4K\b)).*$ pattern: ^(?!.*(?i:remux))(?=.*([x]\s?(\.?265)\b|\bDS4K\b)).*$
description: 'An open source encoder that produces H.265 videos. ' description: 'An open source encoder that produces H.265 videos. '
tags: tags:
- Encoder - Encoder