|
|
|
@ -54,6 +54,7 @@ jobs:
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
Invoke-WebRequest -Uri "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-win64-gpl-6.0.zip" -OutFile ffmpeg.zip
|
|
|
|
Invoke-WebRequest -Uri "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-win64-gpl-6.0.zip" -OutFile ffmpeg.zip
|
|
|
|
Expand-Archive -Path ".\ffmpeg.zip" -DestinationPath ".\ffmpeg"
|
|
|
|
Expand-Archive -Path ".\ffmpeg.zip" -DestinationPath ".\ffmpeg"
|
|
|
|
|
|
|
|
pwd
|
|
|
|
cp .\ffmpeg\bin\ffmpeg.exe .\ffmpeg.exe
|
|
|
|
cp .\ffmpeg\bin\ffmpeg.exe .\ffmpeg.exe
|
|
|
|
Remove-Item -Recurse -Force ffmpeg
|
|
|
|
Remove-Item -Recurse -Force ffmpeg
|
|
|
|
Remove-Item -Force ffmpeg.zip
|
|
|
|
Remove-Item -Force ffmpeg.zip
|
|
|
|
|