[FFmpeg-devel] [PATCH 0/3] tools/ffmpeg-sg: Add show-graph wrapper scripts (aka killer feature)

ffmpegagent ffmpegagent at gmail.com
Mon Jun 9 22:23:45 EEST 2025


The "killer feature" returns!

Different approach - same procedure:

 * Add -sg to your FFmpeg command line
 * But now it's not
   * ./ffmpeg -sg xxxxx but
   * ./ffmpeg-sg xxxxx

SG = Show Graph

Documentation and examples can be found here:

https://github.com/softworkz/ffmpeg_output_apis/wiki

softworkz (3):
  tools/ffmpeg-sg: Add show-graph wrapper script for Linux
  tools/ffmpeg-sg: Add show-graph wrapper script for Windows
  tools/ffmpeg-sg: Include show-graph wrapper script in build output

 .gitignore          |   1 +
 fftools/Makefile    |  14 ++-
 tools/ffmpeg-sg     | 249 ++++++++++++++++++++++++++++++++++++++++++++
 tools/ffmpeg-sg.cmd |  73 +++++++++++++
 4 files changed, 335 insertions(+), 2 deletions(-)
 create mode 100755 tools/ffmpeg-sg
 create mode 100644 tools/ffmpeg-sg.cmd


base-commit: 5fea5e3e11d6ff425db48f44489916399822aece
Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-95%2Fsoftworkz%2Fsubmit_killerscript-v1
Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-95/softworkz/submit_killerscript-v1
Pull-Request: https://github.com/ffstaging/FFmpeg/pull/95
-- 
ffmpeg-codebot


More information about the ffmpeg-devel mailing list