Skip to main content
VESDK/Flutter/Guides/Video Composition

Composing Multiple Videos

VideoEditor SDK for Flutter makes it easy to compose multiple videos.

VideoEditor SDK supports adding multiple video clips to the editor unifying them in a video composition. Inside the composition tool, the video clips can be trimmed and repositioned within the video composition itself. The composition tool can be customized using the configuration.composition property utilizing CompositionOptions.

Furthermore, VideoEditor SDK supports adding predefined video libraries from which video clips can be added to the video composition. The different video libraries can be customized using the configuration.composition.categories array which takes a list of VideoClipCategory instances.

For details on how to modify the options for both of the tools, take a look at the configuration section.