瀏覽代碼

fetch video info

ehlxr 1 年之前
父節點
當前提交
e5369fb56b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      etl-core/src/main/java/com/tzld/crawler/etl/util/VideoUtils.java

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

@@ -53,7 +53,7 @@ public class VideoUtils {
                     .width(stream.width)
                     .build();
         } catch (Exception e) {
-            log.error("get video {} info error.", videoPath, e);
+            log.error("get video {} info by ffprobe error.", videoPath, e);
             return null;
         }
     }