Skip to main content
Language

From Multiple Videos

Load multiple videos#

Here, we configure VideoCompositionSettings to add multiple VideoParts. In this example, we add videos from local resources. However, VideoPart accepts a Uri so the videos can be loaded from files or remote resources as well.

Start Editor#

The VideoEditorBuilder takes in the configured VideoEditorSettingsList and starts the video editor. The result is obtained in the onActivityResult() method when the editor exits.