Skip to content
Snippets Groups Projects
Commit f32fbaee authored by bolkun's avatar bolkun
Browse files

Mindestauflösungen für 80lines/mm (Für 8mm, 16mm, 35mm Profile (Tabelle S6))

parent 446bccf1
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,14 @@ ...@@ -48,7 +48,14 @@
<rule name="Video/Height is at least 1080" value="Height" tracktype="Video" occurrence="*" operator=">=">1080</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/DisplayAspectRatio is at least 1" value="DisplayAspectRatio" tracktype="Video" occurrence="*" operator=">=">1.0</rule>
</policy> </policy>
<policy type="and" name="80 lines/mm (824x600)">
<rule name="Video/Width is 824" value="Width" tracktype="Video" occurrence="*" operator="=">824</rule>
<rule name="Video/Height is 600" value="Height" tracktype="Video" occurrence="*" operator="=">600</rule>
</policy>
<policy type="and" name="80 lines/mm (988x593)">
<rule name="Video/Width is 988" value="Width" tracktype="Video" occurrence="*" operator="=">988</rule>
<rule name="Video/Height is 593" value="Height" tracktype="Video" occurrence="*" operator="=">593</rule>
</policy>
</policy> </policy>
<rule name="Video/PixelAspectRatio is 1.000" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="=">1.000</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="ColorSpace is RGB" value="ColorSpace" tracktype="Video" occurrence="*" operator="=">RGB</rule>
......
...@@ -61,6 +61,10 @@ ...@@ -61,6 +61,10 @@
<rule name="Video/Width is 6698" value="Width" tracktype="Video" occurrence="*" operator="=">6608</rule> <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> <rule name="Video/Height is 3476" value="Height" tracktype="Video" occurrence="*" operator="=">3476</rule>
</policy> </policy>
<policy type="and" name="80 lines/mm (1760x1280)">
<rule name="Video/Width is 1760" value="Width" tracktype="Video" occurrence="*" operator="=">1760</rule>
<rule name="Video/Height is 1280" value="Height" tracktype="Video" occurrence="*" operator="=">1280</rule>
</policy>
</policy> </policy>
<rule name="Video/PixelAspectRatio is 1.000" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="=">1.000</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="ColorSpace is RGB" value="ColorSpace" tracktype="Video" occurrence="*" operator="=">RGB</rule>
......
...@@ -37,6 +37,14 @@ ...@@ -37,6 +37,14 @@
<rule name="Video/Width is >=1440" value="Width" tracktype="Video" occurrence="*" operator="&gt;=">1440</rule> <rule name="Video/Width is >=1440" value="Width" tracktype="Video" occurrence="*" operator="&gt;=">1440</rule>
<rule name="Video/Height is >=1080" value="Height" tracktype="Video" occurrence="*" operator="&gt;=">1080</rule> <rule name="Video/Height is >=1080" value="Height" tracktype="Video" occurrence="*" operator="&gt;=">1080</rule>
</policy> </policy>
<policy type="and" name="80 lines/mm (360x264)">
<rule name="Video/Width is 360" value="Width" tracktype="Video" occurrence="*" operator="=">360</rule>
<rule name="Video/Height is 264" value="Height" tracktype="Video" occurrence="*" operator="=">264</rule>
</policy>
<policy type="and" name="80 lines/mm (437x321)">
<rule name="Video/Width is 437" value="Width" tracktype="Video" occurrence="*" operator="=">437</rule>
<rule name="Video/Height is 321" value="Height" tracktype="Video" occurrence="*" operator="=">321</rule>
</policy>
</policy> </policy>
<policy type="or" name="YUV or RGB"> <policy type="or" name="YUV or RGB">
<policy type="and" name="YUV"> <policy type="and" name="YUV">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment