> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of
> Michael Niedermayer
> Sent: Samstag, 26. April 2025 00:27
> To: FFmpeg development discussions and patches <ffmpeg-
> de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH v6 12/13] fftools/graphprint: Add
> execution graph printing
> 
> On Thu, Apr 24, 2025 at 01:13:10AM +0000, softworkz wrote:
> > From: softworkz <softwo...@hotmail.com>
> >
> > 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 input- and output pads
> >   - for each connection:
> >     - the runtime-negotiated format and media type
> >     - the hw context
> >     - if video hw context, both: hw pixfmt + sw pixfmt
> > - Output can either be printed to stdout or written to specified
> file
> > - Output is machine-readable
> > - Use the same output implementation as ffprobe, supporting multiple
> >   formats
> >
> > Signed-off-by: softworkz <softwo...@hotmail.com>
> > ---
> >  doc/ffmpeg.texi                   |   10 +
> >  fftools/Makefile                  |   20 +-
> >  fftools/ffmpeg.c                  |    4 +
> >  fftools/ffmpeg.h                  |    3 +
> >  fftools/ffmpeg_filter.c           |    5 +
> >  fftools/ffmpeg_opt.c              |   13 +
> >  fftools/graph/graphprint.c        | 1101
> +++++++++++++++++++++++++++++
> >  fftools/graph/graphprint.h        |   30 +
> >  fftools/textformat/avtextformat.c |    2 +
> >  fftools/textformat/avtextformat.h |   29 +
> >  fftools/textformat/tf_mermaid.c   |  658 +++++++++++++++++
> >  fftools/textformat/tf_mermaid.h   |   41 ++
> >  12 files changed, 1915 insertions(+), 1 deletion(-)
> >  create mode 100644 fftools/graph/graphprint.c
> >  create mode 100644 fftools/graph/graphprint.h
> >  create mode 100644 fftools/textformat/tf_mermaid.c
> >  create mode 100644 fftools/textformat/tf_mermaid.h
> 
> make
> LD    ffmpeg_g.exe
> x86_64-w64-mingw32-gcc: error: fftools/resources/graph.html.o: No such
> file or directory
> x86_64-w64-mingw32-gcc: error: fftools/resources/graph.css.o: No such
> file or directory
> make: *** [Makefile:142: ffmpeg_g.exe] Error 1
> 
> [...]
> --
> Michael     GnuPG fingerprint:

Oops - I had tested out-of-tree explicitly before, but seems it got lost
again.

Thanks
sw

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to