github heygen-com/hyperframes v0.8.46

59 minutes ago

HyperFrames v0.8.46

Released on 2026-09-17.

Engine motion blur picks its own sample count per frame now, instead of one fixed count for a whole render.

Features

  • Engine: The sub-frame motion blur added in v0.8.45 used a fixed sample count for every frame of a render (16 by default). That undersamples fast or hard-edged motion and oversamples content that barely moves. The engine now measures how much a frame actually moved before choosing how many samples it gets, between 16 and 64, so quality goes up where it was undersampled instead of being spent evenly on every frame. Frames that need the extra accuracy cost more to render; a frame whose only change is a fade or a colour shift skips the measurement step and stays at the old cost. Nothing changes if samplesPerFrame is set explicitly (2ab7b8686, #4031).

Full changelog

v0.8.45...v0.8.46

Don't miss a new hyperframes release

NewReleases is sending notifications on new releases.