|
@@ -289,7 +289,7 @@ public class CameraUtil {
|
|
|
try {
|
|
|
String commit1 = ffmpegPath + " -f concat -safe 0 -i " + substring + " -c copy " + newfilePath;
|
|
|
|
|
|
- log.info("合并转化文件的命令:{}", commit1);
|
|
|
+ log.info("合并视频命令:{}", commit1);
|
|
|
List<String> commands = new ArrayList<>();
|
|
|
if (flay) {
|
|
|
commands.add("chomd -R 777 " + file.getParentFile().getPath());
|