AliyunVideoStitch

@interface AliyunVideoStitch : NSObject

* A class that splices videos.

  • * Splices multiple video clips.

    Declaration

    Objective-C

    - (BOOL)stitchVideos:(NSArray *)videoPaths
                  output:(NSString *)output
                reportId:(int64_t)id;

    Parameters

    videoPaths

    The paths of video clips to be spliced.

    output

    The output path.

    id

    The log id.

    Return Value

    Whether the invocation is successful.