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
74519cb1
Commit
74519cb1
authored
4 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- fixed escape
parent
a7ada683
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_film16mm.xml
+4
-4
4 additions, 4 deletions
SLUB_mediaconch_policy_retrodigitized_film16mm.xml
with
4 additions
and
4 deletions
SLUB_mediaconch_policy_retrodigitized_film16mm.xml
+
4
−
4
View file @
74519cb1
...
...
@@ -44,9 +44,9 @@
<rule
name=
"Video/DisplayAspectRatio is 1.333 (4:3)"
value=
"DisplayAspectRatio"
tracktype=
"Video"
occurrence=
"*"
operator=
"="
>
1.333
</rule>
</policy>
<policy
type=
"and"
name=
"2K minimum resolution"
>
<rule
name=
"Video/Width is at least 2048"
value=
"Width"
tracktype=
"Video"
occurrence=
"*"
operator=
"
>
="
>
2048
</rule>
<rule
name=
"Video/Height is at least 1080"
value=
"Height"
tracktype=
"Video"
occurrence=
"*"
operator=
"
>
="
>
1080
</rule>
<rule
name=
"Video/DisplayAspectRatio is at least 1"
value=
"DisplayAspectRatio"
tracktype=
"Video"
occurrence=
"*"
operator=
"
>
="
>
1.0
</rule>
<rule
name=
"Video/Width is at least 2048"
value=
"Width"
tracktype=
"Video"
occurrence=
"*"
operator=
"
>
="
>
2048
</rule>
<rule
name=
"Video/Height is at least 1080"
value=
"Height"
tracktype=
"Video"
occurrence=
"*"
operator=
"
>
="
>
1080
</rule>
<rule
name=
"Video/DisplayAspectRatio is at least 1"
value=
"DisplayAspectRatio"
tracktype=
"Video"
occurrence=
"*"
operator=
"
>
="
>
1.0
</rule>
</policy>
<policy
type=
"and"
name=
"Normal 16, 80 lines/mm (824x600)"
>
<rule
name=
"Video/Width is at least 824"
value=
"Width"
tracktype=
"Video"
occurrence=
"*"
operator=
">"
>
823
</rule>
...
...
@@ -75,7 +75,7 @@
<policy
type=
"or"
name=
"Audio"
>
<rule
name=
"Audio does not exist"
value=
"AudioCount"
tracktype=
"General"
occurrence=
"*"
operator=
"must not exist"
/>
<policy
type=
"or"
name=
"Audio exist"
>
<rule
name=
"General/AudioCount is 1"
value=
"AudioCount"
tracktype=
"General"
occurrence=
"*"
operator=
"
>
="
>
1
</rule>
<rule
name=
"General/AudioCount is 1"
value=
"AudioCount"
tracktype=
"General"
occurrence=
"*"
operator=
"
>
="
>
1
</rule>
<policy
type=
"or"
name=
"Audio is PCM or FLAC"
>
<rule
name=
"Audio is PCM"
value=
"Format"
tracktype=
"Audio"
occurrence=
"*"
operator=
"="
>
PCM
</rule>
<rule
name=
"Audio is FLAC"
value=
"Format"
tracktype=
"Audio"
occurrence=
"*"
operator=
"="
>
FLAC
</rule>
...
...
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