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

- more sloppy PAR/DAR rules for Betacam

- fixed escape
parent 1c57279d
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,10 @@
<rule name="Video/Height is =576" value="Height" tracktype="Video" occurrence="*" operator="=">576</rule>
<policy type="or" name="AspectRatio">
<policy name="PixelAspect 1.024" type="and">
<rule name="Video/PixelAspectRatio is 1.024" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="=">1.024</rule>
<rule name="Video/DisplayAspectRatio is 1.366" value="DisplayAspectRatio" tracktype="Video" occurrence="*" operator="=">1.366</rule>
<rule name="Video/PixelAspectRatio is &gt;=1.024" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="&gt;=">1.024</rule>
<rule name="Video/PixelAspectRatio is &lt;=1.025" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="&lt;=">1.025</rule>
<rule name="Video/DisplayAspectRatio is &gt;=1.366" value="DisplayAspectRatio" tracktype="Video" occurrence="*" operator="&gt;=">1.366</rule>
<rule name="Video/DisplayAspectRatio is &lt;=1.367" value="DisplayAspectRatio" tracktype="Video" occurrence="*" operator="&lt;=">1.367</rule>
</policy>
<policy name="PixelAspect 1.000" type="and">
<rule name="Video/PixelAspectRatio is 1.000" value="PixelAspectRatio" tracktype="Video" occurrence="*" operator="=">1.000</rule>
......@@ -87,7 +89,7 @@
</policy>
<policy type="or" name="Audio">
<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