This commit is contained in:
2024-10-14 08:26:53 -07:00
parent f6e6fa712f
commit fc891afe2c
6 changed files with 15 additions and 10 deletions

View File

@ -58,7 +58,7 @@ public partial class Rename : IRename, IDisposable
bool check;
try
{
CommandTask<CommandResult> commandTask = Cli.Wrap("ffmpeg.exe")
CommandTask<CommandResult> commandTask = Cli.Wrap("L:/Git/ffmpeg-2024-10-02-git-358fdf3083-full_build/bin/ffmpeg.exe")
.WithArguments(new[] { "-i", filePath.FullName, "-vf", "select=eq(n\\,0)", "-q:v", "1", $"{filePath.Name}-%4d.jpg" })
.WithWorkingDirectory(filePath.DirectoryName)
.ExecuteAsync();