v0.7.36

heygen-com/hyperframesv0.7.36Jul 5, 2026by github-actions[bot]

AI Summary

Closed the remaining Windows FFmpeg path gap by making CLI preflight choose real `ffmpeg.exe`/`ffprobe.exe` binaries over shell shims, ensuring the engine uses the hardened executable-resolution path.

Key Highlights

  • CLI preflight prefers real FFmpeg executables over cmd shims
  • Hardened executable-resolution path for Windows

Full Release Notes

# HyperFrames v0.7.36

Released on 2026-07-05.

This release closes the remaining Windows FFmpeg path gap by making CLI preflight
choose real `ffmpeg.exe`/`ffprobe.exe` binaries over shell shims. `hyperframes
render` now avoids exporting `ffmpeg.cmd` as `HYPERFRAMES_FFMPEG_PATH`, keeping
the engine on the hardened executable-resolution path.

## Fixes

- **CLI:** Prefer real ffmpeg exe over cmd shim ([98b539df](https://github.com/heygen-com/hyperframes/commit/98b539df728f221de677e7ede3e9e3eb4cad2bca), [#1958](https://github.com/heygen-com/hyperframes/pull/1958))

## Full changelog

https://github.com/heygen-com/hyperframes/compare/v0.7.35...v0.7.36