Update FFmpeg to 6.0

This commit is contained in:
Jaex 2023-07-07 08:15:26 +03:00
parent ad35b660d4
commit 049172d146

View file

@ -94,7 +94,7 @@ private enum SetupJobs
private static string MakeAppxPath => Path.Combine(WindowsKitsDir, "x64", "makeappx.exe");
private const string InnoSetupCompilerPath = @"C:\Program Files (x86)\Inno Setup 6\ISCC.exe";
private const string FFmpegDownloadURL = "https://github.com/ShareX/FFmpeg/releases/download/v5.1/ffmpeg-5.1-win64.zip";
private const string FFmpegDownloadURL = "https://github.com/ShareX/FFmpeg/releases/download/v6.0/ffmpeg-6.0-win64.zip";
private static void Main(string[] args)
{