DevYK před 3 roky
rodič
revize
424c618b21
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -130,11 +130,17 @@ PQCVMediaProcessor.blurDetectionFromImagePath(String path);
 1. FFmpeg 安装 >=4.4.1 (建议 4.4.1)
 ```shell
 
+
    yum-config-manager --add-repo=https://negativo17.org/repos/epel-multimedia.repo
+   
    yum-config-manager --disable epel-multimedia
+   
    yum install --enablerepo=epel-multimedia ffmpeg ffmpeg-devel
    
+
 ```
+
+
 2. OpenCV 安装 (参考上面)
    
 3. JAVA   安装 (参考上面)
@@ -186,6 +192,7 @@ strartTimeMs,endTimeMs 时间建议传递 8 段,每段为 1s,比如视频时
 ```
 
 ```shell
+
 PQCVMediaProcessor.java
 static String getVideoSimilarityLists(String inputjson)