Skip to content

make mediaconch policies and some tests for HD formats #943

@dericed

Description

@dericed

Now that #942 is merged, we need some mediaconch policy sections for the HD formats. Like in this section

vrecord/vrecord

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions