What's Changed
- Small breaking change: The
onProgressproperty ofdownloadMedia()from@remotion/lambdahas been renamed from progress to percent to align with other APIs. - Lambda
h264-mkvcodec is now justh264! The previous behavior of "h264" was never documented and broken. by @JonnyBurger in #1091 - You can now get
Bufferfor renderMedia() and stitchFramesToVideo()! by @JonnyBurger in #1083 - Handle remote assets with no file extension but
Content-Dispositionheader by @JonnyBurger in #1084 - Better error handling for non-seekable media by @JonnyBurger in #1085
- Updated instructions for AWS Console by @Just-Moh-it in #1088
- Fix a hang when cancelling a render by @JonnyBurger in #1090
- Fix a bug where audio that is delayed and trimmed in front and back could sound wrong during render by @JonnyBurger in #1089
New Contributors
- @Just-Moh-it made their first contribution in #1088
Full Changelog: v3.0.25...v3.0.26