Skip to content
This repository was archived by the owner on Jul 18, 2020. It is now read-only.

Commit 92b25e0

Browse files
author
mrousavy
committed
Update ffmpeg URL
1 parent a877588 commit 92b25e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FFmpegManager/FFmpegHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ internal static class FFmpegHelper {
1010
internal static string Documents = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
1111
internal static string FFmpegDirectory = Path.Combine(Documents, "ImgurSniper");
1212
internal static string FFmpegPath = Path.Combine(FFmpegDirectory, "ffmpeg.exe");
13-
internal const string FFmpegUrl = "http://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170425-b4330a0-win64-static.zip";
13+
internal const string FFmpegUrl = "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190502-7eba264-win64-static.zip";
1414

1515
internal static bool FFmpegInstalled {
1616
get => File.Exists(FFmpegPath);

0 commit comments

Comments
 (0)