Feature: Pre-ingest conformance check
Archivists need to know whether or not mkv files which
they are preserving are valid before they process them.
Scenario Outline: Jamie wants to confirm that their file is a
valid .mkv
Given a directory contains files that are all valid .mkv
When a transfer is initiated on that directory
Then validation micro-service output is ā€œCompleted
successfullyā€
And Archivematica continues processing
And all PREMIS implementation-check-type validation events have
eventOutcome = pass
FPR

Adding MediaConch to Archivematica for mkv/ffv1 checking

  • 1.
    Feature: Pre-ingest conformancecheck Archivists need to know whether or not mkv files which they are preserving are valid before they process them. Scenario Outline: Jamie wants to confirm that their file is a valid .mkv Given a directory contains files that are all valid .mkv When a transfer is initiated on that directory Then validation micro-service output is ā€œCompleted successfullyā€ And Archivematica continues processing And all PREMIS implementation-check-type validation events have eventOutcome = pass FPR