Fixed
- Video editor export with freeze frames — saving or uploading a video that contained a freeze failed with "Export failed" because
AVAssetExportSessionchoked on the 600×scaleTimeRangea 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.