Michael

Results 14 comments of Michael

An auto-hide feature for the rightside toolbar is a great idea! Unless you've already tried recording and all went fine, I believe that recording the entire screen would be rather...

Thanks for the contributing! Sorry for the delayed response. I'm not opposed to this, however, there should be some kind of warning to let the user know that the recording...

Currently, WebMcam just takes a bunch of screenshots and gets the mouse cursors image and places it onto the bitmap using the DrawIconEx function. (http://msdn.microsoft.com/en-us/library/windows/desktop/ms648065(v=vs.85).aspx) From what I see, DrawIconEx...

A possible solution could be to get the real duration of the frames to convert (300 frames / 25 fps = 12 seconds) and get the difference. Using the difference,...

Windows 8.1 or Windows 10? Also, resize the window to a bit smaller of a size and see if it fixes the issue.

And moving around the window doesn't move the recording either? Could you make an example WebM of you moving around the window and resizing it while recording? And make sure...

Check out build 2.1.1b in the release section (https://github.com/theTarkus/WebMCam/releases) In the options, click the checkbox "Alternative window tracking method." If this doesn't fix it, then I know it's not the...

Try adding 'appwrite' to vite's dependencies to be prebundled. ```js import adapter from '@sveltejs/adapter-auto'; /** @type {import('@sveltejs/kit').Config} */ const config = { kit: { adapter: adapter(), vite: { optimizeDeps: {...

Here's one method for this. Add this function: ```vim function! NetrwBuf() nmap h - nmap l endfunction ``` Add this autocmd to an augroup to run for each netrw buffer...

Do you have the `PUID` or `GUID` environment variables set? Which OS are you running it on?