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

Farbtiefe pro Farbkanal: 16Bit (Video: 8mm(changed), 16mm, 35mm, video(changed))

parent 7289893c
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
<rule name="ColorSpace is RGB" value="ColorSpace" tracktype="Video" occurrence="*" operator="=">RGB</rule>
</policy>
</policy>
<rule name="Bit Depth is >=10" value="BitDepth" tracktype="Video" occurrence="*" operator="&gt;=">10</rule>
<rule name="Bit Depth is 16" value="BitDepth" tracktype="Video" occurrence="*" operator="=">16</rule>
</policy>
</policy>
......
......@@ -83,7 +83,7 @@
<rule name="ColorSpace is YUV" value="ColorSpace" tracktype="Video" occurrence="*" operator="=">YUV</rule>
<rule name="Chroma Subsampling is 4:2:2" value="ChromaSubsampling" tracktype="Video" occurrence="*" operator="=">4:2:2</rule>
</policy>
<rule name="Bit Depth is 10" value="BitDepth" tracktype="Video" occurrence="*" operator="=">10</rule>
<rule name="Bit Depth is 16" value="BitDepth" tracktype="Video" occurrence="*" operator="=">16</rule>
</policy>
<policy type="or" name="Audio">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment