|
@@ -2328,7 +2328,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
|
|
|
//从用户编辑目录中下载视频到本地
|
|
|
String filePath = userEditPath + fileName;
|
|
|
- ossUtil.downloadFile(localImagesPath + fileName, filePath);
|
|
|
+ ossUtil.downloadFile(filePath, localImagesPath + fileName);
|
|
|
|
|
|
//视频格式转换
|
|
|
CreateObjUtil.mp4ToFlv(localFilePath, localFilePath.replace("mp4", "flv"));
|