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

Add JSON support to parse conformance files #29

Open
podborski opened this issue Jul 15, 2021 · 2 comments
Open

Add JSON support to parse conformance files #29

podborski opened this issue Jul 15, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@podborski
Copy link
Member

podborski commented Jul 15, 2021

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.

@podborski podborski added the enhancement New feature or request label Jul 15, 2021
@dwsinger
Copy link
Contributor

We would also like to start generating a reference-output-set of files, for other implementations to cross-check.

podborski added a commit that referenced this issue Jul 27, 2021
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
@podborski
Copy link
Member Author

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.

@podborski podborski added the help wanted Extra attention is needed label Feb 15, 2024
@podborski podborski changed the title Improve testing using conformance files Add JSON support to parse conformance files Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants