Sverre Skodje

Results 70 comments of Sverre Skodje

If there are many tabs, won't the tabs pretty quickly become so small that they are the same size anyway? Also it might be confusing to use if they are...

Yes, you are right, it's pretty awkward as it is. I made some changes in e1a2555ec9ed582bbe1f2ae42fb9c9bd8e543884 so you can supply a Path shape in xaml, so you can put it...

Hi! I never got anything but AAC to work with H264 or HEVC in mp4 container using Media Foundation, which is why it is hardcoded. It is very poorly documented....

An interesting idea, but it's not something that's currently supported, and i'm not sure how it can be done. I'll leave it up as a possible enhancement :)

Sorry for taking so long to answer. GIF is inherently a very low quality format, i belive you get 256 different colors only. The [WIC encoder](https://learn.microsoft.com/en-us/windows/win32/wic/gif-format-overview) has no quality settings...

I'd try FFmeg. It should be able to create GIFs from bitmaps or videos.

It's an artifact of the RGB->YUV conversion, that I oddly enough only reproduce on Windows 11. I'll look into it.

I made some changes in v5.3.1 that i confirmed to fixe some color issues on machines with Intel graphics. If you still have issues, i unfortunately don't have any fixes....

It depends on what your requirements are. I'm working a feature that will allow you to get the raw bitmaps instead of or in addition to recording to video. You...

What version are you using? I'm able to provoke the error by removing the code that releases the IMFSample after it is written to the sink writer. It could be...