|
|
@@ -41,7 +41,7 @@ public class VideoUtils {
|
|
|
String ffmpegPath = "ffmpeg";
|
|
|
if ("windows".equals(OSUtil.getOsName())) {
|
|
|
// ffmpegPath = "C:/Program Files (x86)/ffmpeg-6.0/bin/ffmpeg.exe";
|
|
|
- ffmpegPath = "D:/project/ext/ffmpeg-6.0/bin/ffmpeg.exe";
|
|
|
+ ffmpegPath = "C:/project/ext/ffmpeg-6.0/bin/ffmpeg.exe";
|
|
|
}
|
|
|
|
|
|
// 调用ffmpeg 执行截取命令,需要服务器中安装了ffmpeg并配置了环境变量
|