Re: [FFmpeg-devel] [PATCH v9 14/15] fftools/graphprint: Add execution graph printing

2025-05-03 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Sonntag, 4. Mai 2025 01:58 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v9 14/15] fftools/graphprint: Add execution > graph printing >

Re: [FFmpeg-devel] [PATCH v9 14/15] fftools/graphprint: Add execution graph printing

2025-05-03 Thread Michael Niedermayer
Hi On Sat, May 03, 2025 at 08:22:44AM +, softworkz wrote: > From: softworkz > > The key benefits are: > > - Different to other graph printing methods, this is outputting: > - all graphs with runtime state > (including auto-inserted filters) > - each graph with its inputs and outputs

[FFmpeg-devel] [PATCH v9 14/15] fftools/graphprint: Add execution graph printing

2025-05-03 Thread softworkz
From: softworkz The key benefits are: - Different to other graph printing methods, this is outputting: - all graphs with runtime state (including auto-inserted filters) - each graph with its inputs and outputs - all filters with their in- and output pads - all connections between all