Skip to content

Commit 2949b3b

Browse files
author
CSchloss385
committed
Added in sample rate for makeyoutube policies
1 parent 3e9c959 commit 2949b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makeyoutube_policies.xml

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
<rule name="Is it 8 bit?" value="BitDepth" tracktype="Video" operator="=">8</rule>
1111
<rule name="Is the chroma subsampling 4:2:0?" value="ChromaSubsampling" tracktype="Video" operator="=">4:2:0</rule>
1212
<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>
1314
</policy>
1415
</policy>

0 commit comments

Comments
 (0)