Temporarily disabled FFMPeg to allow compile Release in OFFICE

This commit is contained in:
Marco Giuntoni
2024-12-18 16:31:07 +01:00
parent 87b7ef4fdf
commit c6c46775c4
5 changed files with 16 additions and 7 deletions
+6 -5
View File
@@ -146,13 +146,14 @@ namespace ComicCompressor
Logger.Log(progVersion, LogLevel.Verbose, true);
var progress = new Progress<ProgressInfo>( p => Logger.Log(p.ToString(), LogLevel.Verbose, true) );
FFmpeg.SetExecutablesPath(Path.GetDirectoryName(Assembly.GetEntryAssembly().Location));
FFmpegDownloader.GetLatestVersion(FFmpegVersion.Official,progress);
//var progress = new Progress<ProgressInfo>( p => Logger.Log(p.ToString(), LogLevel.Verbose, true) );
//FFmpeg.SetExecutablesPath(Path.GetDirectoryName(Assembly.GetEntryAssembly().Location));
//FFmpegDownloader.GetLatestVersion(FFmpegVersion.Official,progress);
//FFmpeg.SetExecutablesPath (Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "FFmpeg"));
Logger.Log(FFmpeg.ExecutablesPath, LogLevel.Verbose, true);
//==//FFmpeg.SetExecutablesPath (Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "FFmpeg"));
//Logger.Log(FFmpeg.ExecutablesPath, LogLevel.Verbose, true);
IList<string> files = new FileParser().ListAllFiles(Input, Recursive);