alex6dj
alex6dj
I will try to run the tests locally.
Failed to run the test locally. But I think it have something to do with this: https://github.com/tomaszzmuda/Xabe.FFmpeg/blob/b2985ea116e3b252dfa9a566733de9f9a8408e23/src/Xabe.FFmpeg/Probe/FFprobeWrapper.cs#L139
Yes they look correct. Any way I can just trim both quotes from path, this is not hard and is just used in one place. I just build a simple...
After some test the issue is not about HDD over SAS controller, but whe hard drivers are added to Microsoft Storage Spaces it can't be checked with this library. I...
For now it seems that the only solution is to get the needed info using PowerShell. For my use case I develop a simple plugin to be used with [FanControl](https://github.com/Rem0o/FanControl.Releases/)...
I ask for the same here [https://github.com/AydinAdn/MediaToolkit/issues/66](url) Can be made passing "q" to the ffmpeg proccess right in code using "Process.StandardInput Property" for a soft stop or in case it...
Not the answer i need. The fact is i need a way to stop or pause the encode process. It has to be in this toolkit, example the stop can...
Update, to pause the process i find this code in [Suspend process](https://psycodedeveloper.wordpress.com/2013/01/28/how-to-suspend-and-resume-processes-in-c/) /// Converts a non-generic collection to an array. public static T[] ToArray(this ICollection collection) { var items =...
This solution worked before/after `InitializeComponent()` call. The blue outline at the top is still visible, but this was only 25% of the problem :yum: so good catch...
Yes I'm aware of that, but is strange that a copy of the same file to a common disk runs at 80 MB/s from another local disk disk but at...