mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 00:07:01 +00:00
feat(Regex + Format): Add more miscellaneous formats
- BeyondHD Group - Extras - Bluray SD Encodes - Upscales - VVC
This commit is contained in:
18
regex_patterns/VVC.yml
Normal file
18
regex_patterns/VVC.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: VVC
|
||||
pattern: (?<=^|[\s.-])VVC\b
|
||||
description: VVC, or Versatile Video Coding (H.266), is a video coding format that
|
||||
compresses video files and streams to significantly smaller sizes than H.265 while
|
||||
maintaining high quality.
|
||||
tags:
|
||||
- Codec
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: Aftersun.2022.1080p.BluRay.Opus.5.1.VVC-TayTO
|
||||
lastRun: '2024-12-13T17:44:21.546788'
|
||||
matchSpan:
|
||||
end: 39
|
||||
start: 36
|
||||
matchedContent: VVC
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
Reference in New Issue
Block a user