|
|
@@ -209,12 +209,6 @@ public class PhotoSpeakVideoController extends BaseController { |
|
|
|
if(StringUtils.isBlank(mouldVideo.getPaperwork())){ |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR.getCode(),"未填写视频文案数据"); |
|
|
|
} |
|
|
|
|
|
|
|
if (record.getSubtitleEnabled()==1){ |
|
|
|
//开启字幕 |
|
|
|
videoUpd.setSubtitleParams(record.getSubtitleParams()); |
|
|
|
} |
|
|
|
|
|
|
|
//TODO 设置预估时长 |
|
|
|
// videoUpd.setVideoTime(); |
|
|
|
}else if(EnumVoiceFrom.FROM_UPD.getCode().equals(voiceFrom)){ |
|
|
|