FFMpegCore icon indicating copy to clipboard operation
FFMpegCore copied to clipboard

How can i execute custom command?

Open CodingOctocat opened this issue 3 years ago • 0 comments

What I expect:

await FFMpeg.ExecuteAsync(string cmd, IProgress<xxx> progress = default, CancellationToken cancellationToken = default);

CodingOctocat avatar Aug 02 '22 13:08 CodingOctocat