Skip to content

Failed rule because of a miswritten value #661

@XMegamanX

Description

@XMegamanX

Greetings,

Mediaconch has rules to test the video bitrate (BitRate and BitRate_Nominal) and for some vide sources it failes because both of this data are stored in the same filed in the file header

MediaConch Test Failed : Min Video Bitrate Nominal - Required value : 600000 / Received value : Undefined
MediaConch Test Failed : Min Video Bitrate - Required value : 600000 / Received value : 6000000 / 6000000

Our rules are :

<policy type="or" name="Bit Rate">
      <rule name="Min Video Bitrate Nominal" value="BitRate_Nominal" tracktype="Video" occurrence="0" operator=">=">600000</rule>
      <rule name="Min Video Bitrate" value="BitRate" tracktype="Video" occurrence="*" operator=">=">600000</rule>
    </policy>

Is there a way to test this field or is it possible to update mediaconch to go through this problem ?

Thanks in advance

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