zhangyong 4 months ago
parent
commit
149dbabbc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etl-core/src/main/java/com/tzld/crawler/etl/util/FileUtils.java

+ 1 - 1
etl-core/src/main/java/com/tzld/crawler/etl/util/FileUtils.java

@@ -219,7 +219,7 @@ public class FileUtils {
                 "-y",
                 "-i", fileUrl,
                 "-c", "copy",
-                filePath
+                filePath+".mp4"
         );
         processBuilder.redirectErrorStream(false);
         Process process = processBuilder.start();