Contents

UIVideoEditorController

A view controller that manages the system interface for trimming video frames and encoding a previously recorded movie.

Declaration

@MainActor class UIVideoEditorController

Overview

A video editor manages user interactions and provides the filesystem path of the edited movie to your delegate object (see UIVideoEditorControllerDelegate). The features of the UIVideoEditorController class are available only on devices that support video recording. Use a video editor when your intent is to provide an interface for movie editing. While the UIImagePickerController class also lets a user trim movies, its primary roles are choosing saved pictures and movies, and capturing new pictures and movies.

Topics

Managing changes to the video

Determining editing availability

Configuring the editor

See Also

Images and video