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

- added new rule for betacamXP with VBI, non-square pixel

parent 92216999
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,26 @@ ...@@ -71,6 +71,26 @@
<rule name="Video/ScanType is Interlaced" value="ScanType" tracktype="Video" occurrence="*" operator="=">Interlaced</rule> <rule name="Video/ScanType is Interlaced" value="ScanType" tracktype="Video" occurrence="*" operator="=">Interlaced</rule>
</policy> </policy>
</policy> </policy>
<policy type="and" name="BetaCamXP with VBI,non-square pixel, retrodigitized">
<rule name="Video/Width is =720" value="Width" tracktype="Video" occurrence="*"
operator="=">720</rule>
<rule name="Video/Height is =608" value="Height" tracktype="Video" occurrence="*"
operator="=">608</rule>
<policy name="non-square pixel" type="and">
<rule name="Video/PixelAspectRatio is &gt;=1.126" value="PixelAspectRatio"
tracktype="Video" occurrence="*" operator="=">1.126</rule>
<rule name="Video/DisplayAspectRatio is =1.333" value="DisplayAspectRatio"
tracktype="Video" occurrence="*" operator="=">1.333</rule>
</policy>
<rule name="General/FrameRate is 25.000" value="FrameRate" tracktype="General"
occurrence="*" operator="=">25.000</rule>
<policy name="Scantype" type="or">
<rule name="Video/ScanType is Progressive" value="ScanType" tracktype="Video"
occurrence="*" operator="=">Progressive</rule>
<rule name="Video/ScanType is Interlaced" value="ScanType" tracktype="Video"
occurrence="*" operator="=">Interlaced</rule>
</policy>
</policy>
<policy type="and" name="NTSC"> <policy type="and" name="NTSC">
<rule name="Video/Width is =640" value="Width" tracktype="Video" occurrence="*" operator="=">640</rule> <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="Video/Height is =480" value="Height" tracktype="Video" occurrence="*" operator="=">480</rule>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment