diff options
author | Niklas Haas <git@haasn.dev> | 2025-07-25 13:52:22 +0200 |
---|---|---|
committer | Niklas Haas <ffmpeg@haasn.dev> | 2025-07-31 12:35:32 +0000 |
commit | 03b9180fe34ebf9165d164d4aefbee25fe54b355 (patch) | |
tree | 3ceb6c9308aa90d3b4038e81aaa23d47e3a7681e /tools | |
parent | 1a61db9797f461cbc7dd3400fa77dec4000df24e (diff) | |
download | ffmpeg-master.tar.gz |
There is no convenient way, from the command line, to figure out which
formats a filter actually supports. This commit changes that by adding a
log output, at debug level, to simply print the list of formats each filter
advertises on its links, before any negotiation.
Furthermore, we can use the exact same helper function to also print out the
corresponding filter links when there is an error during format negotiation.
We need to use AV_BRINT_SIZE_UNLIMITED because the default format list for
filters like vf_scale is about 1700 characters long, significantly larger than
the the 1 kB default buffer.
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions