AliyunVideoStitch

@interface AliyunVideoStitch : NSObject

视频拼接类

  • 将多段视频进行拼接

    Declaration

    Objective-C

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

    Parameters

    videoPaths

    视频资源路径集合

    output

    输出路径

    id

    上传日志的id

    Return Value

    是否成功