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

Commit

Permalink
Update ffmpeg URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed May 2, 2019
1 parent a877588 commit 92b25e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFmpegManager/FFmpegHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal static class FFmpegHelper {
internal static string Documents = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
internal static string FFmpegDirectory = Path.Combine(Documents, "ImgurSniper");
internal static string FFmpegPath = Path.Combine(FFmpegDirectory, "ffmpeg.exe");
internal const string FFmpegUrl = "http://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170425-b4330a0-win64-static.zip";
internal const string FFmpegUrl = "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190502-7eba264-win64-static.zip";

internal static bool FFmpegInstalled {
get => File.Exists(FFmpegPath);
Expand Down

0 comments on commit 92b25e0

Please sign in to comment.