|
@@ -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();
|