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

- fixed escape

parent 74519cb1
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
<rule name="Video/Compression_Mode is Lossless" value="Compression_Mode" tracktype="Video" occurrence="*" operator="=">Lossless</rule>
<rule name="Video/FrameRate is 24.000" value="FrameRate" tracktype="Video" occurrence="*" operator="=">24.000</rule>
<policy type="and" name="Video is >=4k/16bit RGB">
<policy type="and" name="Video is &gt;=4k/16bit RGB">
<policy type="or" name="typical Resolutions">
<policy type="and" name="4K Akademy Format (4048x2990)">
<rule name="Video/Width is 4048" value="Width" tracktype="Video" occurrence="*" operator="=">4048</rule>
......@@ -78,7 +78,7 @@
<policy type="or" name="Audio">
<rule name="Audio does not exist" value="AudioCount" tracktype="General" occurrence="*" operator="must not exist"/>
<policy type="or" name="Audio exist">
<rule name="General/AudioCount is 1" value="AudioCount" tracktype="General" occurrence="*" operator=">=">1</rule>
<rule name="General/AudioCount is 1" value="AudioCount" tracktype="General" occurrence="*" operator="&gt;=">1</rule>
<policy type="or" name="Audio is PCM or FLAC">
<rule name="Audio is PCM" value="Format" tracktype="Audio" occurrence="*" operator="=">PCM</rule>
<rule name="Audio is FLAC" value="Format" tracktype="Audio" occurrence="*" operator="=">FLAC</rule>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment