-
Notifications
You must be signed in to change notification settings - Fork 11
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
No FFV1 implementation checks count in XML #198
Comments
And the full report, just in case: |
hmmm, can you retry with |
I used `--force` in my initial command line , I should have posted it:
mediaconch --force -fx testplz.mkv
|
I replicated on Windows 10 with today's snapshot. I think this could also be related, though it might be a seperate issue: |
We use a different method for checking FFV1 bitstream because the one we use for MKV is too slow with so much data as it is in FFV1 (thousands of frames and we need to parse the whole frame content). We definitely need to change the output, showing also the count of succeeded tests instead of "0". |
Hi Jerome, that would be ideal. My usage of Mediaconch involves looking at those summary judgements using an XML parser and determining if the validation=PASS/FAIL. It's good to know that fail_count=0 means that analysis was carried out, but it would be ideal to know that n checks were carried out and all passed, even if each one isn't documented in XML elements. |
ok. we need to do:
|
I'm on Ubunutu 16.04 with the daily snapshot of mediaconch and libmediainfo.
I only just noticed that while several Matroska implementation checks run in the GUI and CLI, no FFV1 checks run:
Here's an example file where this happens: https://drive.google.com/file/d/0ByvCvU9YVB09WTNSQ2ZEdXk2YXM/view?usp=sharing
I'm assuming that something is wrong with my command/environment?
The text was updated successfully, but these errors were encountered: