gemercheung 4 tahun lalu
induk
melakukan
149893c7d6
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 1 1
      README.md
  2. 2 2
      install-ffmpeg

+ 1 - 1
README.md

@@ -36,7 +36,7 @@ This repository is build with the FFmpeg build script provides an easy way to bu
 ### Easy installation with effective 4dag-ffmpeg :
 
 ```bash
-$ sudo /bin/bash -c "$(curl -fsSL http://face3d.4dage.com:7005/zhangyupeng/4dage-ffmpeg/raw/master/web-install.sh)"
+$ sudo /bin/bash -c "$(curl -fsSL http://face3d.4dage.com:7005/zhangyupeng/4dage-ffmpeg/src/feature/shader/web-install.sh)"
 ```
 
 ### Only update 4dag-ffmpeg for feature:

+ 2 - 2
install-ffmpeg

@@ -722,8 +722,8 @@ fi
 build "ffmpeg"
 download "https://www.ffmpeg.org/releases/ffmpeg-4.4.tar.gz"
 
-curl -s https://raw.githubusercontent.com/numberwolf/FFmpeg-Plus-OpenGL/main/Plus-GL-Shader/vf_plusglshader.c  libavfilter/vf_plusglshader.c
-curl -s https://raw.githubusercontent.com/numberwolf/FFmpeg-Plus-OpenGL/main/Plus-GL-Shader/vf_lutglshader.c  libavfilter/vf_lutglshader.c
+curl -o libavfilter/vf_plusglshader.c https://raw.githubusercontent.com/numberwolf/FFmpeg-Plus-OpenGL/main/Plus-GL-Shader/vf_plusglshader.c
+curl -o libavfilter/vf_lutglshader.c https://raw.githubusercontent.com/numberwolf/FFmpeg-Plus-OpenGL/main/Plus-GL-Shader/vf_lutglshader.c
 
 # shellcheck disable=SC2086
 ./configure "${CONFIGURE_OPTIONS[@]}" \