-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Now that #942 is merged, we need some mediaconch policy sections for the HD formats. Like in this section
Lines 2507 to 2517 in 569aec2
| # Define mediaconch test fragments - start | |
| CONTAINER_GENERAL_TEST=' | |
| <rule name="Is the video stream first?" value="StreamOrder" tracktype="Video" operator="=">0</rule> | |
| <rule name="Is the audio stream on track 2?" value="StreamOrder" tracktype="Audio" operator="=">1</rule> | |
| ' | |
| CONTAINER_QUICKTIME_TEST=' | |
| <rule name="Is the file extension mov?" value="FileExtension" tracktype="General" operator="=">mov</rule> | |
| <rule name="Is the format MPEG-4?" value="Format" tracktype="General" operator="=">MPEG-4</rule> | |
| <rule name="Is the format profile QuickTime?" value="Format_Profile" tracktype="General" operator="=">QuickTime</rule> | |
| <rule name="Is the codec ID qt ?" value="CodecID" tracktype="General" operator="=">qt </rule> | |
| ' |
Are there other tests or processes or tweaks we should do when it's HD vs SD?
ping @bturkus @iamdamosuzuki @privatezero
Metadata
Metadata
Assignees
Labels
No labels