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
videoPathsThe paths of video clips to be spliced.
outputThe output path.
idThe log id.
Return Value
Whether the invocation is successful.
AliyunVideoStitch Class Reference