Sverre Skodje

Results 70 comments of Sverre Skodje

Can you repeat it with "trace" logging enabled to a file, and post it here? Also, what GPU does the pc have?

If you don't mind, could you make a bugged recording with "log to file" and "log level" set to trace and post the log file here? It would also be...

The library and ecoder works fully async, so when you end a recording, it will call [Finalize()](https://learn.microsoft.com/en-us/windows/win32/api/mfreadwrite/nf-mfreadwrite-imfsinkwriter-finalize) on the IMFSinkWriter, which will write the remaining buffer to the video encoder,...

> InitializeVideoSink: 454] >> BAD HR: hr=0x80004002, error is: No such interface supported This error means means it fails to add hardware acceleration to a texture transform because there are...

I'll put it in the backlog as a feature request, but for now i have to feature freeze for next release, it was a lot more work than anticipated. Can...

You can also record as slideshow and stich the .png or .jpg images into a GIF using GifBitmapEncoder or something like that, you don't need to fiddle with directx.

It should work with both x86 and x64, do you have any specific issues with compiling for x64?

I'm unable to reproduce this issue. Is it still broken if you create a new empty project, import the nuget package, set the platform target to x64, and create an...

It's normal that it is not showing in the reference list, that is because it uses a .targets file in the nuget package to inject the proper DLL for your...

Hey, thanks for the suggestion! I'll look into incorporating this into the next major release that i'm working on.