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

Composing Multiple Videos

VideoEditor SDK 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 is implemented in the CompositionToolController class and can be customized using the CompositionToolControllerOptions.

Furthermore, VideoEditor SDK supports adding predefined video libraries from which video clips can be added to the video composition. The corresponding tool is implemented in the VideoClipToolController class and can be customized using the VideoClipToolControllerOptions.

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