github markus-perl/ffmpeg-build-script v9.0.8
FFmpeg Build Script 9.0.8

10 hours ago

FFmpeg Build Script 9.0.8

Changes since v9.0.7:

  • Every build now writes a build.log
    The entry point installs a single set of traps and starts start_build_logging(),
    which tees stdout and stderr into $CWD/build.log. The terminal keeps showing the
    live output while a full copy accumulates in the file, so a bug report can carry the
    whole build instead of a hand-copied tail.

  • Failures point at the issue tracker
    Normal exit, a failed build step and Ctrl+C all funnel into one on_exit() handler.
    It restores .git, removes the registered temp dirs and, for a genuine build failure,
    prints where to report it together with the invocation arguments. The ad-hoc .git
    restore trap in src/95-ffmpeg.sh is gone; that job belongs to on_exit() now.

Full Changelog: v9.0.7...v9.0.8

Don't miss a new ffmpeg-build-script release

NewReleases is sending notifications on new releases.