Help and reference
Editor UI roadmap
✅ = Implemented
High priority
✅ Clip properties
Each clip should have a configuration panel where users can modify properties such as position, rotation, and style.
✅ Expose Rendley package to UI
Allow direct access to class instances of
@rendley/sdkfrom the UI. Currently, only the engine instance is accessible.
✅ More configuration for the free UI
Increase customization options in the free version, such as the ability to hide tabs via props.
✅ Crop handlers
Add support for cropping clips directly within the UI.
✅ Mute functionality
Enable muting of video and audio clips.
✅ Clip animation presets
Add in/out animation presets for clips.
Medium priority
✅ Integration with popular AI solutions
Explore different integrations for generating videos, generating subtitles, and more.
Display audio waveform
Currently, audio clips only display a sample image in the timeline. We plan to render a waveform representing the actual audio.
✅ Display filmstrip
Similar to audio, video clips currently display only a single frame in the timeline. We plan to render a filmstrip for better visualization.
✅ Improved rendering progress display
Show percentage progress while rendering a video.
✅ Extract audio to layer
Add a button to separate audio from a video clip and place it in a dedicated audio layer.
Low priority
Hide layer functionality
Allow users to hide a layer from the timeline.
✅ Cancel during rendering
Enable users to cancel the rendering process before it completes.
What to read next
- Video Editor UI is the full editor as one drop-in web component.
- Editor changelog lists what shipped in each editor release.
- Editor configuration turns features on and off and sets branding.
- Roadmap lists what is planned next.