lyhzzz 3 năm trước cách đây
mục cha
commit
afa21a1cf0

+ 1 - 0
src/main/java/com/fdkankan/fusion/common/util/VideoUtil.java

@@ -120,6 +120,7 @@ public class VideoUtil {
     }
 
     private static void execCommand(String command) throws IOException {
+        log.info("执行command: {}",command);
         Process pr = Runtime.getRuntime().exec(command);
         pr.getOutputStream().close();
         pr.getInputStream().close();