Skip to content
Snippets Groups Projects
Commit 7c51dab2 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed PixelAspectRatio (special for video resolution)

parent 2e50a64a
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment