On date Tuesday 2024-03-05 12:14:53 -0300, James Almer wrote: > On 3/4/2024 9:00 PM, James Almer wrote: > > Signed-off-by: James Almer <[email protected]> > > --- > > fftools/ffprobe.c | 41 ++++++++++++++++++++++++++++++++++++----- > > 1 file changed, 36 insertions(+), 5 deletions(-) [...]
> I think I'll withdraw this patch for now. Some stream group types have > several layers of data, so components and pieces would not be enough. This > is the case for IAMF Audio Elements and Mix Presentation, for example. > A generic way to add N amount of layers would be needed. I see. Does it mean that the nesting level is greater than 3 (side_data, components, pieces)? Probably the best we can do is some kind of flattening (ffprobe is not designed for generic level of nesting, as we need to define the structure of the layout, at least for some formats (e.g. XML)). _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
