From 7c51dab2ae191e2b0e0f218ec0433c7171c6030b Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Wed, 19 Apr 2017 17:43:29 +0200 Subject: [PATCH] - fixed PixelAspectRatio (special for video resolution) --- SLUB_mediaconch_policy_retrodigitized_film16mm.xml | 3 ++- SLUB_mediaconch_policy_retrodigitized_film35mm.xml | 10 +++++++++- SLUB_mediaconch_policy_retrodigitized_video.xml | 12 ++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/SLUB_mediaconch_policy_retrodigitized_film16mm.xml b/SLUB_mediaconch_policy_retrodigitized_film16mm.xml index 6755513..2ade61b 100644 --- a/SLUB_mediaconch_policy_retrodigitized_film16mm.xml +++ b/SLUB_mediaconch_policy_retrodigitized_film16mm.xml @@ -33,9 +33,10 @@ <policy type="and" name="2K HD Format (2048x1080)"> <rule name="Video/Width is 2048" value="Width" tracktype="Video" occurrence="*" operator="=">2048</rule> <rule name="Video/Height is 1080" value="Height" tracktype="Video" occurrence="*" operator="=">1080</rule> + <rule name="Video/DisplayAspectRatio is 1.347" value="DisplayAspectRatio" tracktype="Video" occurrence="*" operator="=">1.347</rule> </policy> </policy> - <rule name="Video/PixelAspectRatio is 1.000" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="=">1</rule> + <rule name="Video/PixelAspectRatio is 1.000" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="=">1.000</rule> <rule name="ColorSpace is RGB" value="ColorSpace" tracktype="Video" occurrence="*" operator="=">RGB</rule> <rule name="Bit Depth is 16" value="BitDepth" tracktype="Video" occurrence="*" operator="=">16</rule> </policy> diff --git a/SLUB_mediaconch_policy_retrodigitized_film35mm.xml b/SLUB_mediaconch_policy_retrodigitized_film35mm.xml index 1d56e87..9e26fe6 100644 --- a/SLUB_mediaconch_policy_retrodigitized_film35mm.xml +++ b/SLUB_mediaconch_policy_retrodigitized_film35mm.xml @@ -40,18 +40,26 @@ <policy type="and" name="4K Format Fa. CinepostProduction (4096x3200)"> <rule name="Video/Width is 4096" value="Width" tracktype="Video" occurrence="*" operator="=">4096</rule> <rule name="Video/Height is 3200" value="Height" tracktype="Video" occurrence="*" operator="=">3200</rule> + <rule name="Video/DisplayAspectRatio is 1.280" value="DisplayAspectRatio" tracktype="Video" occurrence="*" operator="=">1.280</rule> </policy> <policy type="and" name="4K Format Fa. Omnimago (4096x3460)"> <rule name="Video/Width is 4096" value="Width" tracktype="Video" occurrence="*" operator="=">4096</rule> <rule name="Video/Height is 3460" value="Height" tracktype="Video" occurrence="*" operator="=">3460</rule> + <rule name="Video/DisplayAspectRatio is 1.184" value="DisplayAspectRatio" tracktype="Video" occurrence="*" operator="=">1.184</rule> </policy> + <policy type="and" name="4K Format Fa. Omnimago (4096x2976)"> + <rule name="Video/Width is 4096" value="Width" tracktype="Video" occurrence="*" operator="=">4096</rule> + <rule name="Video/Height is 2976" value="Height" tracktype="Video" occurrence="*" operator="=">2976</rule> + <rule name="Video/DisplayAspectRatio is 1.376" value="DisplayAspectRatio" tracktype="Video" occurrence="*" operator="=">1.376</rule> + </policy> + <policy type="and" name="6k (volle Filmbreite, 6608x3476)"> <rule name="Video/Width is 6698" value="Width" tracktype="Video" occurrence="*" operator="=">6608</rule> <rule name="Video/Height is 3476" value="Height" tracktype="Video" occurrence="*" operator="=">3476</rule> </policy> </policy> - <rule name="Video/PixelAspectRatio is 1.000" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="=">1</rule> + <rule name="Video/PixelAspectRatio is 1.000" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="=">1.000</rule> <rule name="ColorSpace is RGB" value="ColorSpace" tracktype="Video" occurrence="*" operator="=">RGB</rule> <rule name="Bit Depth is 16" value="BitDepth" tracktype="Video" occurrence="*" operator="=">16</rule> diff --git a/SLUB_mediaconch_policy_retrodigitized_video.xml b/SLUB_mediaconch_policy_retrodigitized_video.xml index eb9aa4b..0f91063 100644 --- a/SLUB_mediaconch_policy_retrodigitized_video.xml +++ b/SLUB_mediaconch_policy_retrodigitized_video.xml @@ -29,15 +29,27 @@ <rule name="Video/Compression_Mode is Lossless" value="Compression_Mode" tracktype="Video" occurrence="*" operator="=">Lossless</rule> <policy type="or" name="Video is PAL/NTSC"> + <policy type="and" name="DV PAL"> + <rule name="Video/Width is =720" value="Width" tracktype="Video" occurrence="*" operator="=">720</rule> + <rule name="Video/Height is =576" value="Height" tracktype="Video" occurrence="*" operator="=">576</rule> + <rule name="Video/PixelAspectRatio is 1.067" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="=">1.067</rule> + <rule name="Video/DisplayAspectRatio is 1.333 (4:3)" value="DisplayAspectRatio" tracktype="Video" occurrence="*" operator="=">1.333</rule> + <rule name="General/FrameRate is 25.000" value="FrameRate" tracktype="General" occurrence="*" operator="=">25.000</rule> + <rule name="Video/ScanType is Progressive" value="ScanType" tracktype="Video" occurrence="*" operator="=">Progressive</rule> + </policy> <policy type="and" name="PAL"> <rule name="Video/Width is =768" value="Width" tracktype="Video" occurrence="*" operator="=">768</rule> <rule name="Video/Height is =576" value="Height" tracktype="Video" occurrence="*" operator="=">576</rule> + <rule name="Video/PixelAspectRatio is 1" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="=">1</rule> + <rule name="Video/DisplayAspectRatio is 1.333" value="DisplayAspectRatio" tracktype="Video" occurrence="*" operator="=">1.333</rule> <rule name="General/FrameRate is 25.000" value="FrameRate" tracktype="General" occurrence="*" operator="=">25.000</rule> + <rule name="Video/ScanType is Progressive" value="ScanType" tracktype="Video" occurrence="*" operator="=">Progressive</rule> </policy> <policy type="and" name="NTSC"> <rule name="Video/Width is =640" value="Width" tracktype="Video" occurrence="*" operator="=">640</rule> <rule name="Video/Height is =480" value="Height" tracktype="Video" occurrence="*" operator="=">480</rule> <rule name="General/FrameRate is 30.000" value="FrameRate" tracktype="General" occurrence="*" operator="=">30.000</rule> + <rule name="Video/ScanType is Progressive" value="ScanType" tracktype="Video" occurrence="*" operator="=">Progressive</rule> </policy> </policy> -- GitLab