Editor UI V2
Overview
With the new interface, better controls, and additional quality of life improvements, making stunning videos is easier and more fun than ever.
Design and user experience principles are constantly evolving. To keep up with the latest developments and best practices, our team has completely redesigned the Video Editor SDK to be as convenient and enjoyable as possible.
Integration
Create Bundle
with Editor UI V2 configuration and pass extras
to any Video Editor start method.
val extras = bundleOf(
"EXTRA_USE_EDITOR_V2" to true
)
VideoCreationActivity.startFromCamera(
context = applicationContext,
pictureInPictureConfig = PipConfig(
video = pipVideo,
openPipSettings = false
),
audioTrackData = initialTrackData,
extras = extras
)