From a7ada683d3fdd1fdd85fed316e580a4c4b467ce9 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <art1@andreas-romeyke.de> Date: Mon, 4 Jan 2021 15:50:27 +0100 Subject: [PATCH] - more sloppy PAR/DAR rules for Betacam - fixed escape --- SLUB_mediaconch_policy_retrodigitized_video.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SLUB_mediaconch_policy_retrodigitized_video.xml b/SLUB_mediaconch_policy_retrodigitized_video.xml index 64060af..c3bde8f 100644 --- a/SLUB_mediaconch_policy_retrodigitized_video.xml +++ b/SLUB_mediaconch_policy_retrodigitized_video.xml @@ -53,8 +53,10 @@ <rule name="Video/Height is =576" value="Height" tracktype="Video" occurrence="*" operator="=">576</rule> <policy type="or" name="AspectRatio"> <policy name="PixelAspect 1.024" type="and"> - <rule name="Video/PixelAspectRatio is 1.024" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="=">1.024</rule> - <rule name="Video/DisplayAspectRatio is 1.366" value="DisplayAspectRatio" tracktype="Video" occurrence="*" operator="=">1.366</rule> + <rule name="Video/PixelAspectRatio is >=1.024" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator=">=">1.024</rule> + <rule name="Video/PixelAspectRatio is <=1.025" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="<=">1.025</rule> + <rule name="Video/DisplayAspectRatio is >=1.366" value="DisplayAspectRatio" tracktype="Video" occurrence="*" operator=">=">1.366</rule> + <rule name="Video/DisplayAspectRatio is <=1.367" value="DisplayAspectRatio" tracktype="Video" occurrence="*" operator="<=">1.367</rule> </policy> <policy name="PixelAspect 1.000" type="and"> <rule name="Video/PixelAspectRatio is 1.000" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="=">1.000</rule> @@ -87,7 +89,7 @@ </policy> <policy type="or" name="Audio"> - <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> -- GitLab