Skip to content

Commit

Permalink
🐛 Fix ffmpeg url
Browse files Browse the repository at this point in the history
  • Loading branch information
pitzzahh committed Aug 28, 2024
1 parent 07a58ef commit c5e801e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaClippex/DownloadFFmpeg.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $webClient = New-Object System.Net.WebClient

try
{
$webClient.DownloadFile("https://github.com/ffbinaries/ffbinaries-prebuilt/releases/download/v4.4.1/ffmpeg-4.4.1-win-64.zip", "$ffmpegFilePath.zip")
$webClient.DownloadFile("https://github.com/Tyrrrz/FFmpegBin/releases/latest/download/ffmpeg-windows-x64.zip", "$ffmpegFilePath.zip")
}
finally
{
Expand Down

0 comments on commit c5e801e

Please sign in to comment.