Beta versions are not as thoroughly tested as stable
Export H.265 videos; other additions & bug fixes
17 February, 2025 ()
Email Me New Releases
Don't miss out on the latest and greatest new features in Construct Animate
Notes
Normally we release beta updates on a Tuesday, but this week we've brought the beta release a day forward. The reason for that is a change to spritesheeting in the previous beta caused a crash opening some projects, and we wanted to get the fix for that out sooner.
In this release we've added support for the H.265 video codec with the MP4 container when exporting videos! This is subject to browser/platform support, but is now supported in Chromium-based browsers like Chrome and Edge. We've also extended H.265 support to the Video Recorder object (which handles real-time encoding), which is also subject to browser support - that's expected to come to Chrome and Edge soon.
Another key change in this release is when exporting a video with the H.264 codec, previously Construct Animate did not pass the intended video framerate to the video encoder. This was to work around a bug in Chrome which did not handle the framerate correctly with H.264. The bug was since fixed and now the correct framerate is specified. However this may affect the calculated bitrate and resulting file size - so you may want to check the video quality is still appropriate if continuing to use existing settings for a H.264 export.
There's a range of other additions in this release including for the CPU profiler, flowcharts, and TypeScript support, as well as a performance improvement for Mouse and Touch object conditions, and as ever a batch of bug fixes (including for the regression from the previous release). Happy testing!
Like this Release?
Let us know with a thumbs up!
Launch r427
New Additions
Video recorder: support for H.265 video codec (where browser/platform supports it)
Export to video: support for MP4 H.265
Debugger: add 'Tweens / Timelines' measurement to CPU profiler
Flowcharts: add option to set default outputs in nodes, along with relevant ACEs
Bug Fixes
Correctly specify framerate encoding option for H.264
Crash opening some projects with message "expected content" (regression r426)
Expressions dictionary: did not correctly list expressions for multiple behaviors of the same type
Animations editor: image points behaving in unexpected ways after loading an image from a file
Instances bar: jittery scrolling in the dark and light themes
Flowcharts: flowchart view scroll not being restored properly after loading a project
Flowcharts: crash undoing flowchart changes when the corresponding flowchart doesn't have focus
Performance Improvements
Improve performance of Mouse/Touch object conditions with thousands of instances
Scripting updates
TypeScript: generate type definition for custom eases
Share Construct Animate Release r427 Now