Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed rule because of a miswritten value #661

Open
XMegamanX opened this issue Jul 8, 2019 · 1 comment
Open

Failed rule because of a miswritten value #661

XMegamanX opened this issue Jul 8, 2019 · 1 comment

Comments

@XMegamanX
Copy link

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

@XMegamanX
Copy link
Author

@EtienneChampion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant