File tree 1 file changed +1
-14
lines changed
1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -25,24 +25,11 @@ jobs:
25
25
version : 2.15.05
26
26
from-source : false
27
27
28
- - name : FFmpeg hashsum
29
- run : |
30
- $hashSum = (Invoke-WebRequest 'https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z.sha256').Content
31
- echo "ff_hash=$hashSum" | Out-File $env:GITHUB_ENV -Append
32
- Write-Output "Latest release: $hashSum"
33
-
34
- - name : FFmpeg cache
35
- id : cache-ff
36
- uses : actions/cache@v3
37
- with :
38
- path : C:/ffmpeg
39
- key : ff-${{ env.ff_hash }}
40
-
41
28
- if : steps.cache-ff.outputs.cache-hit != 'true'
42
29
name : FFmpeg installation
43
30
run : |
44
31
$tempFile = New-TemporaryFile
45
- Invoke-WebRequest 'https://www.gyan.dev/ffmpeg/builds/ ffmpeg-release-full -shared.7z' -OutFile $tempFile -TimeoutSec 10
32
+ Invoke-WebRequest 'https://github.com/GyanD/codexffmpeg/releases/download/5.1/ ffmpeg-5.1-full_build -shared.7z' -OutFile $tempFile -TimeoutSec 10
46
33
7z x -y -o'C:/ffmpeg' "$tempFile"
47
34
48
35
- name : FFmpeg environment variable
You can’t perform that action at this time.
0 commit comments