소스 검색

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;
         }
     }