tweak(regex): HEVC Regex

This commit is contained in:
Seraphys 2025-07-24 17:38:00 -05:00
parent 59749a53bd
commit a16c12daac
1 changed files with 36 additions and 25 deletions

View File

@ -1,5 +1,5 @@
name: HEVC name: HEVC
pattern: \b(HEVC)\b pattern: '[xh][ ._-]?265|\bHEVC(\b|\d)'
description: 'An open source encoder that produces HEVC videos. ' description: 'An open source encoder that produces HEVC videos. '
tags: tags:
- Encoder - Encoder
@ -7,40 +7,51 @@ tags:
tests: tests:
- expected: true - expected: true
id: 1 id: 1
input: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English - input: Ballerina 2025 2160p iT WEB-DL DD+ 5.1 Atmos DV HDR10+ H.265-BYNDR
r00t QxR) lastRun: '2025-07-24T17:37:44.747485'
lastRun: '2025-01-14T10:24:52.457470'
matchSpan: matchSpan:
end: 83 end: 60
start: 0 start: 55
matchedContent: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 matchedContent: H.265
English - r00t QxR)
matchedGroups: matchedGroups:
- x265 - null
- '265'
passes: true passes: true
- expected: true - expected: true
id: 2 id: 2
input: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio input: 'The Lord Of The Rings: The Two Towers 2002 Extended Edition 2160p UHD BluRay
lastRun: '2025-01-14T10:24:52.457470' TrueHD 7.1 DV HDR x265-DON'
lastRun: '2025-07-24T17:37:44.747485'
matchSpan: matchSpan:
end: 68 end: 99
start: 0 start: 95
matchedContent: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio matchedContent: x265
matchedGroups: matchedGroups:
- x265 - null
- '265'
passes: true passes: true
- expected: true - expected: true
id: 3 id: 3
input: Spider-Man Across the Spider-Verse 2023 1080p UHD BluRay DDP7 1 DoVi HDR10x265-c0kE input: Suspiria 2018 2160p UHD BluRay REMUX HDR HEVC TrueHD 7.1 Atmos-BLURANiUM
lastRun: '2025-01-14T10:24:52.457470' lastRun: '2025-07-24T17:37:44.747485'
matchSpan: matchSpan:
end: 83 end: 45
start: 0 start: 41
matchedContent: Spider-Man Across the Spider-Verse 2023 1080p UHD BluRay DDP7 1 matchedContent: HEVC
DoVi HDR10x265-c0kE
matchedGroups: matchedGroups:
- x265 - ''
- '265' passes: true
- expected: false
id: 4
input: Ballerina 2025 1080p AMZN WEB-DL DD+ 5.1 Atmos H.264-BYNDR
lastRun: '2025-07-24T17:37:44.747485'
matchSpan: null
matchedContent: null
matchedGroups: []
passes: true
- expected: false
id: 5
input: Thunderbolts* 2025 Hybrid 1080p BluRay DD+ 7.1 x264-ZoroSenpai
lastRun: '2025-07-24T17:37:44.747485'
matchSpan: null
matchedContent: null
matchedGroups: []
passes: true passes: true