We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During MPEG 135 it was suggested to add more tests based on conformance files from Part 32.
In the first step we could fetch conformance files from mpeg server and check if the reference software can successfully open all of them.
In the next step we should continue improving tests by parsing deeper in the files...
Edit: we need JSON support for this software. So that we can run the software on the conformance files in https://github.com/MPEGGroup/FileFormatConformance and use the json dumps in that repository.
The text was updated successfully, but these errors were encountered:
We would also like to start generating a reference-output-set of files, for other implementations to cross-check.
Sorry, something went wrong.
Merge pull request #26 from podborski/defragmentation
8313f21
As discussed during MPEG#135 we will merge this PR and add more tests based on ISOBMFF conformance files as described in #29 in the next version
We don't use mpeg conformance server anymore and moved to https://github.com/MPEGGroup/FileFormatConformance completely. Currently that repo utilizes MP4Box but having json output support in this project would also allow us to run this software and use it's json output in https://github.com/MPEGGroup/FileFormatConformance.
No branches or pull requests
During MPEG 135 it was suggested to add more tests based on conformance files from Part 32.
In the first step we could fetch conformance files from mpeg server and check if the reference software can successfully open all of them.
In the next step we should continue improving tests by parsing deeper in the files...
Edit: we need JSON support for this software. So that we can run the software on the conformance files in https://github.com/MPEGGroup/FileFormatConformance and use the json dumps in that repository.
The text was updated successfully, but these errors were encountered: