José Santos Garrido

Results 6 comments of José Santos Garrido

I don't think so, I have tried all versions from 6.0.0 to the current one (6.1.2). From 6.0.0 to 6.0.5 (inclusive) all executions were successful; however, from 6.0.6 to 6.1.2...

No, now it performs the conversion without problems

No, I had to use ffmpeg directly, without using this library. Here my code: ```cs public async Task ConvertToGifAsync(Stream data) { MemoryStream output = new MemoryStream(); ProcessStartInfo processInfo = new...

Verified with a new project in Visual Studio Community 17.7.0 Preview 1.0 on Windows 10.

And in the connection system or the one that is responsible for keeping the session active?

No, that PR doesn't solve this problem. When I was trying to solve this problem I noticed that the discord heartbeat was not being used and that is why I...