Skip to content

RegEx to validate 4CC too strict/possible characters missing #90

Description

@stschr

Issue

Identified by reviewing the "check" for #83:
The "test_validate_files"-check fails because a 4CC contains a - which is not an allowed character per the RegEx ^file(?>\\.[0-9a-zA-Z]{4})*$
see https://github.com/MPEGGroup/FileFormatConformance/actions/runs/6117640706/job/16604576692 , "Validate Output", Line33

proposed solution

Quickly scrolling through mp4ra.org, the following characters are used with registered 4CCs and should be added into the RegEx:

  • -
  • +
  • $20
  • anything else?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions