mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-04-20 17:40:20 +00:00
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 <softworkz@hotmail.com>
|
||
|---|---|---|
| .. | ||
| avtextformat.c | ||
| avtextformat.h | ||
| avtextwriters.h | ||
| tf_compact.c | ||
| tf_default.c | ||
| tf_flat.c | ||
| tf_ini.c | ||
| tf_internal.h | ||
| tf_json.c | ||
| tf_mermaid.c | ||
| tf_mermaid.h | ||
| tf_xml.c | ||
| tw_avio.c | ||
| tw_buffer.c | ||
| tw_stdout.c | ||