We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9c959 commit 2949b3bCopy full SHA for 2949b3b
makeyoutube_policies.xml
@@ -10,5 +10,6 @@
10
<rule name="Is it 8 bit?" value="BitDepth" tracktype="Video" operator="=">8</rule>
11
<rule name="Is the chroma subsampling 4:2:0?" value="ChromaSubsampling" tracktype="Video" operator="=">4:2:0</rule>
12
<rule name="Is the audio AAC?" value="Format" tracktype="Audio" operator="=">AAC</rule>
13
+ <rule name="Is the sample rate 48khz?" value="SamplingRate" tracktype="Audio" operator="=">48000</rule>
14
</policy>
15
0 commit comments