Configure Video Composition
VideoEditor SDK supports several configuration options for the video composition tool allowing flexible adaptation to different needs and use cases. For a detailed explanation of how to configure different editor views, refer to this guide.
Configuration#
The video composition tool can be customized using the configuration.composition
option. In there, you can specify the available video clip categories, the canvas actions, whether the user is allowed to add personal videos to the composition as well as options for when trimming individual video clips of the composition.
categories
#
categories
#In order to provide one or multiple video libraries to the editor, you can specify an array of VideoClipCategory
. Each category can contain multiple VideoClip
s.
personalVideoClips
#
personalVideoClips
#By default, the user is allowed to add personal video clips from the device. For this example the user is only allowed to add video clips that are predefined in the editor configuration.