Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mediaconch-profile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
mediaconch-profile
Commits
5a6f8476
Commit
5a6f8476
authored
2 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- fixed
parent
14d65e71
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SLUB_mediaconch_policy_retrodigitized_audio.xml
+5
-5
5 additions, 5 deletions
SLUB_mediaconch_policy_retrodigitized_audio.xml
with
5 additions
and
5 deletions
SLUB_mediaconch_policy_retrodigitized_audio.xml
+
5
−
5
View file @
5a6f8476
<?xml version="1.0"?>
<policy
type=
"or"
name=
"SLUB Policy for MKV/linear PCM, retrodigitized audio"
license=
"CC-BY-SA-4.0+"
>
<description>
SLUB related policy to test that the audio file is suitable for archiving purposes.
This checks if a M
KV
/linear PCM fulfills the needs for Audio retrodigitization:
This checks if a M
atroska
/linear PCM fulfills the needs for Audio retrodigitization:
- Container format is Matroska with error detection (CRC)
- Audio format is PCM (unfortunately it can not contain error detection) or FLAC (it has CRC by design)
This policy is based on:
...
...
@@ -12,16 +12,13 @@
<policy
type=
"and"
name=
"MKV, FFV1 Intra, PCM/FLAC, error detection"
>
<policy
type=
"and"
name=
"Container"
>
<policy
type=
"or"
name=
"FileExtension"
>
<rule
name=
"General/FileExtension is mkv"
value=
"FileExtension"
tracktype=
"General"
occurrence=
"*"
operator=
"="
>
mkv
</rule>
<rule
name=
"General/FileExtension is mka"
value=
"FileExtension"
tracktype=
"General"
occurrence=
"*"
operator=
"="
>
mka
</rule>
</policy>
<rule
name=
"Container is MKV"
value=
"Format"
tracktype=
"General"
occurrence=
"*"
operator=
"="
>
Matroska
</rule>
<rule
name=
"Unique ID is present"
value=
"UniqueID"
tracktype=
"General"
occurrence=
"*"
/>
<rule
name=
"Container uses error detection"
value=
"extra/ErrorDetectionType"
tracktype=
"General"
occurrence=
"*"
operator=
"="
>
Per level 1
</rule>
<rule
name=
"General/Format_Version is 4"
value=
"Format_Version"
tracktype=
"General"
occurrence=
"*"
operator=
"="
>
4
</rule>
</policy>
<policy
type=
"and"
name=
"Audio"
>
<rule
name=
"General/AudioCount is 1"
value=
"AudioCount"
tracktype=
"General"
occurrence=
"*"
operator=
">="
>
1
</rule>
<policy
type=
"or"
name=
"Audio is PCM or FLAC"
>
...
...
@@ -38,7 +35,10 @@
<rule
name=
"Audio is mono"
value=
"Channels"
tracktype=
"Audio"
occurrence=
"*"
operator=
"="
>
1
</rule>
<rule
name=
"Audio is stereo"
value=
"Channels"
tracktype=
"Audio"
occurrence=
"*"
operator=
"="
>
2
</rule>
</policy>
<rule
name=
"Bit Depth is 24"
value=
"BitDepth"
tracktype=
"Audio"
occurrence=
"*"
operator=
"="
>
24
</rule>
<policy
type=
"or"
name=
"Bit Depth is at least 16 Bit"
>
<rule
name=
"Bit Depth is 16"
value=
"BitDepth"
tracktype=
"Audio"
occurrence=
"*"
operator=
"="
>
16
</rule>
<rule
name=
"Bit Depth is 24"
value=
"BitDepth"
tracktype=
"Audio"
occurrence=
"*"
operator=
"="
>
24
</rule>
</policy>
</policy>
</policy>
</policy>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment