diff --git a/SLUB_mediaconch_policy_retrodigitized_film16mm.xml b/SLUB_mediaconch_policy_retrodigitized_film16mm.xml
index 9a01d37518b3adb17d133ee87eaf1c95a1ae1f2c..b1e91bd4b0077e9de92e0a06f764dada61c3d39c 100644
--- a/SLUB_mediaconch_policy_retrodigitized_film16mm.xml
+++ b/SLUB_mediaconch_policy_retrodigitized_film16mm.xml
@@ -30,11 +30,22 @@
       
       <policy type="and" name="Video is 2k/16bit RGB">
         <policy type="or" name="typical Resolutions">
-          <policy type="and" name="2K HD Format (2048x1080)">
+          <policy type="and" name="DCI 2K  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 type="and" name="2K HD Format, QSXGA 4:3 (2560x1920)">
+            <rule name="Video/Width is 2560" value="Width" tracktype="Video" occurrence="*" operator="=">2560</rule>
+            <rule name="Video/Height is 1920" value="Height" tracktype="Video" occurrence="*" operator="=">1920</rule>
+            <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>
+          </policy>
+          
         </policy>
         <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>