Skip to content

Commit 126dee6

Browse files
Merge pull request #791 from dericed/tweak-aspect-ratio-in-mkv-policy
Tweak aspect ratio in mkv policy
2 parents b0b89e4 + 40eba9b commit 126dee6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Tools/Policies/sample_policy_4_mkv_ffv1_digitization.xml

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
<rule name="Is it Matroska?" value="Format" tracktype="General" operator="=">Matroska</rule>
44
<rule name="Matroska version 4 or greater?" value="Format_Version" tracktype="General" operator="&gt;=">4</rule>
55
<rule name="Unique ID is present?" value="UniqueID" tracktype="General"/>
6-
<rule name="Is the video FFV1?" value="Format" tracktype="Video">FFV1</rule>
6+
<rule name="Is the video FFV1?" value="Format" tracktype="Video" operator="=">FFV1</rule>
77
<rule name="FFV1 is version 3.4 or later?" value="Format_Version" tracktype="Video" operator="&gt;=">3.4</rule>
88
<rule name="FFV1 is encoded in GOP size of 1?" value="Format_Settings_GOP" tracktype="Video" operator="=">N=1</rule>
99
<rule name="FFV1 uses slice crcs?" value="extra/ErrorDetectionType" tracktype="Video" operator="=">Per slice</rule>
10-
<rule name="Display Aspect Ratio is 4/3?" value="DisplayAspectRatio" tracktype="Video" operator="=">1.333</rule>
10+
<policy type="and" name="Display Aspect Ratio is 4/3ish?">
11+
<rule name="Display Aspect Ratio is &gt;= 1.315?" value="DisplayAspectRatio" tracktype="Video" operator="&gt;=">1.315</rule>
12+
<rule name="Display Aspect Ratio is &lt;= 1.351?" value="DisplayAspectRatio" tracktype="Video" operator="&lt;=">1.351</rule>
13+
</policy>
1114
<policy type="or" name="Is this NTSC or PAL SD?">
1215
<description>A test to see if the files use NTSC or PAL frame rates and sizes.</description>
1316
<policy type="or" name="Is this NTSC SD or PAL SD?">

0 commit comments

Comments
 (0)