Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization

2025-04-13 Thread James Almer
On 4/13/2025 12:13 PM, Michael Niedermayer wrote: FFmpeg belongs to the People, to the Community. Its our project not just my project. In this specific case, I think the people who previously objected are no longer active in FFmpeg. These two statements clash with each other, for reasons you

Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization

2025-04-13 Thread Michael Niedermayer
Hi Nicolas On Fri, Apr 11, 2025 at 07:09:09PM +0200, Nicolas George wrote: > Michael Niedermayer (HE12025-03-29): > > can you repost the AVWriter patches ? > > Sure, but I need to find the latest branch, and it is proving a cause of > procrastination for me. In the meantime, let me explain anew t

Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization

2025-04-11 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of > Nicolas George > Sent: Freitag, 11. April 2025 19:09 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization > > Michael Niedermayer (HE1

Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization

2025-04-11 Thread Nicolas George
Michael Niedermayer (HE12025-03-29): > can you repost the AVWriter patches ? Sure, but I need to find the latest branch, and it is proving a cause of procrastination for me. In the meantime, let me explain anew the principles behind it, after a few years I might be able to express them better. (I

Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization

2025-04-05 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Stefano Sabatini > Sent: Freitag, 21. März 2025 19:27 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization > > On date Tuesday 2025-03

Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization

2025-03-28 Thread Michael Niedermayer
Hi On Thu, Mar 27, 2025 at 08:27:45PM +0100, Nicolas George wrote: > Stefano Sabatini (HE12025-03-26): > > One of the possible uses is to expose the data printed by > > filters. E.g. detection filters are printing the information either in > > the stderr using custom formats, this should really be

Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization

2025-03-28 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of > softworkz . > Sent: Donnerstag, 27. März 2025 00:26 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization > > > > > --

Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization

2025-03-27 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of > Nicolas George > Sent: Donnerstag, 27. März 2025 20:28 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization > > Stefano Sabatini (HE

Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization

2025-03-27 Thread Nicolas George
Stefano Sabatini (HE12025-03-26): > One of the possible uses is to expose the data printed by > filters. E.g. detection filters are printing the information either in > the stderr using custom formats, this should really be converted to > something easier to consume (whatever formats for which you

Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization

2025-03-26 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of > Stefano Sabatini > Sent: Mittwoch, 26. März 2025 23:53 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization > > On date Friday 2025-03

Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization

2025-03-26 Thread Stefano Sabatini
On date Friday 2025-03-21 20:11:29 +, Soft Works wrote: [...] > > What it's not clear to me is how this builds up on top of text > > formatters, since they are meant to render a tree structure in a > > generic way. From this you can have a description of a graph, but then > > you need specializ

Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization

2025-03-21 Thread Stefano Sabatini
On date Tuesday 2025-03-18 02:32:13 +, Soft Works wrote: > Hello everybody, > > working on the subject of writing out filtergraph information > obviously implies the goal of being able to visualize that data in > some way. While I do have something for long, it's tailored for > specific workf

Re: [FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization

2025-03-18 Thread Diederick C. Niehorster
On Tue, Mar 18, 2025 at 3:32 AM Soft Works wrote: > > Examples > > I've created a Gist with some examples of the output here: > > https://gist.github.com/softworkz/a196b2d0e9e2df49f766abd92f508551 > > (also includes a zip with html file examples) Just speaking as a would be user of this feature: