Skip to content

v4.1.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Apr 01:56
· 257 commits to main since this release

Fixed

  • Video editor export with freeze frames — saving or uploading a video that contained a freeze failed with "Export failed" because AVAssetExportSession choked on the 600× scaleTimeRange a freeze bakes into the composition track. Freezes now route through the custom video compositor, which uses its time map to serve the same source frame for every composition time during the hold — matching how preview already renders them.