|
|
@ -18,7 +18,7 @@ public class VideoStyleTransform extends DashScopeCommon {
|
|
|
|
private static final Logger log = LoggerFactory.getLogger(VideoStyleTransform.class);
|
|
|
|
private static final Logger log = LoggerFactory.getLogger(VideoStyleTransform.class);
|
|
|
|
private static final String API_URL = "https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis";
|
|
|
|
private static final String API_URL = "https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis";
|
|
|
|
// 获取项目根目录路径
|
|
|
|
// 获取项目根目录路径
|
|
|
|
protected static String projectRoot = System.getProperty("user.dir").replace("\\", "/") + "/dsAiSupport";
|
|
|
|
protected static String projectRoot = System.getProperty("user.dir").replace("\\", "/") + "/dsAi";
|
|
|
|
// 拼接相对路径
|
|
|
|
// 拼接相对路径
|
|
|
|
protected static String basePath = projectRoot + "/src/main/java/com/dsideal/aiSupport/Util/DashScope/Example/";
|
|
|
|
protected static String basePath = projectRoot + "/src/main/java/com/dsideal/aiSupport/Util/DashScope/Example/";
|
|
|
|
|
|
|
|
|
|
|
|