|
@@ -40,7 +40,7 @@ public class FfmpegUtilController {
|
|
|
boolean mkdir = dir.mkdir();
|
|
|
}
|
|
|
String imagePath = imageFolder + "/" + "%04d.jpg";
|
|
|
- FfmpegUtil.getTargetThumbnail("https://rescdn.yishihui.com/long_articles/video/8b4b2e6a-e556-4d06-8b4e-65a25654ebce", imagePath);
|
|
|
+ FfmpegUtil.getTargetThumbnail("http://rescdn.yishihui.com/long_articles/video/8b4b2e6a-e556-4d06-8b4e-65a25654ebce", imagePath);
|
|
|
return CommonResponse.create("ok");
|
|
|
}
|
|
|
|