MPEGGroup / FileFormatConformance

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

Boxes inside a sample group #67

Open podborski opened 12 months ago

podborski commented 12 months ago

Summary

Not so sure how to deal with this one in the framework but SVCDependencyRangeBox - svop is a box which is used inside a scif sample group. so the container can not be sgpd and so far we didn't cover the case where boxes are added inside a sample group.

DenizUgur commented 12 months ago

Not sure if I understood correctly but I see couple of examples whose container is scif here. Can you elaborate on what is missing with the framework?

podborski commented 10 months ago

I didn't test it yet. but will it be possible to search for svdr (was called svop by mistake) for example? or will it be ignored because it is buried inside a sample group?

DenizUgur commented 10 months ago

It will be possible to search for it because we are also looking for the grouping_type in sgpd.

https://github.com/MPEGGroup/FileFormatConformance/blob/598492c4aafa0c98dc1842b51686c8e5b2b81873/src/construct/files.py#L100-L102