MPEGGroup / FileFormatConformance

MPEG File Format Conformance Framework
https://mpeggroup.github.io/FileFormatConformance/
BSD 3-Clause Clear License
10 stars 3 forks source link

[Website] Exact container level filter bug #47

Closed podborski closed 1 year ago

podborski commented 1 year ago

Summary

I want to remove all user defined features which we don't need. For example the ones which reflect a presence of a box could be removed since the website already allows to search for boxes. Also we have a filter for location of the boxes. So for example the following user defined features can be removed:

 "file level meta": "Meta box at file level",
 "movie level meta": "Meta box at movie level",
 "track level meta": "Meta box at track level",

There is one bug with the filter though.

Steps to reproduce

Let's say we want to find a file with a movie level meta only. Go to the website and set a filter for exact match for meta in the moov box.

image

It will show 1.mp4 but if you open it there will be no file.moov.meta in it.

https://gpac.github.io/mp4box.js/test/filereader.html?https://mpeggroup.github.io/FileFormatConformance/files/published/maf/vsaf/1.mp4