Feature Request: Include FFmpeg tools in builds
The FFmpeg command-line tools from the tools directory (e.g., graph2dot, aviocat, ismindex, qt-faststart) are not included in the current builds. These tools are essential for various media analysis and processing tasks, with graph2dot, for instance, being invaluable for visualizing complex filtergraphs. Please consider including these tools in the standard builds.
The problem is, due to the nature of the static builds, every single tool would be just as huge as all the FFmpeg binaries themselves, quadrupling the archives in size. Given how rarely those tools are used, that does not seem worth it to me. The functionality of at least qt-faststart can be achieved with ffmpeg itself as well anyway. No idea about the user tools, never used them myself before.
The problem is, due to the nature of the static builds, every single tool would be just as huge as all the FFmpeg binaries themselves, quadrupling the archives in size. For that matter, you might want to consider either making them only generate in the Shared version, or enabling them via a specific option.
I can definitely make an addin that includes them, but I won't include it in the CI builds for download on Github.
Okay