|
|
@@ -18,8 +18,8 @@
|
|
|
NSDictionary* arguments = call.arguments[@"arguments"];
|
|
|
NSString *input=arguments[@"inputPath"];
|
|
|
NSString *output=arguments[@"outputPath"];
|
|
|
- NSLog(input);
|
|
|
- NSLog(output);
|
|
|
+// NSLog(@"%@", input);
|
|
|
+// NSLog(output);
|
|
|
//test
|
|
|
// [self addWaterPicWithVideoPath1:input outPath:output result:result];
|
|
|
|
|
|
@@ -27,8 +27,8 @@
|
|
|
NSDictionary* arguments = call.arguments[@"arguments"];
|
|
|
NSString *input=arguments[@"inputPath"];
|
|
|
NSString *output=arguments[@"outputPath"];
|
|
|
- NSLog(input);
|
|
|
- NSLog(output);
|
|
|
+// NSLog(input);
|
|
|
+// NSLog(output);
|
|
|
NSString *watermarkPath=arguments[@"watermarkPath"];
|
|
|
//LeftTop RightTop RightBottom LeftBottom
|
|
|
NSString *position=arguments[@"position"];
|